Commit Graph

185 Commits

Author SHA1 Message Date
mattias
a8832a3e66 help for IDE windows: started editor and mapping
git-svn-id: trunk@9198 -
2006-04-28 14:16:25 +00:00
mattias
ed534f773e started Delphi package conversion tool
git-svn-id: trunk@8970 -
2006-03-21 13:17:55 +00:00
mattias
9272283138 restored old tpanel.xpm
git-svn-id: trunk@8909 -
2006-03-10 16:19:34 +00:00
mattias
1039473e76 added Execute evnets to IDE command registration
git-svn-id: trunk@8675 -
2006-01-31 15:50:46 +00:00
mattias
35d85a8f2f improved assing keycommands by reusing objects
git-svn-id: trunk@8649 -
2006-01-28 23:04:20 +00:00
vincents
9787dc1ed6 mapped shift + F3 to find previous (issue #1647)
git-svn-id: trunk@8566 -
2006-01-19 20:34:05 +00:00
mattias
1f698d8287 updated finnish translation from Seppo
git-svn-id: trunk@8506 -
2006-01-11 22:38:19 +00:00
vincents
ea1f8f2365 added ctrl-a for select all in default scheme (issue #1607)
git-svn-id: trunk@8495 -
2006-01-11 09:22:17 +00:00
mattias
4b11686705 moved IDE command constants to ideintf/idecommands.pas
git-svn-id: trunk@8460 -
2006-01-07 13:59:59 +00:00
vincents
ae1e36c861 add possibility to set shortcut for Rename Identifier
git-svn-id: trunk@8091 -
2005-11-07 10:26:51 +00:00
mattias
2c645e2c5f implemented hiding component palette and IDE speed buttons
git-svn-id: trunk@8020 -
2005-11-01 10:11:38 +00:00
mattias
962e54410f fixed loading custom IDE shortcuts
git-svn-id: trunk@7878 -
2005-10-01 13:42:44 +00:00
mattias
e855c9478a fixed showing descriptions in keymapping
git-svn-id: trunk@7876 -
2005-10-01 12:11:04 +00:00
mattias
0187330ac0 fixed showing localized name in keymapping
git-svn-id: trunk@7873 -
2005-10-01 09:25:29 +00:00
mattias
ca1dcc5bcd added TIDECommands.Categories
git-svn-id: trunk@7872 -
2005-10-01 09:18:24 +00:00
mattias
4a15b32072 fixed calling CreateFormEditor
git-svn-id: trunk@7863 -
2005-09-30 23:00:17 +00:00
mattias
469ae305aa fixed testing packge output directory writable
git-svn-id: trunk@7841 -
2005-09-27 18:50:27 +00:00
marc
66487f5d80 * Fix for bug #0001187 from Marco van de Voort
git-svn-id: trunk@7838 -
2005-09-26 22:54:56 +00:00
mattias
418c53918e activated menuintf and idescopes
git-svn-id: trunk@7820 -
2005-09-25 11:52:16 +00:00
mattias
f0028c6138 implemented real conflict check for key mapping
git-svn-id: trunk@7819 -
2005-09-25 11:13:44 +00:00
mattias
23c3181131 fixed compilation
git-svn-id: trunk@7818 -
2005-09-25 10:36:23 +00:00
mattias
fba3c4da37 finished IDE command scopes
git-svn-id: trunk@7790 -
2005-09-23 11:25:54 +00:00
mattias
f1bd1cc6c5 implemented using menuintf for IDE main menu
git-svn-id: trunk@7779 -
2005-09-21 22:33:37 +00:00
mattias
8ada078b86 added svn revision to about box
git-svn-id: trunk@7765 -
2005-09-21 08:54:58 +00:00
mattias
904520640b implemented IDE command scopes
git-svn-id: trunk@7733 -
2005-09-17 22:31:17 +00:00
mattias
f6cdf3cd65 fixed file commands in designer
git-svn-id: trunk@7711 -
2005-09-15 19:49:10 +00:00
mattias
fa8807c13c added check files on disk when activating main ide bar
git-svn-id: trunk@7705 -
2005-09-14 23:11:24 +00:00
mattias
c727146b87 implemented ide command scopes in keymapping, not functional yet
git-svn-id: trunk@7691 -
2005-09-14 00:17:45 +00:00
mattias
8f8be186cf fixed calling GlobalDesignHook.PersistentAdded when adding via designer
git-svn-id: trunk@7654 -
2005-09-09 14:33:20 +00:00
mattias
9d59986db5 fixed TAnchorSide.Side default value
git-svn-id: trunk@7650 -
2005-09-09 08:42:33 +00:00
mattias
4f10f5506b moved code templates settings to a dialog of its own - it needs more space for the coming makros
git-svn-id: trunk@7601 -
2005-08-30 20:54:21 +00:00
mattias
2fae0d3819 implemented IDE command ecSetFreeBookmark
git-svn-id: trunk@7579 -
2005-08-27 13:57:47 +00:00
mattias
3ede56bfce implemented goto next/previous bookmark keymapping
git-svn-id: trunk@7572 -
2005-08-25 22:21:11 +00:00
mattias
401d21c00f implemented goto next/previous bookmark
git-svn-id: trunk@7570 -
2005-08-25 21:48:07 +00:00
mattias
18a6999481 fixed checking dangling events on empty units
git-svn-id: trunk@7562 -
2005-08-24 18:54:09 +00:00
micha
7fc9aa2035 use keydown instead of keyup to catch key: prevents "ding" sound in windows
git-svn-id: trunk@7553 -
2005-08-22 22:30:36 +00:00
mattias
cfc5bec9e4 splitted ide Makefile.fpc ide/Makefile.fpc
git-svn-id: trunk@7447 -
2005-07-29 23:24:38 +00:00
mattias
63ebe03976 fixed TEdit to eat normal keys and avoid triggering accelerators
git-svn-id: trunk@7424 -
2005-07-25 23:11:48 +00:00
mattias
fbe23a81a0 classic default key ecSelectWord Ctrl-K T
git-svn-id: trunk@7402 -
2005-07-22 17:02:18 +00:00
mattias
6056087379 added IDE command ecSelectWord
git-svn-id: trunk@7401 -
2005-07-22 15:50:50 +00:00
vincents
37655d03e5 fixed some errors in the IDE 'TP Classic' keymapping scheme from MichaelvC
git-svn-id: trunk@7391 -
2005-07-21 21:21:46 +00:00
marc
98f5b75116 * Reimplemented ZOrder
+ Added IDE option to move a control one forward/back
* Fixed IDE control selection
- Removed some IFDEF VER 1_0
+ Added some inline

git-svn-id: trunk@7361 -
2005-07-16 00:08:26 +00:00
mattias
8feeeb020d started add new unit page for package editor
git-svn-id: trunk@7296 -
2005-06-29 22:52:39 +00:00
mattias
7bbed9755e fixed keymapping, imrpoved autosizing envirnment options dialog
git-svn-id: trunk@7291 -
2005-06-28 22:44:22 +00:00
mattias
0dc9ed7f3a extended IDE frontend for two IDE shortcuts with two key sequences
git-svn-id: trunk@7289 -
2005-06-25 17:10:41 +00:00
mattias
3a4f950d51 fixed keymapping assinging twice same main key
git-svn-id: trunk@7021 -
2005-03-24 18:50:40 +00:00
marc
354b98ed73 * 64bit patch (partial) from Peter Vreman
git-svn-id: trunk@6972 -
2005-03-17 00:09:37 +00:00
mattias
21624d99b0 reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
2005-01-29 14:36:04 +00:00
vincents
c535f37167 use xml units from fpc, if not compiling with fpc 1.0
git-svn-id: trunk@6603 -
2005-01-15 13:44:03 +00:00
mattias
dbaae1e981 renamed invert attribution to invert assignment tool from Sergio
git-svn-id: trunk@6585 -
2005-01-14 14:29:51 +00:00