-
Notifications
You must be signed in to change notification settings - Fork 23
To Do
Please hit the edit button to see list more easily!
add comment to all “events” (messages) in lib/a-contracts.rb
tutorials for users (screencasts) point new developers to the howto’splease 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/ack within files of folder (right click?)
- open dir as project right click
- tree “auto expand” if it only has one childdescribe 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 somewhat slow could close more quickly alsoeditor:
- 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/ack within’
- §require_dir_ref=../..
the require_dir_ref needs to accept ascii directive :)
project pane:
- ignore .svn folders
- should auto-expand to “remember” the previous positions, on startup
- remember recently closed projects somehow “latest projects”
- clear history button
- should auto-expand to “remember” the previous positions, on startup
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] somehow integrate method_desc during a debug (i.e. auto-ri display for methods) ruby on rails shortcuts " go to view" (goes to view with same name as current method, or view mentioned on current line). Anything else that rored has that’s nice… “hints for parameters” somehow Does arcadia work with ruby 1.9? can it display M17n?- ctrl+r [whatever fuzzy finder was]
- able to remove project from project pane (bug)
- 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