2021-10-10 20:20:43 +08:00
|
|
|
Version 0.6.4
|
|
|
|
- fix: code completion popup not show after '->' inputted
|
2021-10-10 21:23:25 +08:00
|
|
|
- fix: font styles in the color scheme settings not in effect
|
2021-10-10 21:46:11 +08:00
|
|
|
- fix: editor's font style shouldn't affect gutter's font style
|
2021-10-10 20:20:43 +08:00
|
|
|
|
2021-10-09 18:04:31 +08:00
|
|
|
Version 0.6.3
|
|
|
|
- fix: should use c++ syntax to check ".h" files
|
2021-10-09 22:03:05 +08:00
|
|
|
- fix: can't copy contents in a readonly editor
|
|
|
|
- fix: project's file not correctly syntaxed when open in editor
|
2021-10-09 22:34:31 +08:00
|
|
|
- libturtle update: add fill() / setBackgroundColor() /setBackgroundImage() functions
|
2021-10-09 23:09:08 +08:00
|
|
|
- fix: code fold calculation not correct, when editing code
|
2021-10-10 00:46:19 +08:00
|
|
|
- fix: can't correctly find definition of the symbols in namespace
|
2021-10-09 18:04:31 +08:00
|
|
|
|
2021-10-09 11:33:23 +08:00
|
|
|
Version 0.6.2
|
2021-10-09 09:09:05 +08:00
|
|
|
- fix: The Enter key in the numpad doesn't work
|
|
|
|
- fix: The compiled executable not fully write to the disk before run it
|
|
|
|
- fix: settings object not correctly released when exit
|
2021-10-09 11:33:23 +08:00
|
|
|
- fix: shouldn't check syntax when save modifications before compiling
|
|
|
|
- fix: shouldn't scroll to the end of the last line when update compile logs
|
|
|
|
- fix: can't debug project
|
|
|
|
|
|
|
|
Version 0.6.1
|
|
|
|
- fix: editor deadlock
|
2021-10-08 20:56:55 +08:00
|
|
|
|
2021-10-03 08:25:28 +08:00
|
|
|
Version 0.6.0
|
|
|
|
- fix: old data not displayed when editing code snippets
|
|
|
|
- fix: shift-tab for unindent not work
|
|
|
|
- fix: can't save code snippets modifications
|
2021-10-03 09:57:19 +08:00
|
|
|
- fix: errors in code snippet processing
|
|
|
|
- change: auto open a new editor at start
|
2021-10-03 17:18:43 +08:00
|
|
|
- enhancement: todo view
|
2021-10-03 23:12:20 +08:00
|
|
|
- add: about dialog
|
2021-10-03 23:46:40 +08:00
|
|
|
- implement: correctly recognize clang (msys2 build)
|
2021-10-04 00:18:16 +08:00
|
|
|
- enhancement: don't add encoding options when using clang to compile (clang only support utf-8)
|
2021-10-04 11:07:35 +08:00
|
|
|
- enhancement: find occurence in project
|
2021-10-04 20:17:05 +08:00
|
|
|
- implement: rename symbol in file
|
2021-10-04 12:49:55 +08:00
|
|
|
- enhancement: replace in files
|
2021-10-04 20:17:05 +08:00
|
|
|
- enhancement: rename symbol in project (using search symbol occurence and replace in files)
|
2021-10-04 12:49:55 +08:00
|
|
|
- fix: search in files
|
2021-10-04 19:23:52 +08:00
|
|
|
- implement: register file associations
|
2021-10-04 20:17:05 +08:00
|
|
|
- implement: when startup , open file provided by command line options
|
2021-10-04 20:05:24 +08:00
|
|
|
- implement: open files pasted by clipboard
|
2021-10-04 20:56:57 +08:00
|
|
|
- fix: code fold parsing not correct
|
2021-10-04 21:59:48 +08:00
|
|
|
- enhancement: support #include_next (and clang libc++)
|
2021-10-04 22:32:34 +08:00
|
|
|
- fix: hide popup windows when the editor is closed
|
2021-10-05 00:42:35 +08:00
|
|
|
- enhancement: show pinyin when input chinese characters
|
2021-10-05 23:30:34 +08:00
|
|
|
- fix: add mutex lock to prevent rare conditions when editor is modifying and the content is read
|
|
|
|
- fix: makefile generated for static / dynamic library projects not right
|
2021-10-06 00:05:07 +08:00
|
|
|
- fix: editors disappeared when close/close all
|
2021-10-06 12:19:46 +08:00
|
|
|
- implement: config shortcuts
|
2021-10-07 00:25:11 +08:00
|
|
|
- implement: handle windows logout message
|
2021-10-07 00:48:05 +08:00
|
|
|
- fix: editor's inproject property not correctly setted (and may cause devcpp to crash when close project)
|
2021-10-07 07:52:20 +08:00
|
|
|
- implement: print
|
2021-10-08 00:06:41 +08:00
|
|
|
- implement: tools configuration
|
2021-10-08 20:01:29 +08:00
|
|
|
- implement: default settings for code formatter
|
|
|
|
- implement: remove all custom settings
|
2021-10-03 08:25:28 +08:00
|
|
|
|
2021-10-02 17:38:29 +08:00
|
|
|
Version 0.5.0
|
2021-09-28 10:40:19 +08:00
|
|
|
- enhancement: support C++ using type alias;
|
2021-09-28 14:18:51 +08:00
|
|
|
- fix: when press shift, completion popu window will hide
|
|
|
|
- enhancement: options in debugger setting widget, to skip system/project/custom header&project files when step into
|
2021-09-28 22:26:12 +08:00
|
|
|
- fix: icon not correctly displayed for global variables in the class browser
|
|
|
|
- enhancement: more charset selection in the edit menu
|
|
|
|
- fix: can't correctly get system default encoding name when save file
|
|
|
|
- fix: Tokenizer can't correctly handle array parameters
|
|
|
|
- fix: debug actions enabled states not correct updated when processing debug mouse tooltips
|
2021-09-29 19:03:22 +08:00
|
|
|
- enhancement: redesign charset selection in the project options dialog's file widget
|
|
|
|
- fix: can't correctly load last open files / project with non-asii characters in path
|
|
|
|
- fix: can't coorectly load last open project
|
2021-09-29 22:55:53 +08:00
|
|
|
- fix: can't coorectly show code completion for array elements
|
2021-09-29 19:40:03 +08:00
|
|
|
- enhancement: show caret when show code/header completions
|
2021-09-29 20:45:03 +08:00
|
|
|
- fix: correctly display pointer info in watch console
|
2021-09-30 11:20:43 +08:00
|
|
|
- implement: search in project
|
2021-09-29 22:55:53 +08:00
|
|
|
- enhancement: view memory when debugging
|
2021-09-30 11:20:43 +08:00
|
|
|
- implement: symbol usage count
|
2021-10-02 13:29:45 +08:00
|
|
|
- implement: user code snippet / template
|
|
|
|
- implement: auto generate javadoc-style docstring for functions
|
|
|
|
- enhancement: use up/down key to navigate function parameter tooltip
|
|
|
|
- enhancement: press esc to close function parameter tooltip
|
2021-10-02 15:34:18 +08:00
|
|
|
- enhancement: code suggestion for unicode identifiers
|
2021-10-02 17:01:08 +08:00
|
|
|
- implement: context menu for debug console
|
|
|
|
- fix: errors in debug console
|
|
|
|
- fix: speed up the parsing process of debugger
|
2021-10-03 08:25:28 +08:00
|
|
|
- ehancement: check if debugger path contains non-ascii characters (this will prevent it from work
|
2021-09-28 10:40:19 +08:00
|
|
|
|
2021-09-28 10:01:13 +08:00
|
|
|
Version 0.2.1
|
|
|
|
- fix: crash when load last opens
|
|
|
|
|
2021-09-19 17:59:03 +08:00
|
|
|
Version 0.2
|
2021-09-27 13:01:01 +08:00
|
|
|
- fix : header file completion stop work when input '.'
|
2021-09-26 22:52:19 +08:00
|
|
|
- change: continue to run / debug if there are compiling warnings (but no errors)
|
2021-09-27 20:17:24 +08:00
|
|
|
- enhancement: auto load last open files at start
|
2021-09-26 12:19:46 +08:00
|
|
|
- enhancement: class browser syntax colors and icons
|
2021-09-25 21:34:10 +08:00
|
|
|
- enhancement: function tips
|
2021-09-21 20:36:43 +08:00
|
|
|
- enhancement: project support
|
2021-09-19 17:59:03 +08:00
|
|
|
- enhancement: paint color editor use system palette's disabled group color
|
|
|
|
- fix: add watch not work when there's no editor openned;
|
|
|
|
- enhancement: rainbow parenthesis
|
2021-09-20 15:57:48 +08:00
|
|
|
- enhancement: run executable with parameters
|
2021-09-21 20:36:43 +08:00
|
|
|
- add: widget for function tips
|
2021-09-23 14:04:33 +08:00
|
|
|
- enhancement: options for editor tooltips
|
|
|
|
- fix: editor folder process error
|