mattias
c93c466bc0
IDE: changing encoding of virtual files improved, IDE: added tool to change encoding of projects/packages
...
git-svn-id: trunk@16527 -
2008-09-10 22:04:20 +00:00
paul
f790ccc88c
ide: simplify TMainIDEBase.UpdateWindowMen
...
git-svn-id: trunk@16399 -
2008-09-04 07:28:29 +00:00
mattias
ea23d0c086
IDE+codetools: using compiler mode Delphi when set in compiler options
...
git-svn-id: trunk@16092 -
2008-08-17 19:45:49 +00:00
vincents
9ca6edefb0
IDE: added source editor tabs to the Window menu, if the source editor notebook doesn't have the PageListPopup capability from Benito (part of issue #11562 )
...
git-svn-id: trunk@16001 -
2008-08-08 14:43:39 +00:00
mattias
9d0afc204c
IDE: moved IFDEF BigIDE to lazarus.pp to let it work even on quick build, LazBuild: implemented compiling IDE standard packages
...
git-svn-id: trunk@15720 -
2008-07-09 13:22:45 +00:00
mattias
6180c0bbed
IDE: moved view jump history to view menu
...
git-svn-id: trunk@15391 -
2008-06-11 21:15:54 +00:00
mattias
9106150d26
IDE: Message window now uses BeginUpdate/EndUpdate
...
git-svn-id: trunk@15330 -
2008-06-06 04:39:30 +00:00
marc
4abf2fab7c
* Moved todolist from project menu to view menu
...
git-svn-id: trunk@14914 -
2008-04-20 22:56:28 +00:00
vincents
543413cdd4
IDE: added package -> New package ... menu option based on patch from Samuel Herzog (bug #11161 )
...
git-svn-id: trunk@14877 -
2008-04-18 13:21:47 +00:00
laurent
824ad7af42
New icones
...
git-svn-id: trunk@14685 -
2008-03-29 23:59:19 +00:00
paul
7b44b9d924
ide: rename UnitEditor to SourceEditor
...
git-svn-id: trunk@14531 -
2008-03-15 13:17:37 +00:00
laurent
38fa89e83c
New menu images
...
git-svn-id: trunk@14495 -
2008-03-11 21:22:47 +00:00
laurent
cadad3a03c
New menu images
...
git-svn-id: trunk@14483 -
2008-03-09 20:49:32 +00:00
mattias
21113c7ddb
IDE+IDEIntf: renamed some some more issue to restricted
...
git-svn-id: trunk@14474 -
2008-03-08 19:44:23 +00:00
mattias
3d959035bb
IDE+IDEIntf: renamed some Issue Browser to Restriction Browser
...
git-svn-id: trunk@14473 -
2008-03-08 19:36:12 +00:00
tombo
ecb6afce2f
IDE implemented compatibility issues:
...
- added Issues tab to Object Inspector
- added View/Issue browser
- added new package file type - issue xml file
- added Windows and Carbon LCL issues
- added jump back and forward images
- removed TButton and TBitBtn Color property hiding
- set mime type for package images
- added TLCLPlatforms set
git-svn-id: trunk@14287 -
2008-02-27 16:23:28 +00:00
mattias
d148841201
IDE: renamed menu item Component to Package
...
git-svn-id: trunk@14284 -
2008-02-27 15:31:50 +00:00
mattias
2cc665010b
IDE: renamed some more LazDoc references to FPDoc editor
...
git-svn-id: trunk@13847 -
2008-01-23 23:00:03 +00:00
paul
5960c5fb33
dont try to FreeThenNil property
...
git-svn-id: trunk@13803 -
2008-01-19 18:30:04 +00:00
mattias
cb16ea3d75
IDE: package editor: added menu item More / View ToDo list
...
git-svn-id: trunk@13793 -
2008-01-19 10:22:18 +00:00
mattias
091479f87b
IDE: moved menu item View / messages up
...
git-svn-id: trunk@13761 -
2008-01-15 20:25:15 +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
laurent
3aff619e70
convert images menu xpm to png
...
small modif for menu image
git-svn-id: trunk@13445 -
2007-12-23 14:58:05 +00:00
paul
976ff05a4e
fix wrong image name
...
git-svn-id: trunk@13423 -
2007-12-23 08:07:22 +00:00
mattias
54190edc5b
IDE: moved Goto line menu item to jump section
...
git-svn-id: trunk@13320 -
2007-12-13 18:34:36 +00:00
vincents
c86c39f5d4
IDE: added <ctrl>+<shift>+T for insert TODO item from Graeme ( #10393 )
...
git-svn-id: trunk@13257 -
2007-12-10 11:02:33 +00:00
mattias
5871aee8d7
IDE: added Insert GUID function, changed shortcut for procedure list from Ctrl-Shift-G to Alt-G from Graeme
...
git-svn-id: trunk@13180 -
2007-12-06 09:53:13 +00:00
paul
c69fef99dc
images:
...
- added new, moved/renamed old
- procedure list dialog now use standard set of images instead of own
git-svn-id: trunk@13155 -
2007-12-05 06:43:08 +00:00
paul
cbebe7cd1a
images:
...
- replace (xpm => png) and rename some images
- replace second set of own "unit dependencies" images with standard
git-svn-id: trunk@13146 -
2007-12-04 15:55:58 +00:00
paul
8cbb54ba3a
images:
...
- remove some old images already replaced by new
- update unit dependencies dialog to use common images instead of own
git-svn-id: trunk@13137 -
2007-12-04 09:10:15 +00:00
marc
31602ce6ea
* Added view compinets to the toolbar by Marius
...
* udated po files
git-svn-id: trunk@13068 -
2007-11-28 23:23:19 +00:00
marc
f007970067
+ Added proposed implementation of new optionsdialogs layout by Ciprian Mustiata
...
This implementation isn't complete and for some unknown reason in all except the projectoptionsdialog, the notebook refuses to get parented in the OptionsAreaPanel
The new dialogs can be disabled by defining DisableNewDialogs (or by editing ide.inc)
git-svn-id: trunk@12830 -
2007-11-12 01:33:08 +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
mattias
12a7912211
IDE: added dialog to explore the current package links
...
git-svn-id: trunk@12811 -
2007-11-10 13:59:51 +00:00
mattias
1d517decaf
IDE: fixed auto code templates to not always add the typed character, IDE: fixed resetting IDE ToolStatus, fixing crash when double clicking on install package button, IDEIntf: added property OpenEditorsOnCodeToolChange to allow tools to cleanly change sources (this fixes the bug of quickfix items not working with temporary files)
...
git-svn-id: trunk@12613 -
2007-10-27 18:26:35 +00:00
paul
dd3f7b34e5
images: new tool images from wile64
...
git-svn-id: trunk@12422 -
2007-10-12 08:34:32 +00:00
paul
4b972cbc12
images: new project images from wile64
...
git-svn-id: trunk@12413 -
2007-10-11 00:17:43 +00:00
paul
2f59a48d23
images: project images from wile64
...
git-svn-id: trunk@12400 -
2007-10-10 01:12:15 +00:00
mattias
f20081a879
IDE: improved and enabled creation of .lrt files and combining all .rst/.lrt files into one .po files per project. ToDo: do the same for packages. From Luis Rodrigues
...
git-svn-id: trunk@12344 -
2007-10-06 13:59:31 +00:00
mattias
86cc0508dc
IDE: menu icon: renamed dfm_to_lfm to tool_dfm_to_lfm
...
git-svn-id: trunk@12265 -
2007-10-01 09:01:10 +00:00
mattias
21595af114
IDE: added icons for menu: dfm to lfm and open file at cursor from Laurent
...
git-svn-id: trunk@12263 -
2007-10-01 08:58:45 +00:00
paul
479fdd475e
images: more images from wile64
...
git-svn-id: trunk@12229 -
2007-09-29 06:17:51 +00:00
paul
3769cc722c
new images from wile64
...
git-svn-id: trunk@12170 -
2007-09-25 00:44:16 +00:00
paul
6a00add285
- new images from wile64
...
git-svn-id: trunk@12165 -
2007-09-24 13:26:48 +00:00
paul
d1121ec4f6
new images from wile64
...
git-svn-id: trunk@12157 -
2007-09-24 07:57:01 +00:00
paul
40b85e7ab2
- add new images from wile64
...
git-svn-id: trunk@12084 -
2007-09-20 07:25:43 +00:00
paul
01e82c0329
images: new images from wile64
...
git-svn-id: trunk@12018 -
2007-09-13 06:09:08 +00:00
paul
a7da017c12
- assign forgotten image to menu item (thanks wile64)
...
git-svn-id: trunk@12004 -
2007-09-12 08:39:25 +00:00
paul
08cf6cec5a
IDE:
...
- add/replace some old styled images with new from wile64
- regenerate laz_images.lrs
- assign new images to menuitems
git-svn-id: trunk@12002 -
2007-09-12 07:19:04 +00:00
mattias
fb92f77c86
IDE: added menu item Help -> Reporting a bug from Tom
...
git-svn-id: trunk@12001 -
2007-09-12 00:15:30 +00:00