-
Notifications
You must be signed in to change notification settings - Fork 23
To Do
Please hit the edit button to help us format this list better (and to see it more easily)!
add comment to all “events” in lib/a-contracts.rb
tutorials for users (screencasts)please add bugs as “issues”
core : extract from ae-rad a rad-lib for general purpose (review and improve the code)
core : i18n support
core : open the menus more easily (bwidgets woe probably) (when you click on one and slide to the next, it should open the next, like normal menus do) core : layout : it doesn’t remember window size on exit,ae-editor :
* show syntax errors (‘as you type’ )
-
auto completion of current word based on words within the current window alsoor from words in all currently open windows.
like textmate’s hitting escape.
- add “select all” feature
* highlight local variables of same name when your cursor is within one.
* local variable rename, all change (refactor name)
- doesn’t remember your show/hide toolbar preferences from session to session.
ae-file-history :
* search within files into folder (right click?)
- tree “auto expand” if it only has one child describe better what “sync” means, somehow.
-
ae-search-in-files :
—add regex support for ‘find in file’
—make it so that you don’t have to click on one of the search
entries to be able to use the mouse scrollwheel to scroll up and down.
make “do you want to exit” optional
make it faster so it doesn’t slow down as badly when you have a search with many many hits
make “load last files” on statup optional
or put an option on “max number of last files at start up”
installer for windows (icons) and other platforms
startup speed is slow could close more quickly also search within files is slow menus should open on drag new feature: pass it a directory and it opens it in the project panel.editor:
- ctrl+w closes the current tab (current open file in editor)
- could use highlighting for .erb files
- ctrl+n open new file (blank)
- could use new icons for folders [ugh]
- could use ‘right click search within’
- ignore .svn folders
- search within" option
- should auto-expand to “remember” the previous positions, on startup
- remember recently closed projects somehow
- clear history button
- should auto-expand “remember” the previous positions
project drawer (or refactor the history tab to have this option) “just like textmates”
code prettifier (source reformat)
(similar to http://www.arachnoid.com/ruby/rubyBeautifier.html ) see also http://github.com/rogerdpack/ruby_beautifier/tree/master
rad-shoes
git/cvs
preferences editor for application and/or extensions properties
ruby refactoring
full support for textmate bundles. textmate’s “command r” (fuzzy finder for files within the current project) textmate’s “command t” (fuzzy finder for methods within the current file) search and replace “in all files” an irb pane [generic irb] integrate method_desc during a debug (i.e. auto-ri display for methods) Does arcadia work with ruby 1.9? can it display M17n? Does the debugger work in windows? does arcadia work in os x with 1.8.x?- ctrl+r [whatever fuzzy finder was]
- able to remove project from project pane
- go to line should highlight the line or at least move the cursor to the line.
- ctrl+z too many times => non error message
- add prettifier
- go to line needs hot key (ctrl + g ?)
- close the current tab (current open file in editor) needs hot key (ctrl + w ?)
- ability to specify line endings [and it should choose a sensible default, per file, and use that when it saves]
- navigation back capability “go to previous editing location”
- esc should cancel out of [all] dialogs
- menus should open on drag