GithubHelp home page GithubHelp logo

tcolar / goed Goto Github PK

View Code? Open in Web Editor NEW
133.0 133.0 6.0 5.55 MB

Terminal based code editor / development environment

License: MIT License

Go 94.10% Batchfile 0.58% C++ 0.14% C# 0.30% CSS 0.16% Makefile 0.10% Shell 1.28% Fantom 0.11% Java 0.11% JavaScript 0.31% Perl 6 0.23% HTML 0.15% Python 0.16% PHP 1.44% Ruby 0.78% AngelScript 0.06%
editor go ide terminal-based

goed's People

Contributors

tcolar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

goed's Issues

Redo/Undo

  • Disallow for large files ?
  • Keep undos on disk ? (diff files?)

Acme editor command support (^ U,W, A, E)?

bl ? ^U -> Delete from cursor to start of line. -> yes
bw ? ^W -> Delete word before the cursor. -> meh ? Ctrl+W is close window
home ^A -> Move cursor to start of the line. -> yes
end ^E -> Move cursor to end of the line. -> yes

Syntax highlighting

Basic keywords, strings, number, separator highlighting.

Do it internally (lexer) or delegate to an action ??

If an action, maybe use a "buffer overlay" file format, maybe such as:
line,col,color:
1,3,222
1,6,0
5,6,33
6,7,0

etc.....

Scrollbars

  • Scrollbar indicators (where in file, how much is seen)
  • Make it click-able (maybe proportionally as in Acme)

Refactor code

Move away from huge monolithic goed package to more modular design.

Keyboard shortcuts

Allow custom mapping of editor and actions shortcuts:

  • Key mapping
  • Mouse too ??

Eventing

  • Allow goed to pass events to actions
  • Maybe also actions, external apps to call "events" into goed (kinda as Acme does it)

Custom actions

Allow actions to be defined in toml files:

Passed vars:
$window_id , $file, $pwd, $selection ?
Set vars:
$refresh .....

  • Name or prefix pattern (":", "/", "o")
  • Aliases ("search", "goto", open")
  • Command

Action : search

Provide a search action "/ foo" or "search foo".
Provide a way to search in only a file or the whole folder ... .maybe also all open buffers.

  • local file, with "next", "next", "next" ....
  • local file as a grep ?
  • whole folder as a grep
  • options (ignore case etc... ?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.