Menu

Code Commit Log


Commit Date  
[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
[r104] by achimmihca

- fix: hotdoc path with keyword type and name lowered
- fix: style files
- code view shows keyword only if name starts with filter
- linux testing -> new bugs T.T

2013-12-16 17:00:51 Tree
[r103] by achimmihca

- don't set build options for output editor
- no dwellinfo when scrolling
- hide dwellinfo on mousemove, give focus to dwellinfo via keyhit (F2)
- text field for quick filter in code view

2013-12-13 00:21:22 Tree
[r102] by achimmihca

- option for fold line colors
- rearranged style options -> save/load,fonts (editor,output), colors (editor,margin,folding,output,brackets), font styles
- updated style files
- alignment of "BlitzMax Dir" and "New File template"
- option to use [+] and [-] instead arrows for foldpoints
- action "open in browser" in contextmenu of explorers

2013-12-12 20:22:57 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.