You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ Improved and fixed interaction with database update web service:
16
16
- Download manager now sends program's key and registration code to web service instead of place-holder strings.
17
17
- Handling for HTTP error messages improved. Short HTTP error descriptions are displayed rather than full content of error pages.
@@ -25,21 +25,21 @@ Release v0.11.0 Beta of 07 April 2006
25
25
+ Reworked and added classes to centralise access to system and application information.
26
26
+ Updated help file with details of registration dialogue and CodeSnip mailing list.
27
27
28
-
Un-released v0.10.12 Beta of 04 April 2006
28
+
Unreleased v0.10.12 Beta of 04 April 2006
29
29
+ Improved code that stores global application settings. Prepared way for having per-user and global settings rather than just per-user settings as at present.
30
30
31
-
Un-released v0.10.11 Beta of 03 April 2006
31
+
Unreleased v0.10.11 Beta of 03 April 2006
32
32
+ Revised to work with v3.1 of CodeSnip database update web service.
33
33
34
-
Un-released v0.10.10 Beta of 02 April 2006
34
+
Unreleased v0.10.10 Beta of 02 April 2006
35
35
+ Added program icon (16x16, 32x32 and 48x48 versions).
36
36
37
37
Release v0.10.9 Beta of 02 April 2006
38
38
+ Fixed bug where browser controls displayed JavaScript error dialogue when exceptions were raised by database updates initiated from browser control's "external" object.
39
39
+ Refactored some code in main form and main snippets object as a result of above fix.
40
40
+ Also refactored some of search code in main form.
41
41
42
-
Un-released v0.10.8 Beta of 02 April 2006
42
+
Unreleased v0.10.8 Beta of 02 April 2006
43
43
+ Removed bug in database update manager that was causing database to be restored unnecessarily.
44
44
+ Heavily refactored update manager code as part of bug fix.
45
45
@@ -59,11 +59,11 @@ Release v0.10.4 Beta of 12 January 2006
59
59
+ Added checking of checksums of downloaded files to increase security. Exceptions now raised when a file's checksum is incorrect.
60
60
+ Fixed small alignment problem in update dialogue.
61
61
62
-
Un-released v0.10.3 Beta of 11 January 2006
62
+
Unreleased v0.10.3 Beta of 11 January 2006
63
63
+ Changed so that compiler output is now captured directly rather than via temporary log file.
64
64
+ Compiler execution is now time-sliced and time-limited rather than being allowed infinite processing time.
65
65
66
-
Un-released v0.10.2 Beta of 10 January 2006
66
+
Unreleased v0.10.2 Beta of 10 January 2006
67
67
+ Reverted to Delphi 7 to avoid Delphi 2006 bug that was enabling dialogues to be minimized and maximized.
68
68
+ Reordered controls in Find Compiler dialogues.
69
69
+ Restored title bar close button to web update dialogue.
@@ -88,13 +88,13 @@ Release v0.9.0 Beta of 06 January 2006
88
88
+ Refactored main snippets class to simplify addition of new copy snippet facility.
89
89
+ Updated help file re new additions.
90
90
91
-
Un-released v0.8.3 Beta of 04 January 2006
91
+
Unreleased v0.8.3 Beta of 04 January 2006
92
92
+ Modified to compile with Indy Components v10 and Delphi 2006 for Win 32.
93
93
94
-
Un-released v0.8.2 Beta of 04 January 2006
94
+
Unreleased v0.8.2 Beta of 04 January 2006
95
95
+ Created static class to interpret command line and changed other code to work with the new class.
96
96
97
-
Un-released v0.8.1 Beta of 04 January 2006
97
+
Unreleased v0.8.1 Beta of 04 January 2006
98
98
+ Fixed minor display bug in web update dialogue box.
99
99
+ Fixed about box's problem in displaying help in response to F1 key press.
100
100
@@ -119,20 +119,20 @@ Release v0.7.5 Beta of 03 June 2005
119
119
Release v0.7.4 Beta of 09 May 2005
120
120
+ Made user defined settings in Save Snippets dialogue box persistent.
121
121
122
-
Un-released v0.7.3 Beta of 25 April 2005
122
+
Unreleased v0.7.3 Beta of 25 April 2005
123
123
+ Disabled test compile button on compiler checks pane along with associated menu and toolbar button when no compilers installed.
124
124
+ Rewrote main welcome page, adding links to compiler check dialogue. Made same welcome page appear in both detail panes.
125
125
+ Updated compiler check pages by adding links to compiler check dialogue and new "about compiler checks" help topic.
126
126
+ Updated help file with new "about compiler checks" topic and completed "QuickStart" topic.
127
127
+ Added new features to DOM's external object to support above changes.
128
128
129
-
Un-released v0.7.2 Beta of 21 April 2005
129
+
Unreleased v0.7.2 Beta of 21 April 2005
130
130
+ Refactored code that maintains persistent application data.
131
131
+ Refactored syntax highlighter code and moved interfaces and enumerated types to own unit.
132
132
+ Renamed unit generation unit now that it generates source code other than complete units.
133
133
+ Carried out minor refactoring of Pascal analyser unit.
134
134
135
-
Un-released v0.7.1 Beta of 20 April 2005
135
+
Unreleased v0.7.1 Beta of 20 April 2005
136
136
+ Disabled F1 key press handling in dialogues with no help button. Was triggering bad topic errors in WinHelp.
+ Fixed errors in "do nothing" doc host handler used by web browser control.
@@ -157,54 +157,54 @@ Release v0.5.0 Beta of 05 March 2005
157
157
Release v0.4.0 Beta of 28 February 2005
158
158
+ Text search results are now highlighted when routines are displayed in the information pane.
159
159
160
-
Un-released v0.3.4 Beta of 26 February 2005
160
+
Unreleased v0.3.4 Beta of 26 February 2005
161
161
+ Separated back end database code from Snippets object.
162
162
+ New back end code designed to make it easy to change the data provider in future versions. Current version accesses data in .ini and .dat files.
163
163
164
-
Un-released v0.3.3 Beta of 25 February 2005
164
+
Unreleased v0.3.3 Beta of 25 February 2005
165
165
+ Fixed bug that was preventing Ctrl+F from activating Find Text dialogue box.
166
166
+ Realigned controls in bug report dialogue and fixed tab order problems.
167
167
+ Fixed email address validation error in bug report dialogue
168
168
169
-
Un-released v0.3.2 Beta of 24 February 2005
169
+
Unreleased v0.3.2 Beta of 24 February 2005
170
170
+ Refactored code that provides compiler names and introduced global Compilers object.
171
171
172
-
Un-released v0.3.1 Beta of 24 February 2005
172
+
Unreleased v0.3.1 Beta of 24 February 2005
173
173
+ Centralised code that displays message dialogues and standardised their appearance.
174
174
175
-
Un-released v0.3.0 Beta of 23 February 2005
175
+
Unreleased v0.3.0 Beta of 23 February 2005
176
176
+ Updated welcome pages to provide more help on using CodeSnip.
177
177
+ Removed dialogues that appeared on start up when database was empty. Welcome page now provides this information along with an option to download database.
178
178
+ Improved handling of welcome page.
179
179
180
-
Un-released v0.2.4 Beta of 23 February 2005
180
+
Unreleased v0.2.4 Beta of 23 February 2005
181
181
+ Refactored and simplified access to dialogue boxes.
182
182
+ Improved search code.
183
183
184
-
Un-released v0.2.3 Beta of 23 February 2005
184
+
Unreleased v0.2.3 Beta of 23 February 2005
185
185
+ Created a class hierarchy for all frames that display HTML in a web browser control.
186
186
187
-
Un-released v0.2.2 Beta of 22 February 2005
187
+
Unreleased v0.2.2 Beta of 22 February 2005
188
188
+ Localised various literal strings and moved some constant values to a common location.
189
189
190
-
Un-released v0.2.1 Beta of 22 February 2005
190
+
Unreleased v0.2.1 Beta of 22 February 2005
191
191
+ Overhauled web browser external object extender that communicates browser events to application.
192
192
+ Added new notifier object that centralises handling of GUI user interaction.
193
193
194
-
Un-released v0.2.0 Beta of 21 February 2005
194
+
Unreleased v0.2.0 Beta of 21 February 2005
195
195
+ Made minor changes to appearance of main display.
196
196
+ Refactored the HTML generation engine, added several HTML templates to resources and localised all strings used in generated HTML.
0 commit comments