editors/CodeFileEditor.py
2013-05-28 Laurent Bessard Fixed search highlight bug in ST and Code text editors
2013-05-16 Laurent Bessard Moved CodeFileEditor Variable Panel button to grid left
2013-05-15 Laurent Bessard Fixed bug scrollbar not displayed in CodeFileEditor VariablePanel when grid is to small to show all variables
2013-05-15 Laurent Bessard Fixed bug when typing and caret is at last test position in CodeFileEditor
2013-05-15 Laurent Bessard Fixed variable panel in CodeFileEditor
2013-05-14 Laurent Bessard Fixed bug when deleting line between code and headers on Windows
2013-05-14 Laurent Bessard Replaced the 2 tabs variable and code in CodeFileEditor by only one type with SplitterWindow and fixed drag'n drop of variable from variable to code.
2013-05-14 Laurent Bessard Added global variable names in CodeFileEditor auto-completion list
2013-05-13 Laurent Bessard Fixed bug with Copy/Paste in Primary Selection in Text Viewers
2013-05-13 Laurent Bessard Fixed support for defining python runtime code using sections like in c_ext
2013-05-10 Laurent Bessard Fixed CodeFileEditor allowing to have no line of code between two section headers
2013-05-10 Laurent Bessard Fixed bug in CodeFileEditor allowing to remove NEWLINE character between section header and section code
2013-05-10 Laurent Bessard Fixed code section headers in CodeFileEditor
2013-05-09 Laurent Bessard Fix bug when section code is just an empty line
2013-05-09 Laurent Bessard Added support for excluding code section headers to be modified in CodeFileEditor
2013-05-08 Laurent Bessard Fixed search in CodeFileEditor STC panel
2013-05-08 Laurent Bessard Fixed Python editor adding variable panel
2013-05-08 Laurent Bessard Fixed CFileEditor replacing folding panels by variable panel and STC
2013-05-08 Laurent Bessard Move C_ext file for merging with py_ext