martin
04eb05df31
DBG: Added instruction stepping / fixed some assembler window issue
...
git-svn-id: trunk@28388 -
2010-11-22 00:25:09 +00:00
juha
58e4669239
IDE: name a function parameter better.
...
git-svn-id: trunk@28386 -
2010-11-22 00:01:02 +00:00
juha
4c06816eaa
IDE: Remove unneeded setting of menu command and speed button enabled states.
...
git-svn-id: trunk@28385 -
2010-11-22 00:00:42 +00:00
mattias
27461c4823
IDE: added about IDE info dialog
...
git-svn-id: trunk@28101 -
2010-11-05 19:26:20 +00:00
juha
dca657ef9b
Build Lazarus: allow define defines :)
...
git-svn-id: trunk@28046 -
2010-11-02 22:30:03 +00:00
juha
4c3454ad79
Build profiles: Added Tools menu item to build selected profiles. Refactoring.
...
git-svn-id: trunk@28002 -
2010-10-31 09:37:32 +00:00
mattias
78d480b9e1
IDE: fixed menu item 64bit
...
git-svn-id: trunk@27684 -
2010-10-13 19:01:58 +00:00
mattias
62165a2e64
IDE: started IDE debug window About FPC
...
git-svn-id: trunk@27587 -
2010-10-06 17:32:57 +00:00
juha
20ee3ff266
Fixed type cast. Tag is Integer and the cast must be Integer, too.
...
git-svn-id: trunk@27315 -
2010-09-11 22:10:54 +00:00
mattias
559c4d9746
IDE: ask dockmaster what to show in window menu
...
git-svn-id: trunk@26209 -
2010-06-20 14:50:50 +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
maxim
e424bddae5
IDE: improved keymapping commands localization, regenerated translations and updated Russian translation
...
git-svn-id: trunk@25307 -
2010-05-10 21:01:03 +00:00
marc
3e10dd5404
* debug: implemented dispay of debugevents. patch #16148 by Flavio Etrusco
...
git-svn-id: trunk@24577 -
2010-04-11 14:11:47 +00:00
martin
824a3c686c
IDE, Project: Refactor: extracted editor session info from UnitInfo
...
git-svn-id: trunk@24324 -
2010-03-31 22:32:24 +00:00
juha
699d0d13ba
Make "convert DFM" menu text more truthful. Improve and refactor its code.
...
git-svn-id: trunk@24265 -
2010-03-28 16:52:56 +00:00
martin
dac2e43b34
SourceEditor: Refactor, removed dependency on Project unit
...
git-svn-id: trunk@24231 -
2010-03-26 21:49:08 +00:00
martin
3e92d4df61
SourceEditor/IDE Layout: more multi-window changes
...
git-svn-id: trunk@24194 -
2010-03-24 18:28:00 +00:00
martin
b4cdc88cfb
SourceEditor: Do not take focus, if Designer updates. Issue #16059
...
git-svn-id: trunk@24120 -
2010-03-20 19:44:06 +00:00
martin
9040201c83
IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling)
...
git-svn-id: trunk@24113 -
2010-03-20 15:12:33 +00:00
martin
8c94ff2bd4
Ide/Project; SourceEditor: More using SourceEditorManager (for multi-window handling)
...
git-svn-id: trunk@24091 -
2010-03-18 22:14:09 +00:00
martin
2b5156b908
IDE, FindInFiles: Refactored, moved away from SourceNotebook
...
git-svn-id: trunk@24089 -
2010-03-18 19:16:20 +00:00
martin
9e9e810073
Ide/Project; SourceEditor: Decouple relationship via EditorIndex. Start using reference instead of index
...
git-svn-id: trunk@24015 -
2010-03-15 18:01:40 +00:00
paul
f5fa216d8b
ide, debugger: implement *step out* debugger action by Flávio Etrusco (issue #0015760 )
...
git-svn-id: trunk@23717 -
2010-02-16 13:02:30 +00:00
paul
66884f2359
ide: implement show execution point command by Flávio Etrusco (issue #0001920 )
...
git-svn-id: trunk@23576 -
2010-01-28 03:50:48 +00:00
paul
90d11eb2a2
ide: remove compiler options menu item and key command
...
git-svn-id: trunk@23539 -
2010-01-23 17:03:05 +00:00
paul
a71515551f
ide: use icon for Inspect menu items
...
git-svn-id: trunk@23054 -
2009-12-10 02:42:11 +00:00
mattias
ffa522c0ae
IDE: reduced updating window menu on idle
...
git-svn-id: trunk@22973 -
2009-12-05 10:17:51 +00:00
martin
d690f24e16
IDE, SourceEditor: Fixed class abstraction, hide real notebook, moved published methods to lower visibility where possible
...
git-svn-id: trunk@22570 -
2009-11-13 12:33:29 +00:00
mattias
b40f39b92c
clean p
...
git-svn-id: trunk@21603 -
2009-09-07 14:40:44 +00:00
sekelsenmat
e1c5fd21e0
Patch from dmitry, fixes Mac OS 10.4 phantom menus
...
git-svn-id: trunk@21578 -
2009-09-04 17:26:16 +00:00
mattias
f9dcc54e50
IDE: add About menu under carbon to the Apple menu, bug #12294
...
git-svn-id: trunk@21104 -
2009-08-05 11:32:43 +00:00
mattias
243682df33
IDEIntf: changed some var to out
...
git-svn-id: trunk@20589 -
2009-06-12 06:49:14 +00:00
martin
485e5c2c90
SourceEditor: Introduced Selection-Toggle-Comments issue #13824 and redone old Set/Unset Comment. Based on a patch by Flávio Etrusco
...
git-svn-id: trunk@20379 -
2009-06-03 18:06:25 +00:00
paul
177082df45
ide: merge help options into generic IDE options dialog
...
git-svn-id: trunk@20184 -
2009-05-25 06:41:12 +00:00
paul
72c5a3cd8c
images: rename and move menu_save image to laz_save
...
ide: use stock save, load buttons when possible
git-svn-id: trunk@19790 -
2009-05-04 04:59:13 +00:00
paul
d691c803fc
ide, debugger: mark source line when jump into it (by double click) from the call stack dialog
...
git-svn-id: trunk@19727 -
2009-05-01 10:16:05 +00:00
paul
ad5a5e1c39
ide: if we answer yes on "Stop the debugging" when we are closing IDE then close IDE after we stop (fixes last part of bug #0007562 )
...
git-svn-id: trunk@18899 -
2009-03-05 10:35:46 +00:00
paul
bac2b22c0c
ide: bind View Todo List menu item and appropriate key combination (part of bug #0012140 )
...
git-svn-id: trunk@18841 -
2009-02-27 17:41:38 +00:00
marc
c569ccca33
* Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882 )
...
git-svn-id: trunk@18115 -
2009-01-04 19:57:56 +00:00
marc
598126853c
* Initial implementation of assembler dialog
...
git-svn-id: trunk@17735 -
2008-12-09 01:39:31 +00:00
paul
8f93dfa528
ide: remove debugger option dialog and menu item
...
git-svn-id: trunk@17691 -
2008-12-05 09:02:28 +00:00
laurent
4b344f137a
IDE: rename the images to avoid overload
...
git-svn-id: trunk@17660 -
2008-12-02 13:28:21 +00:00
mattias
0b0d219245
fixed some visibilities
...
git-svn-id: trunk@17521 -
2008-11-22 16:13:03 +00:00
marc
88ff1df906
+ Added Registers debug view
...
git-svn-id: trunk@17431 -
2008-11-19 01:35:01 +00:00
paul
5080178fa1
ide: finish merge of codetools options into ide options dialog, remove old codetools options dialog
...
git-svn-id: trunk@17211 -
2008-11-04 08:47:37 +00:00
paul
6215ce8901
ide: remove old editor options
...
git-svn-id: trunk@17204 -
2008-11-03 16:29:50 +00:00
vincents
6ea2810129
IDE: changed the name "custom tools" to "externals tools' in the Tools menu from Graeme (issue #12525 )
...
git-svn-id: trunk@17188 -
2008-11-03 10:12:46 +00:00
paul
e3b5c6b5bd
ide: remove dialogs_new
...
git-svn-id: trunk@17038 -
2008-10-18 16:02:22 +00:00
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
paul
2b74c55f99
- replaced some xpm menu images with png analogs
...
git-svn-id: trunk@11251 -
2007-06-01 07:56:59 +00:00
paul
bc0f08b7c5
- added debugger options icon
...
git-svn-id: trunk@11248 -
2007-06-01 06:42:33 +00:00
paul
0312cb2ee4
- replaced old images with modern from silk and own painting:
...
debugger images, most packages images, misc
- ide dialogs switched to use common image list instead of their own:
compileroptions, projectinspector, packageeditor, pkggraphexplorer
git-svn-id: trunk@11126 -
2007-05-11 02:40:08 +00:00
paul
555f6c9e4a
- modernize some ide images
...
- buildlazdialog switched to use common imagelist instead of own
git-svn-id: trunk@11100 -
2007-05-08 08:53:21 +00:00
paul
5c4e0e65c5
- evaluate/modify dialog switched to common imagelist
...
- my own paintings replaced by modern from Silk library
- adjusted images/README.txt
git-svn-id: trunk@11057 -
2007-05-03 03:24:38 +00:00
paul
48cce57d5d
- added interfaces to common IDE imagelists
...
- IDE main menu switched from using bitmap per item to one imagelist
git-svn-id: trunk@11045 -
2007-05-02 08:55:41 +00:00
mattias
1a0ed911f7
IDE: new menu icons from Graeme
...
git-svn-id: trunk@11033 -
2007-04-29 21:15:47 +00:00
mattias
6b9944e3a0
IDE: compiling a package now shows it in the MainBar caption, building the IDE does not save virtual projects
...
git-svn-id: trunk@10837 -
2007-03-31 12:41:20 +00:00
mattias
e35dc827ab
IDE: started code browser
...
git-svn-id: trunk@10598 -
2007-02-07 01:19:00 +00:00
mattias
07cdb27c5d
IDE: added Close Project menu item
...
git-svn-id: trunk@10413 -
2007-01-10 19:28:38 +00:00
vincents
b01374ab2a
IDE: added "Insert modified LGPL notice" ( #7995 )
...
git-svn-id: trunk@10376 -
2007-01-05 13:19:43 +00:00
mattias
17f6550896
lazdoc: added menu shortcut
...
git-svn-id: trunk@10266 -
2006-11-30 18:38:24 +00:00
mattias
2d3d206b40
removed some doubles from the resourcestrings from Graeme
...
git-svn-id: trunk@9958 -
2006-09-21 18:35:33 +00:00
mattias
f7855da268
IDE: moved package compile code to packagesystem, IDEIntf: removed IsPartOfProject flag of Backup functions, lazbuidl: package compiling
...
git-svn-id: trunk@9821 -
2006-09-06 22:40:37 +00:00
mattias
3080a56bcc
IDE: closing all forms when IDE is closing
...
git-svn-id: trunk@9819 -
2006-09-05 19:41:48 +00:00
mattias
652f249a8b
IDE: started BuildManager, the IDE part controlling all building, compiling
...
git-svn-id: trunk@9811 -
2006-09-04 21:21:54 +00:00
mattias
504a3626cd
started lazbuild
...
git-svn-id: trunk@9784 -
2006-09-02 11:24:50 +00:00
mattias
0a80cefe54
IDE: new menu item: quick compile
...
git-svn-id: trunk@9776 -
2006-08-31 21:19:18 +00:00
mattias
a700f82693
IDEIntf: added rnning external tools
...
git-svn-id: trunk@9672 -
2006-07-25 17:15:37 +00:00
mattias
c44e425cb3
IDE: added trailing ellipsis for menu items with dialogs
...
git-svn-id: trunk@9661 -
2006-07-22 09:23:41 +00:00
mattias
5ba422890c
moved ProcedureList shortcut/command to the IDE key/menu tables from Graeme
...
git-svn-id: trunk@9636 -
2006-07-19 22:26:35 +00:00
mattias
cc4020a589
renamed msgintf.pas to idemsgintf.pas
...
git-svn-id: trunk@9082 -
2006-04-05 19:58:42 +00:00
mattias
ed534f773e
started Delphi package conversion tool
...
git-svn-id: trunk@8970 -
2006-03-21 13:17:55 +00:00
mattias
3d19914c30
started Quick Fix menu items
...
git-svn-id: trunk@8780 -
2006-02-20 11:33:38 +00:00
mattias
c5381fa007
reduced debugging output and extended debugging of lcl
...
git-svn-id: trunk@8565 -
2006-01-19 18:36:07 +00:00
vincents
78c009e32a
added check marks to the view componentpalette and view ide speedbuttons menu (issue #1546 )
...
git-svn-id: trunk@8356 -
2005-12-22 09:58:12 +00:00
mattias
51f9b3e409
implemented .compiled state files for projects
...
git-svn-id: trunk@8266 -
2005-12-07 17:11:04 +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
e855c9478a
fixed showing descriptions in keymapping
...
git-svn-id: trunk@7876 -
2005-10-01 12:11:04 +00:00
mattias
5f3e47834b
moved menu sections from IDE to menuintf.pas
...
git-svn-id: trunk@7833 -
2005-09-26 10:33:00 +00:00
mattias
418c53918e
activated menuintf and idescopes
...
git-svn-id: trunk@7820 -
2005-09-25 11:52:16 +00:00
mattias
eba28f7695
improved autosizing of run params dlg
...
git-svn-id: trunk@7813 -
2005-09-23 22:45:09 +00:00
mattias
61d3cff9f6
fixed IDE mainbar windows menu
...
git-svn-id: trunk@7808 -
2005-09-23 20:59:23 +00:00
mattias
3749535cc4
fixed menuintf removing items
...
git-svn-id: trunk@7784 -
2005-09-22 21:03:24 +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
da84b52103
converted IDE FileMenu to use menuintf
...
git-svn-id: trunk@7762 -
2005-09-21 08:24:10 +00:00
mattias
04627f89c3
started restructuring of IDE main menu for menuintf
...
git-svn-id: trunk@7761 -
2005-09-20 22:19:45 +00:00
mattias
02ef7c9c49
added .p as pascal extension
...
git-svn-id: trunk@7730 -
2005-09-17 18:01:22 +00:00
mattias
d78f4a688c
converted environment options to lfm from Darius
...
git-svn-id: trunk@7726 -
2005-09-17 13:50:59 +00:00
vincents
5602b9a48c
- constructor/destructor is now supported
...
- resourcestrings are being used
from Darius
git-svn-id: trunk@7709 -
2005-09-15 10:42:38 +00:00
mattias
47a5b4d0de
added lazdoc IDE feature, enable with -dEnableLazDoc from Darius Blaszijk
...
git-svn-id: trunk@7685 -
2005-09-13 10:46:20 +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
193756ef59
fixed FindNext finding empty filename
...
git-svn-id: trunk@7597 -
2005-08-30 17:41:53 +00:00
mattias
2fae0d3819
implemented IDE command ecSetFreeBookmark
...
git-svn-id: trunk@7579 -
2005-08-27 13:57:47 +00:00
mattias
fc534906c2
implemented goto next/previous bookmark menu items
...
git-svn-id: trunk@7571 -
2005-08-25 21:53:55 +00:00
mattias
401d21c00f
implemented goto next/previous bookmark
...
git-svn-id: trunk@7570 -
2005-08-25 21:48:07 +00:00
vincents
e91c979c4e
removed $IFDEF VER1 from Salvatore
...
git-svn-id: trunk@7475 -
2005-08-03 20:14:56 +00:00
mattias
2d239b23cd
MessagesView now uses the MenuIntf
...
git-svn-id: trunk@7456 -
2005-07-30 13:47:05 +00:00
mattias
bb74449136
fixed registering TStaticText
...
git-svn-id: trunk@7276 -
2005-06-23 18:48:55 +00:00
mattias
32723bddcf
deleted ambigous Project1 global variable in mainbase.pas
...
git-svn-id: trunk@7198 -
2005-05-23 23:31:41 +00:00
mattias
a4f497026b
fixed ambigious with ambiguous
...
git-svn-id: trunk@7011 -
2005-03-23 10:45:06 +00:00
mattias
aecdb669cb
added menu close, open project icon from Razvan
...
git-svn-id: trunk@6938 -
2005-03-11 12:45:35 +00:00
mattias
81f9980ad0
implemented automatic redirecting of package output directory and filestate cache
...
git-svn-id: trunk@6680 -
2005-01-25 01:14:19 +00:00
vincents
c897b1bb92
rearranged help menu
...
git-svn-id: trunk@6674 -
2005-01-24 08:37:32 +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
0ced54bdb8
implemented TCheckBox.State=cbGrayed for gtk intf without visual representation
...
git-svn-id: trunk@6489 -
2005-01-07 01:31:44 +00:00
mattias
dc88d11043
empty recent menus are now disabled
...
git-svn-id: trunk@6475 -
2005-01-03 23:42:39 +00:00
mattias
b62eab6b71
updated russian utf translation from Vasily
...
git-svn-id: trunk@6433 -
2004-12-30 11:24:06 +00:00
mattias
24f64d8bf8
started TTranslateStrings and .lrt files support from Vasily
...
git-svn-id: trunk@6423 -
2004-12-27 12:56:42 +00:00
mattias
d9f87ef6eb
updatepofiles is now case sensitive,
...
replaced many places, where Application was needlessly Owner
updated po files, started Configure IDE Install Package dialog,
implemented removing double file package links
git-svn-id: trunk@6388 -
2004-12-18 10:20:22 +00:00
mattias
4e924ae6a2
implemented open project after open standard windows
...
git-svn-id: trunk@6367 -
2004-12-12 03:54:09 +00:00
mattias
8761771580
fixed compilation for lazconf linux, bsd, macosx
...
git-svn-id: trunk@6353 -
2004-12-09 19:29:42 +00:00
vincents
4985469320
removed ifdef UseStartLazarus
...
git-svn-id: trunk@6299 -
2004-11-26 16:07:12 +00:00
marc
d638ed5696
+ Added Evaluate/Modify dialog
...
git-svn-id: trunk@6287 -
2004-11-23 00:57:05 +00:00
mattias
68c0ee8c21
renamed avl_tree.pas to oldavltree.pas for new fpc 1.9.5
...
git-svn-id: trunk@6210 -
2004-11-06 19:49:14 +00:00
marc
fee93ccea9
* fixed stronger fpc typing (and some real cast errors)
...
git-svn-id: trunk@6195 -
2004-11-04 01:26:47 +00:00
mattias
eb45bfc091
implemented custom project types
...
git-svn-id: trunk@6093 -
2004-10-01 11:23:07 +00:00
vincents
450371882c
splitted off unit FileUtil, it doesn't depend on other LCL units
...
git-svn-id: trunk@6081 -
2004-09-27 22:05:41 +00:00
mattias
abacaa7cbf
implemented Rename Identifier
...
git-svn-id: trunk@6075 -
2004-09-25 15:05:39 +00:00
mattias
ada62722b1
started new feature: find identifier references
...
git-svn-id: trunk@6022 -
2004-09-18 01:02:23 +00:00
mattias
06702cefa4
implemented autofixing MainUnit IDE directive PathDelim by Vincent
...
git-svn-id: trunk@5989 -
2004-09-12 22:57:29 +00:00
mattias
d8300a99ff
implemented commenting missing units for Delphi unit conversion
...
git-svn-id: trunk@5964 -
2004-09-11 01:23:11 +00:00
mattias
3d39aba638
implemented Components -> Open package of current unit
...
git-svn-id: trunk@5934 -
2004-09-07 11:43:03 +00:00
marc
b8918ec656
* Restructured debugger view classes
...
* Fixed help
git-svn-id: trunk@5867 -
2004-08-26 23:50:05 +00:00
vincents
f02d97fd21
Prepare lazarus for use with loader. Use -dUseStartLazarus to activate.
...
git-svn-id: trunk@5863 -
2004-08-26 21:32:31 +00:00
mattias
631040fd94
added unit info to View menu
...
git-svn-id: trunk@5856 -
2004-08-25 22:22:39 +00:00
mattias
07dd273dd2
implemented context help for source editor
...
git-svn-id: trunk@5836 -
2004-08-22 22:47:43 +00:00
mattias
d0ded429f3
implemented simple HTML help viewer
...
git-svn-id: trunk@5831 -
2004-08-21 23:16:11 +00:00
mattias
c94cfaf9ac
splitted IDE component owner hierachy to reduce notification time
...
git-svn-id: trunk@5825 -
2004-08-19 18:50:53 +00:00
mattias
02957fe9b9
Open unit of component palette component now jumps to declaration
...
git-svn-id: trunk@5773 -
2004-08-12 10:50:14 +00:00
mattias
d71325aced
moved componentreg.pas to ideintf
...
git-svn-id: trunk@5753 -
2004-08-09 09:24:29 +00:00
mattias
674612146d
added main IDe hints
...
git-svn-id: trunk@5750 -
2004-08-08 18:20:41 +00:00
mattias
a7d381ad9d
splitted TMainIDE (main control instance) and TMainIDEBar (IDE menu and palette), added mainbase.pas and mainintf.pas
...
git-svn-id: trunk@5749 -
2004-08-08 18:02:45 +00:00