juha
61a8bcf484
IDE: Move Example Manager to another place in Tools menu.
...
git-svn-id: trunk@32955 -
2011-10-18 11:26:54 +00:00
juha
fdc466d76d
Fix spelling from Childs to Children around Lazarus source. Patch from Mazen NEIFER
...
git-svn-id: trunk@30657 -
2011-05-10 09:13:38 +00:00
juha
d3cfc4ada0
IDE: Move Refactor menu under Source menu
...
git-svn-id: trunk@30506 -
2011-04-29 06:45:51 +00:00
juha
1f812b5dd7
IDE: Make Tab Order dialog modeless and add it to View menu.
...
git-svn-id: trunk@30324 -
2011-04-16 17:15:29 +00:00
juha
4c2bf7e89d
IDE: Get rid of Environment menu and move items to Tools menu.
...
git-svn-id: trunk@29884 -
2011-03-17 11:54:25 +00:00
juha
a06b201599
IDE: Oganize the editor popup menu items similarly with main menu. Add Source sub-menu there.
...
git-svn-id: trunk@29865 -
2011-03-16 10:04:07 +00:00
juha
a71d3af03c
IDE: Reorganize main menu, move some items from Source to Edit.
...
git-svn-id: trunk@29862 -
2011-03-15 21:53:22 +00:00
juha
4e95f6a390
LCL: Show menu shortcuts also when they are sequencial keys combinations (like Ctrl+Q, B)
...
git-svn-id: trunk@29853 -
2011-03-15 14:05:55 +00:00
juha
eba4490d42
IDE: show combination menu shortcuts. IFDEFed because it doesn't show properly on all widgetsets.
...
git-svn-id: trunk@29816 -
2011-03-13 15:27:05 +00:00
juha
c8c11611e7
IDE: Move View menu in front of Source and Refactor menus.
...
git-svn-id: trunk@29776 -
2011-03-09 22:56:21 +00:00
juha
2fda99299b
IDE: reorder main menu items.
...
git-svn-id: trunk@29761 -
2011-03-09 12:33:33 +00:00
juha
e39c717de7
IDE More items to Refactor Menu.
...
git-svn-id: trunk@29728 -
2011-03-05 08:51:53 +00:00
juha
c7a08aeb7f
IDE: Create Source menu and move items there from Edit menu.
...
git-svn-id: trunk@29721 -
2011-03-04 07:17:11 +00:00
juha
7bd4807fe6
IDE: Create Refactoring menu and move items from other menus.
...
git-svn-id: trunk@29720 -
2011-03-04 07:17:05 +00:00
mattias
b3a8dd03b1
fixed typos: childs
...
git-svn-id: trunk@29440 -
2011-02-10 09:37:16 +00:00
mattias
397deec80b
IDE: package editor: menu items for expand and collapse directory
...
git-svn-id: trunk@29109 -
2011-01-18 14:20:03 +00:00
martin
fcdd2aacf9
IDE(Intf): Menuu-Intf: Do not create menu-structure for items with an invisible parent, since menu-entries from siblings may still be missing. Fixes #18041
...
git-svn-id: trunk@28760 -
2010-12-18 13:09:40 +00:00
martin
73c305cbc4
Src-Edit / ContextMenu commands: Do not change on every editor focus change. Issue #17763
...
git-svn-id: trunk@28395 -
2010-11-22 06:17:17 +00:00
mattias
369aa3055c
fixed typo dont
...
git-svn-id: trunk@27304 -
2010-09-11 14:05:21 +00:00
zeljko
4f5b4d81da
IDE: fixed editor crash in multi window mode (context menu).patch from Juha, debugging from me. fixes #17321
...
git-svn-id: trunk@27252 -
2010-09-02 19:04:55 +00:00
mattias
5dd6aeadd5
IDEIntf: fixed TIDEMenuSection.GetContainerIndex
...
git-svn-id: trunk@26416 -
2010-07-02 14:13:07 +00:00
mattias
e704481261
IDEIntf: fixed TIDEMenuItem.HasBitmap
...
git-svn-id: trunk@26415 -
2010-07-02 13:43:07 +00:00
mattias
14da0dee1f
anchordocking: load/save layout file
...
git-svn-id: trunk@26186 -
2010-06-19 10:37:34 +00:00
mattias
2a3b817e5c
IDEIntf: implemented TIDEMenuSection.Visible, added menu items for package editor
...
git-svn-id: trunk@26159 -
2010-06-17 14:44:59 +00:00
mattias
e7db0d5bcd
IDE: moved todolist to package, todo list for packages needs to be done
...
git-svn-id: trunk@26151 -
2010-06-16 11:53:34 +00:00
martin
6c3b635b27
TIdeMenuItem: Remove references from old menu, when releasing
...
git-svn-id: trunk@24151 -
2010-03-21 18:03:15 +00:00
mattias
a1f22a3dff
IDE: added Line ending menu item, bug #15420
...
git-svn-id: trunk@23277 -
2009-12-25 13:14:58 +00:00
mattias
5ea22214c6
educationlaz: implemented hiding menu items
...
git-svn-id: trunk@22241 -
2009-10-20 12:51:23 +00:00
paul
3b842095b1
ideintf: don't execute key command if one of menu item handlers was executed
...
git-svn-id: trunk@22033 -
2009-10-05 02:54:17 +00:00
paul
3d475db9d7
ideintf: add an ability to register standard resource images for sub menus
...
git-svn-id: trunk@20808 -
2009-07-08 01:30:31 +00:00
paul
5e0c647868
menuintf: fix SetChildsAsSubMenu section bug
...
git-svn-id: trunk@20702 -
2009-06-22 02:51:28 +00:00
paul
2ab7776d76
ide: rearrange source editor popup menu items
...
git-svn-id: trunk@20119 -
2009-05-22 06:25:27 +00:00
paul
d165265aaa
ideintf: fix asterisk position in the copyright header
...
git-svn-id: trunk@18830 -
2009-02-27 02:35:55 +00:00
paul
ba83fff416
ideintf: don't execute command twice (Mattias, review it)
...
git-svn-id: trunk@17878 -
2008-12-21 15:12:16 +00:00
mattias
9679ef7abb
IDEIntf: TIDEMenuCommand now connects events to commands automatically
...
git-svn-id: trunk@17875 -
2008-12-21 09:27:27 +00:00
mattias
40d1b6687c
IDEIntf: removed SrcEditSubMenuSetBookmarks, added SrcEditSubMenuToggleBookmarks, IDE: replaced SetBookmarks wirh ToggleBookmarks
...
git-svn-id: trunk@17601 -
2008-11-26 14:52:46 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
80191042b6
IDE: added source editor sub menu encoding
...
git-svn-id: trunk@14901 -
2008-04-19 20:22:16 +00:00
mattias
262ab9c76f
ideprinting: fixed menu
...
git-svn-id: trunk@14501 -
2008-03-12 12:53:42 +00:00
mattias
580e37d62a
IDE: Src Editor: popup menu: switched move flags section to sub menu
...
git-svn-id: trunk@14499 -
2008-03-12 11:37:28 +00:00
mattias
99fe112e0a
IDE: Src Editor: popup menu: switched move page section to sub menu
...
git-svn-id: trunk@14498 -
2008-03-12 11:31:21 +00:00
mattias
25a277034f
IDE: Src Editor: opup menu: combined open files menu items to one sub menu
...
git-svn-id: trunk@14497 -
2008-03-12 11:21:41 +00:00
paul
6e1cf88ace
fix memory leaks
...
git-svn-id: trunk@14443 -
2008-03-06 06:49:30 +00:00
paul
be2b8c751e
fixed memory leak
...
git-svn-id: trunk@14441 -
2008-03-06 06:42:48 +00:00
mattias
d148841201
IDE: renamed menu item Component to Package
...
git-svn-id: trunk@14284 -
2008-02-27 15:31:50 +00:00
marc
7e29395337
* improved localization of editor popupmenu by Maxim Ganetsky
...
* updated po files
git-svn-id: trunk@13839 -
2008-01-22 23:27:05 +00:00
mattias
2b1ed1ccae
IDE: renamed menu Components to Component for Windows compatibility bug #9936
...
git-svn-id: trunk@13698 -
2008-01-09 21:02:11 +00:00
paul
548c9ae401
menuintf: moved ResourceName argument to the end of RegisterIDEMenuCommand to save compatibility with non-lazarus svn ide plugins
...
git-svn-id: trunk@13081 -
2007-11-30 01:48:32 +00:00
paul
6301facd85
ide:
...
- extend menuintf: allow set ResourceName for menu items (to assign menu glyph)
- uniteditor: assign some glyphs to editor popup menu
git-svn-id: trunk@13070 -
2007-11-29 02:59:32 +00:00
tombo
7f51d24813
IDE: Changed menu item Windows to singular, show menu item check for active form
...
git-svn-id: trunk@12826 -
2007-11-11 14:58:03 +00:00