forked from anoopjohn/gphpedit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNEWS
More file actions
46 lines (43 loc) · 1.64 KB
/
Copy pathNEWS
File metadata and controls
46 lines (43 loc) · 1.64 KB
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
============================
gphpedit 0.9.98~RC2
============================
New Features and Fixes
======================
- Use GtkRecentManager for recent files
- Fix Missing cursor in search and goto boxes
- Fix Hidden caret when editor is opened without files in session
- Fix Crash when press toolbar close button
- Fix External modification notification grows window beyond screen
- Fix Freezes when directory contains big XML files
- Fix classbrowser not working in some directories
- Added custom PHP functions autocompletion funtionality
- Added PHP class members autocompletion
- Improve Classbrowser parse performance
- Improve autocompletion performance
- Fix syntax check when file contains %xx scapes chars
- New japanese translation. Thanks to Tadashi Jokagi <elf@elf.no-ip.org>
- Added new debug option.
- Misc bugfixes and code cleanups
============================
gphpedit 0.9.98~RC1
============================
New Features and Fixes
======================
- Folderbrowser async load
- New folderbrowser up and home buttons
- Fix error loading / saving to remote filesystems
- Fix error converting colors in preferences dialog
- Added file icons in tab (like gedit)
- Fix tab caption in tab-help after one level navigation
- Add Translation/Bug report buttons to help menu
- Add HTML files webkit preview
- Various improvements to build system
- RGBA colormap support
- Various plugin system upgrades
- Add check for externally modified files
- Remember incremental search strings
- Added CSS calltips support
- Speed up Calltip/autocomplete lists
- Auto-Completion of Brackets and Quotes
- Hightlight current caret line
- Misc bugfixes and code cleanups