Commit Graph

45 Commits

Author SHA1 Message Date
Christian Hammacher
da6b71a677 Changed default caption of the documents tabbar
Changed default theme to Xito
2006-04-10 18:25:54 +00:00
Christian Hammacher
c9765e50c8 Replaced Documents tabbar (means two bugs are fixed now)
Removed Projects tabbar and added a new item to the statusbar
2006-04-10 18:05:08 +00:00
Christian Hammacher
f2b8b82515 Component update (whoa I hate delphi reinstallations)
Added another feature for the Code-Explorer
2006-03-06 19:47:22 +00:00
Christian Hammacher
4369023394 Added a few edit functions to the notes richedit 2006-02-17 20:25:25 +00:00
Christian Hammacher
278e267690 Fixed potential crash bug in the plugins unit 2006-02-05 13:59:41 +00:00
Christian Hammacher
7183954b08 Fixed a bug in the Code-Inspector
Added madExcept again
2006-01-12 19:14:56 +00:00
Christian Hammacher
73ba5d1644 Updated some captions
Updated the Autocomplete-Check function
Prepared AMXX-Studio for release
2006-01-11 18:02:42 +00:00
Christian Hammacher
8aaa2d859f Modified something in the About dialog 2005-12-24 02:20:08 +00:00
Christian Hammacher
0c6d606fea Added an Auto-Setup feature 2005-12-23 13:19:21 +00:00
Christian Hammacher
8a5806cd25 Added a small hint to the compiler page in the settings dialog 2005-12-18 19:31:50 +00:00
Christian Hammacher
9d480b05af updated a few things in the plugin system 2005-12-11 17:55:35 +00:00
Christian Hammacher
b6d6be3c27 Changed a few captions in the about dialog 2005-12-11 16:45:02 +00:00
Christian Hammacher
507a901a9e Changed a few language strings (again) to English
Fixed bug in the replace system
Fixed bug in the Autcomplete Check
Changed version number to 1.4
2005-12-01 16:30:26 +00:00
Christian Hammacher
e9db0c8c76 again bugfixes 2005-11-25 21:44:18 +00:00
Christian Hammacher
803852ee0c small bug fix 2005-11-19 20:37:44 +00:00
Christian Hammacher
db0dd03128 Added new function to calltips: opens include file on click
Fixed some bugs in the menu generator
2005-11-19 19:46:29 +00:00
Christian Hammacher
23fb93a3cc - Updated Calltips
- Fixed bugs in register plugin function
- Added "Autocomplete Check", allows you to customize autocomplete items
- Added a new dialog (the parameter info dialog) to the loadinfo record/struct
- Added a new unit called UnitACCheck.pas
2005-11-18 23:35:58 +00:00
Christian Hammacher
c5761610b8 Small bugfixes 2005-11-13 10:40:59 +00:00
Christian Hammacher
32fd0f9e93 Fixed small bug in the indent function 2005-11-12 15:11:14 +00:00
Christian Hammacher
c4d120082b just another bug fix (or two) 2005-11-09 16:48:21 +00:00
Christian Hammacher
38178ea9fa Important bug fix and updated the MOTD generator 2005-11-09 14:32:07 +00:00
Christian Hammacher
78b35d80ee Fixed some bugs in the menu generator
Fixed bug in the AutoUpdate function
2005-11-06 14:52:50 +00:00
Christian Hammacher
a66f13fc91 Small bugfix, added another feature (saves now the last keywords) 2005-11-05 17:39:12 +00:00
Christian Hammacher
1cb99082e2 Fixed a small output bug 2005-11-05 11:20:52 +00:00
Christian Hammacher
6ea52a9a08 Added new feature: Auto Disable (disable auto-update if plugin has more than xxx lines, should prevent lags) 2005-11-02 15:36:24 +00:00
Christian Hammacher
efe4b674e2 Fixed another bug (I had fixed it once but removed the fix accidentally) 2005-11-02 14:17:00 +00:00
Christian Hammacher
67c0230a62 Fixed bugs 2005-11-01 03:07:47 +00:00
Christian Hammacher
fc9e39a021 Updated components, added 2 new units 2005-10-30 10:33:16 +00:00
Christian Hammacher
62e1856229 Added 3 more plugin messages (SCM_PAWN_FILECOUNT, SCM_CPP_FILECOUNT, SCM_OTHER_FILECOUNT)
Fixed load bug (if you loaded a textfile and the tab "Other projects" wasn't active you got an error message)
2005-10-13 14:49:40 +00:00
Christian Hammacher
c3450df360 - Upgraded Code-Inspector
- Now checks language strings
  - New design
  - Better parsing
  - Displays actions
- Added function: can't load files twice
- Updated Code-Explorer
  - now faster
  - fixed a few small bugs
  - now keeps selection
- Updated Settings-Dialog
- Fixed output bug (showed sometimes huge numbers as line numbers)
- Fixed design bug (displayed wrong plugin data on start)
- Fixed small bug in the color dialog
- Fixed small start bug (didn't show real plugin data on startup)
- Added restore function
- Fixed code-explorer bug (didn't recognize @-functions)
- Fixed highlight bug (had problems with ^" and ^ in strings)
- Fixed potential crash bug
- Fixed another highlight bug
- Fixed aother code-explorer bug...
- Added 2 settings (for auto-complete and calltips)
- Added SCM_SETTINGS_REMOVEPAGE-message
- Fixed SCM_SETTINGS_CREATEPAGE bug
2005-10-07 21:52:48 +00:00
Christian Hammacher
12bf140931 Fixed a small save bug 2005-09-12 16:08:45 +00:00
Christian Hammacher
7225aa3cc0 Fixed font bug 2005-09-11 14:32:16 +00:00
Christian Hammacher
6f8816c13f Fixed another shortcut bug
Released 1.2
2005-09-11 11:15:22 +00:00
Christian Hammacher
468d99ff70 Updated about dialog
Updated a few plugin commands
Removed splashscreen
Added some themes
Updated some captions
2005-09-10 21:55:22 +00:00
Christian Hammacher
d95f2cba37 Fixed another small shortcut bug
Updated "Select color" dialog
Removed "Do not restore caret" property, not useful
2005-09-09 23:01:09 +00:00
Christian Hammacher
e2a521583a Fixed shortcut bugs
Fixed include bug
Changed a few small things in the core
2005-09-09 16:49:41 +00:00
Christian Hammacher
729932476b Fixed memory leak
Updated Modified-Event (now only one parameter [the modified text])
2005-09-07 22:31:31 +00:00
Christian Hammacher
81ab33d794 Fixed shortcut bug in the settings dialog (couldn't set hotkeys to BkSp etc.)
Added "Reset" button to shortcuts page
2005-09-05 22:33:45 +00:00
Christian Hammacher
58c006a9c8 Ready for release (1.1) 2005-09-04 13:03:34 +00:00
Christian Hammacher
ea1d72401c Fixed switch bug, now even (much) faster
Updated aboutbox
2005-09-03 23:47:40 +00:00
Christian Hammacher
fdbe0e2064 Upgraded plugin-system (other command call and now 93 commands)
Customizable IRC Paster
Updated version number from 1.01 to 1.1
2005-09-03 20:00:46 +00:00
Christian Hammacher
e15761b79a Updated plugin system 2005-08-27 01:47:15 +00:00
Christian Hammacher
270d898f82 Fixed shortcut bug 2005-08-26 23:22:30 +00:00
Christian Hammacher
2a2d5697b8 Fixed some bugs
Upgraded exception handler, now using madCollection
2005-08-26 22:59:25 +00:00
Christian Hammacher
b17f277a1b Added AMXX-Studio to CVS 2005-08-26 19:07:54 +00:00