| |
|
Ant
| should I announce it here?
well most of the feed back I have comes from here.
there are some features worth mentioning:
Announce leds 00.09 (linux only)
requires DUI 00.12 (DUI requires GTK+ 2.4)
some usability improvements.
I didn't update the web pages so go directly to
http://leds.sourceforge.net
as I didn't update the web pages here is all you need to know:
here are the notes and changes,
some are usefull, some not:
ATTENTION:
Requires DUI 00.12
(DUI Requires GTK+ 2.4)
Will break (just a few of) the preferences that must be reset
Will **NOT** break the project definitions (I think...)
use the --home and --data command line options
if you want to try the new version before commit to it;
changes:
UI:
- completed the find and replace dialog
. (be awere the regexp is the scintilla regexp)
- stores the recent find and replace strings (thanks to GTK 2.4)
- new preferences layout for more complex settings (not finished)
- set background color (I needed this one badly!)
- optional close button on tabs
- quick find backwards on toolbar
- unusable split of the main window (just mention because I didn't
. remove the menu entries)
Other:
- add file to project:
- select a project
- create a new buffer
- set the module declaration
- create a new package (use the project view add tool)
- press the new "add" tool on the toolbar to save the new
. file on it's package
- delete files from the project view
. (use with care as the files realy get deleted,
. I was trying to save them to a bin with the std.zip
. but std.zip os broken - let's wait)
- user shortcuts
. you can set a short cut in the for:
. <abreviation><space><one line text with "\n" denoting line breaks>
. example: "for for ( int i ; i < $cursor ; i ++ )\n{\n}\n"
. shortcuts can be nested: "fcom /** put comment here */\n${for}
. on nested comments the "$cursor" will not be set
. to invoke the shortcut press the autocompletion control key
. (the default is ctrl+space)
- special shortcut "?" will expand to:
. printf("<class name>.<method name> $cursor = %.*s\n", );
- multiple build and run targets for each project:
. define the targets on the project definitions,
. (exit and restart leds - sorry)
. right click the build tool to select and built a target
. right click the run tool to select and run a target
. left click the build and run buttons will start the external build
. and run as before
- there is some java awareness but too insipient to mention
- I didn't remove some java->D conversion tools that are of no use for now
Ant
|