-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathchangelog.txt
62 lines (49 loc) · 2.45 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
commit 148da5e2c0b73ce5abf7a10428d141e91da02992
Author: fanhongxuan <[email protected]>
Date: Sun Nov 11 22:33:42 2018 +0800
1) When a buffer has the keyboard focus, show the title as blue.
commit 561ea8cd8826c856022d61349ef0cc31a1382615
Author: fanhongxuan <[email protected]>
Date: Sun Nov 11 09:39:15 2018 +0800
1) When save file will update the wxAutoCompWordInBufferProvider
If use try to close a file, don't update candidate.
2) When user input add the candidate dynamic.
commit 781c566ea7da2c3e1690f17a9b3dd5da83b69556
Author: fanhongxuan <[email protected]>
Date: Sat Nov 10 22:33:54 2018 +0800
1) Add @:-_/.\ as the normal string in wxAutoCompWordInBufferProvider.
this will make the candidate a little longger to match words which include those char.
2) If the candidate length is less than the min len, don't add to the candidate set.
commit 84ba459ed9ebf5cd316b320ddb13b73ead09846f
Author: fanhongxuan <[email protected]>
Date: Sat Nov 10 22:05:10 2018 +0800
1, Use Tab in Edit to increase indent.
commit b7dbc14d890e0a3928f899d6bd63c8b30ccf7598
Author: fanhongxuan <[email protected]>
Date: Sat Nov 10 21:50:55 2018 +0800
1) Add autocomp:
auto complete all the keyword of C/C++
auto complete all the word in the same mode
2) Add CTRL+B to swtich the buffer list
3) Use CTRL+K to kill current buffer
4) When file is modified, show (*) on the notebook
5) Use CTRL+S to save current buffer
6) When file is modified and close, notify user to save it
7) Resolve the display issue when mouse click on the wxSearchListCtrl
commit eef3b2a255d757e520143c0ebc13544e810d14fe
Author: fanhongxuan <[email protected]>
Date: Thu Nov 8 11:23:08 2018 +0800
1) Use UP/DOWN to select without active, Use CTRL/ALT+ENTER to select and active, Use ENTER to select, active and
switch the keyboard focus to the target.
2) When not search, show the desc default.
3) Mouse single click is active, Mouse double click is active and switch the keyboard focus to the target.
4) the wxSearchListCtrl don't accept keyboard focus.
commit fca95563fd6fb493db14f9b5dce9c4e5b9dcf63a
Author: fanhongxuan <[email protected]>
Date: Thu Nov 8 00:57:20 2018 +0800
First version:
1) add wxSear
Use DOWN/ENTER to select the next candidate.
Use UP/CTRL+ENTER to select the previous candidate.
Use mouse click to select an candidate.
2) add wxSearchDir