Menu

Code Commit Log


Commit Date  
[r114] by achimmihca

- surround selection with text
- toolbar buttons for save/close all

2014-04-14 20:06:29 Tree
[r113] by achimmihca

- untitled files aren't reopened
- directly copy template file for new file
- flush logs directly to file
- option for word indication on double click
- correct word indication with multibyte chars
- correct sorting of autocomp list
- different bracket indication (roundbox instead box)
- close autocomp window on focus lost (windows only)
- new keyword icons

2014-04-13 12:53:21 Tree
[r112] by achimmihca

- updated locale

2014-01-12 19:29:38 Tree
[r111] by achimmihca

- insert text in AutoCompleteString without the cursor beeing moved ( calculation via PositionBefore() / PositionAfter() )
- iterate over words in AutoCapitalizeLine without the cursor beeing moved ( calculation via PositionBefore() / WordEndPosition() )
- style text in output editor without the cursor beeing moved ( calculation via PositionBefore() )
- isDeclaring() returns false if the position is at the end of the keyword for declaring (eg. at the very end of 'function' or 'local')
-> keywords (const,local,global,field,function,method,type) are autocapitalized
- wxAuiNotebook.PageToolTip() to show a file's full path

2014-01-12 19:15:10 Tree
[r110] by achimmihca

- load/save hot codes from csv file in ~config/keywords/hotcodes.csv
- sorted update statusbar to UpdateCursorPos() of editor
- better handling of multi byte characters (eg. umlauts)
- style of unicode letters in output editor (-> umlauts work now)
- bracket highlighting
- hot code
- auto tidy line
- autocomp
- autocap line
- autocomp string

2014-01-11 22:29:48 Tree
[r109] by achimmihca

- fix: autocomp lenEntered in function parameters
- added options to have the current line highlighted (caret line alpha and caret line background color)

2014-01-09 14:43:46 Tree
[r108] by achimmihca

- updated locale
- option notebook selects first page on startup
- added LexMax.cxx of scintilla mod because it was modified (new fold points)
- added dlls of MinGW needed by indevIDE

2014-01-09 13:02:21 Tree
[r107] by achimmihca

- new option group for autotidy options
- removed my implementation of calltips on linux (via ?Not linux ... ? compiler flags) because of SetFocus() not working
-> calltips work in general on linux but conflict with autocomp list

2014-01-09 12:29:33 Tree
[r106] by achimmihca

- reload cursor position of files only if no position yet (-> DebugSource jumps to correct position)
- the remove length for autocomp is set in autocomp functions (-> better autocomp of files)
- go to end of word before autocomp
- update code view only if SaveFile() is a user action (not on run/build/debug)
-> less overhead
- open files at startup in order as they were at shutdown

2014-01-08 21:50:38 Tree
[r105] by achimmihca

- center labels of option dialog widgets
- new fontstyles for lexer keywords (keywords to keywords4)

2013-12-17 18:58:30 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.