-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
131 lines (118 loc) · 5.01 KB
/
ChangeLog
File metadata and controls
131 lines (118 loc) · 5.01 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Version 1.3b:
* Fixed crash when calculating auto-completion list
* Compatibility fixes when running against certain platforms
* Disabled breakpoints are now persisted in session
* Persist debug window position when possible
* Better drag'n'drop feedback on Windows Vista
Version 1.3:
* Stability of internal processing of debug data improved
* SFTP will use UTF-8 encoding when SFTP v4 is detected
* Fixed SFTP for OpenSSH 5.1 release
* Fixed problem with loading multiple CTAGS files
* Added context list to improve auto-completion
* Auto-completion lexer now lists namespaces
Version 1.2b:
* Symbol View improved
* Fixed problem with creating new empty documents
* C++ lexer now sees namespaces
* Improved SQL Query editor password handling
* New configuration to allow multiple instances of the tool
Version 1.2:
* Support for DBX debugger
* Attach to core dump file from debug menu
* Improved visual diff. display in Source Control
* Improved SQL editor & database integration
* Improved intellisense for inherited types
* New Symbol View for finding symbols/functions
* Prepared for GDB/MI version 3
* Source now compiles against Visual Studio.NET 2008
Version 1.1:
* Finally MinGW support (local Windows .exe compilation). This
is still in its initial stage though (WinXP only)
* Specifying server type during project creation helps picking the
best settings
* Watches are working again
* Watches indicate when values change with different text-color
* Lex files are now stored in user's AppData folder (as is the xml
settings file) because of Vista LUA compliance (Vista only)
* New menuitem to Go To Implementation in ClassView
* Added ability to edit values in Memory view
* SFTP performance improved greatly
* New tooltip info displayed when hovering over squiggly error markers
* New tooltip info displayed when hovering over class tree entry
* New dialog to set advanced breakpoints ("Ignore Count" and "Conditions")
* New configuration to set login/password prompt for telnet/rlogin
* Improved C++ syntax highlighting
* Larger log display and new word-wrap option
* Visually compare CVS diff in split-view
* C++ lexer now takes the first path in #if/#else/#endif constructs
Version 1.0b:
* SFTP port number no longer resets
* Copyright file now correctly reflects the GPL license
* Fixed problem with editor's Replace dialog
* Windows Vista LUA compliance fix
* Installer is now based on NSIS system
* Passwords are stored with encryption
* Can now configure ps command
Version 1.0:
* Finally released the first public version!
* Project only saved to disk when there are actually changes
* Source Control now patches filenames from network path (ie Samba) to
UNIX standard
* Another multibyte editor fix
* SSH library reverted to old OpenSSH version check for compatibility with Gentoo
Version 0.9e:
* Bookmark persistance in session
* Dissasembly scrolling and other improvements
* Solution Explorer and Properties View remember their position
* New function tip while browsing AutoCompletion list
* New Search Text toolbar
* New option to reuse debugger session (no reconnect)
* Menu animations are back
* Now using cache on FTP directory scans
* Syntax highlighting for Bash (.sh) files
* Project files are now stored in UTF-8
* Fixed support for MBCS languages in editor (Chinese, Thai etc)
* Installation now includes MSXML4 merge module
Version 0.9d:
* It is possible to disable plugins
* Addressed problem with session not detecting termination
* Lexer now parses unnamed structs too
* New Console Output debug view
Version 0.9c
* German translation provided by Torsten Albrecht (IngenieurbEo AttNet)
* New 'mode' command in Console to switch interpreter mode
* Autohide views now close when you click on the button if already open
* Function-parens automatically added in autocompletion
* Ability to open include files from context menu
* Ability to go to class member declaration from context menu
Version 0.9b
* Timeout problems during Test Connection fixed
* Hanging CVS login problem fixed
* Fixed nasty problem where File Mappings would be lost in config file
* Added Rectangular Selection support in editor
Version 0.9
* Improved Function Tooltips
* Now handles overloaded methods better in tooltip and function tip
* Ability to view indentation guides
* Fixed problem with switching threads and debugger context
* Fixed problem with "Rebuild Solution" action
* Macro scripting now supports ActiveX components
* Dialog to configure how the editors interpret file-extensions
* Custom pre- and post-compile steps available
Version 0.8
* New "Set Parameters" dialog
* Timeout settings configurable
* CryptLib now version 3.2
* Started Subversion support
Version 0.7
* Sound events
* Tooltips and menutext for all menuitems
* Improved speed for C++ lexer due to removal of forward-looking scan
* Ability to run external tools from menu on remote server
* External tools can prompt for argument changes
* Improved syntax highlighting of PHP files
* Source Control Repository browser now showing files
* New Remote Dir browser
* Files Dirty marker in tab-strip
* RLogin protocol revised