paul
c376225ef0
ideintf: Extract CollectionPropEditForm from the Propedits unit by Alexander S. Klenin (issue #0015490 )
...
git-svn-id: trunk@23432 -
2010-01-13 07:47:05 +00:00
mattias
b083f34d53
IDEIntf: added standard actions editor, bug #13602
...
git-svn-id: trunk@19700 -
2009-04-29 21:41:26 +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
8af15edac9
ideintf: object inspector refactoring from Alexander S. Klenin (Mantis #0012871 )
...
- extract IsCurrentEditorAvailable function
- use CanEditRowValue function
- move favorite and restricted properties into a separate unit
- restrict visibility of public fields
- remove duplicated code in TObjectInspectorDlg.CreateNoteBook
git-svn-id: trunk@17970 -
2008-12-29 03:06:09 +00:00
paul
472544c43b
ide: convert environment options editor to IDE options editor
...
ideintf: add ideoptionsintf - base classes and functions to register IDE options editors, editor groups
git-svn-id: trunk@17070 -
2008-10-20 08:22:09 +00:00
paul
efc116b8e2
ide: resources rework
...
git-svn-id: trunk@16917 -
2008-10-07 13:16:08 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
paul
f58a2b84d9
ide: add statusbar component editor
...
git-svn-id: trunk@14693 -
2008-03-31 00:54:24 +00:00
paul
a647d94b50
ide:
...
- added TCollectionPropertyEditor.ShowCollectionEditor and EditCollection procedure
- added component editor for THeaderControl to allow sections edit from popup menu or double click
git-svn-id: trunk@14642 -
2008-03-26 04:04:49 +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
eca40584b9
IDEIntf: added IDESearchInText, added text converter tools
...
git-svn-id: trunk@9683 -
2006-07-26 16:51:44 +00:00
mattias
720ab0fada
IDEIntf: added interface for external tools
...
git-svn-id: trunk@9654 -
2006-07-21 18:00:24 +00:00
mattias
0364495833
renamed stringgriddlg.pas to lazstringgridedit.pas
...
git-svn-id: trunk@9515 -
2006-06-28 17:32:23 +00:00
mattias
7e84661561
separated TStringGridEditorDlg from Salvatore
...
git-svn-id: trunk@9514 -
2006-06-28 17:29:13 +00:00
mattias
085f6ed50a
added ideintf/stringspropeditdlg.pas
...
git-svn-id: trunk@9353 -
2006-05-25 15:13:44 +00:00
mattias
0ee6a67e72
moved ideintf/helphtml.pas to lcl/lazhelphtml.pas
...
git-svn-id: trunk@9280 -
2006-05-13 15:12:42 +00:00
mattias
678d335e79
moved ideintf/helpintf.pas to lcl/lazhelpintf.pas
...
git-svn-id: trunk@9277 -
2006-05-13 13:39:30 +00:00
mattias
e58dd594be
splitted helpintf into helpintf and idehelpintf
...
git-svn-id: trunk@9272 -
2006-05-13 12:18:52 +00:00
mattias
8f6fad5537
moved ideintf/configstorage.pas to lcl/lazconfigstorage.pas
...
git-svn-id: trunk@9270 -
2006-05-13 11:44:14 +00:00
mattias
aa44cc8127
help for FPC keywords: added option to setup path
...
git-svn-id: trunk@9184 -
2006-04-25 17:16:56 +00:00
mattias
cc4020a589
renamed msgintf.pas to idemsgintf.pas
...
git-svn-id: trunk@9082 -
2006-04-05 19:58:42 +00:00
mattias
3d19914c30
started Quick Fix menu items
...
git-svn-id: trunk@8780 -
2006-02-20 11:33:38 +00:00
mattias
bb2b186050
converted StringGrid Editor, Columns Editor and FindInFiles to lfm from Tomas Gregorovic
...
git-svn-id: trunk@8763 -
2006-02-17 18:03:26 +00:00
mattias
6c4c6cdbd2
added TTreeView items editor from Lagunov Aleksey
...
git-svn-id: trunk@7680 -
2005-09-12 22:22:28 +00:00
mattias
7bccdc9896
added TMaskEdit.EditMask property editor from Lagunov Aleksey
...
git-svn-id: trunk@7576 -
2005-08-27 12:55:55 +00:00
mattias
c787366beb
added TIDEDialogLayoutStorage component for simpler IDE dialogs
...
git-svn-id: trunk@7462 -
2005-07-31 17:58:40 +00:00
mattias
12ce6432d7
added idewindowintf.pas - interface for storing IDE dialogs sizes
...
git-svn-id: trunk@7460 -
2005-07-31 10:21:18 +00:00
mattias
01daa56c38
added new session property storage editor from Michael VC
...
git-svn-id: trunk@7459 -
2005-07-30 20:09:09 +00:00
mattias
33633fe8f1
started menu interface
...
git-svn-id: trunk@7430 -
2005-07-26 23:52:05 +00:00
mattias
7e13a73664
added DB Fields Editor for the IDE from Alexandrov Alexandru - needs FPC 2.1
...
git-svn-id: trunk@7238 -
2005-06-13 18:34:21 +00:00
mattias
9ad079b291
added dbpropedits.pas property editors for db controls
...
git-svn-id: trunk@6488 -
2005-01-06 23:59:44 +00:00
mattias
85db9924a1
added global package links for lazarus cvs packages
...
git-svn-id: trunk@6382 -
2004-12-16 22:09:53 +00:00
mattias
a2102621c5
implemented registration functions for project, file and package types, added cgilazide package
...
git-svn-id: trunk@6282 -
2004-11-22 21:39:40 +00:00
mattias
eb45bfc091
implemented custom project types
...
git-svn-id: trunk@6093 -
2004-10-01 11:23:07 +00:00
mattias
75d71f9804
started project interface
...
git-svn-id: trunk@5893 -
2004-08-30 16:02:17 +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
414e677c1e
fixed initialization of GTKAPIWidget_new
...
git-svn-id: trunk@5782 -
2004-08-13 17:41:18 +00:00
mattias
212493a075
added ideintf/packageintf.pas and implemented automatic uses section addition and package dependencies fixer for broken LFM
...
git-svn-id: trunk@5754 -
2004-08-09 13:54:11 +00:00
mattias
d71325aced
moved componentreg.pas to ideintf
...
git-svn-id: trunk@5753 -
2004-08-09 09:24:29 +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
mattias
513788c44b
moved designer/abstractformeditor.pp to ideintf/formeditingintf.pas
...
git-svn-id: trunk@5744 -
2004-08-05 21:20:47 +00:00
mattias
b73d8747d1
added texttolols.pas and published TBitBtn.Caption
...
git-svn-id: trunk@5685 -
2004-07-16 10:16:32 +00:00
mattias
7493b58d44
started HelpIntf - the IDE interface for the help system
...
git-svn-id: trunk@5638 -
2004-07-02 16:12:30 +00:00
mattias
a8bd07f54a
added TActionList editor from Radek
...
git-svn-id: trunk@5245 -
2004-02-28 11:03:37 +00:00
mattias
6ff959c82d
moved IDE interface units to ideintf directory
...
git-svn-id: trunk@4933 -
2003-12-22 00:11:53 +00:00