Roy Qu
afb0f67ce3
work save
2022-01-16 19:39:26 +08:00
Roy Qu
b26201d166
work save: package script for windows
2022-01-16 15:08:54 +08:00
Roy Qu
6209b1ff05
- fix: in linux, projects no need of winres to be built
...
update debian pacakges files
2022-01-15 12:25:30 +08:00
Roy Qu
6be9190a8a
- enhancement: better behavior of mouse tips
2022-01-15 11:33:41 +08:00
Roy Qu
04770a6fd8
- enhancement: better behavior of mouse tips
2022-01-15 11:22:20 +08:00
Roy Qu
bf17e494fd
fix: variable names containing '_' are not correctly handled
2022-01-15 11:01:01 +08:00
royqh1979@gmail.com
c2547406b4
update NEWS.md
2022-01-14 10:13:24 +08:00
Roy Qu
a102ee73fa
- fix: wrong project program directory parameter is sent to the debugger
2022-01-13 20:19:47 +08:00
Roy Qu
82bbd7a846
fix: If a project is auto openned when start, close app will cause dead lock.
2022-01-13 17:15:57 +08:00
Roy Qu
0875d15d67
- fix: project's icon setting is not correctly saved
...
- fix: project's type setting won't be saved
- fix: If project's compiler set is not the same with the default compiler set, auto openned project's file will use wrong compiler set to do syntax check.
- fix: open a project file through "File"->"Open" will not correctly connect it with the project internally
2022-01-13 16:47:48 +08:00
Roy Qu
bab728e792
- enhancement: add "wrap around" option to find/replace
2022-01-13 12:55:55 +08:00
Roy Qu
a3e4f333ab
- enhancement: ctrl+up/down scrolls in the editor
2022-01-13 07:39:56 +08:00
Roy Qu
1a6bd602c4
- fix: caret dispears when at '\t' under Windows 7
2022-01-12 22:25:57 +08:00
Roy Qu
19fc3302ed
- fix: caret dispears when at '\t' under Windows 7
2022-01-12 22:21:40 +08:00
Roy Qu
eefb65bcb4
- fix: parser can't correctly handle variable definitions that don't have spaces like 'int*x';
...
- fix: parser can't correctly handle function parameters like 'int *x'
2022-01-12 20:59:28 +08:00
Roy Qu
454df24e08
work save
2022-01-12 19:25:37 +08:00
Roy Qu
797a9b8498
- enhancement: redirect stdio to a file while debugging ( must use gdb server mode to debug)
2022-01-12 18:47:50 +08:00
Roy Qu
351f4e86ed
clear up debug codes
2022-01-12 18:35:14 +08:00
Roy Qu
995b734334
- fix: crash when refactor symbol and cursor is at the end of the identifier
...
- fix: refactor symbol doesn't work for 1-length identifiers
2022-01-12 18:07:52 +08:00
Roy Qu
d8413ab76c
- enhancement: modify values in the watch view by double click
2022-01-12 17:14:39 +08:00
Roy Qu
3ca1a9fc4c
- enhancement: modify values in the memory view while debugging
...
- enhancement: auto update watch, local and memory view after expression evaluated
- enhancement: auto update watch, local and memory view after memory modified
2022-01-11 22:29:03 +08:00
Roy Qu
8edace1c1d
- enhancement: add "minimum id length required to show code completion" to the options dialog's editor code completion page
2022-01-10 21:46:03 +08:00
Roy Qu
3d9edcad57
- enhancement: support ligatures in fonts like fira code ( disabled by default, can be turned on in options dialog's editor font page)
2022-01-10 20:16:26 +08:00
Roy Qu
0e0f954bec
- enhancement: if there's no selection when copy/cut, select currect line by default
2022-01-10 18:37:00 +08:00
Roy Qu
5eec4ea504
remove info output for debugging
...
modification to the about info
2022-01-10 14:48:01 +08:00
Roy Qu
c56b6c5414
add more templates
2022-01-10 10:53:16 +08:00
Roy Qu
4c57a7beda
update NEWS.md
2022-01-09 17:42:56 -08:00
Roy Qu
e30fa7bc0c
- fix: crash when closing the options dialog under Ubuntu 20.04 LTS ( no memory leak now)
2022-01-09 17:42:23 -08:00
Roy Qu
9ea32df675
work save
2022-01-09 16:36:30 -08:00
Roy Qu
6849a10fbc
work save
2022-01-09 16:35:57 -08:00
Roy Qu
cd96297c35
update version to 0.13.2
2022-01-09 22:12:10 +08:00
Roy Qu
ebe24c9bb0
update linux template files
2022-01-09 22:11:47 +08:00
Roy Qu
7fa4b072d0
- fix: "delete and exit" button in the environtment / page option page doesn't work correctly
2022-01-09 21:54:59 +08:00
Roy Qu
2204ac8ea1
make descriptions in the new dialog selectable
2022-01-09 19:50:56 +08:00
Roy Qu
ece9737863
- enhancement: add raylib to autolinks
...
- enhancement: distribute raylib with integrated gcc
2022-01-09 19:44:49 +08:00
Roy Qu
6a7789ff77
- enhancement: add raylib to autolinks
...
- enhancement: distribute raylib with integrated gcc
2022-01-09 19:33:34 +08:00
Roy Qu
7f3aea5940
- fix: new project dialog's tab bar should fill all empty spaces
2022-01-08 21:49:09 +08:00
Roy Qu
9775ab6c84
- enhancement: auto save/restore size of the new project dialog
2022-01-08 21:23:20 +08:00
Roy Qu
7a22bacd0c
update version number
2022-01-08 13:51:34 +08:00
Roy Qu
04b18b1648
- fix: .rc file shouldn't be syntax checked
2022-01-08 13:39:47 +08:00
Roy Qu
6bc943ba9c
- enhancement: suppoort localization info in project templates
...
- change: template / project files use utf-8 encoding instead of ANSI
2022-01-08 11:46:39 +08:00
Roy Qu
2d9472d179
fix: when drop project file to an empty folder, an additional blank row is displayed in that folder
2022-01-08 10:48:26 +08:00
Roy Qu
96f8804edd
enhancement: sort folders before files in project view
2022-01-08 08:52:50 +08:00
Roy Qu
13ee2d7f33
- enhancement: auto sort files in the project view
2022-01-07 19:20:42 +08:00
Roy Qu
bcd4a1ff67
update README.md
2022-01-06 22:20:31 +08:00
Roy Qu
01d986170f
update translations
2022-01-06 21:26:56 +08:00
Roy Qu
c67a9c1b3f
fix debian build scripts
2022-01-06 20:55:38 +08:00
Roy Qu
8732f7d37e
- fix: shouldn't auto add /bin/gcc to compiler sets
...
- fix: if a dir duplicates in PATH, don't add it to compiler sets
repeatedly
- enhancement: add "--sanitize=address" to compile option in the Debug
compiler set in Linux
2022-01-06 20:46:27 +08:00
Roy Qu
3b0c8eccdb
- enhancement: add raylib.h to autolink
...
- fix: shouldn't generate default autolink settings in linux
2022-01-06 17:52:52 +08:00
Roy Qu
b9b7ff38c0
update debian package script
2022-01-06 16:32:09 +08:00