Commit Graph

48 Commits

Author SHA1 Message Date
juha
8bed6f8ca0 IdeIntf: Split IDEOptionsIntf into a new IDEOptEditorIntf.
git-svn-id: trunk@58208 -
2018-06-09 14:40:08 +00:00
juha
e800a738ad Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.

git-svn-id: trunk@54524 -
2017-04-05 08:34:48 +00:00
joost
1de2cbf586 general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
08c9621520 Change order of used units so that "deprecated" warnings are not triggered.
git-svn-id: trunk@49612 -
2015-08-07 17:20:40 +00:00
juha
653b5dd43a Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00
mattias
75fd8a4e5d IDE: checked compiler warnings, clean up
git-svn-id: trunk@48211 -
2015-03-10 13:27:41 +00:00
mattias
5a07230297 IDE: clean up
git-svn-id: trunk@44146 -
2014-02-18 18:47:15 +00:00
mattias
125b3d57ba IDE: codeexplorer: save active page
git-svn-id: trunk@41549 -
2013-06-05 15:03:13 +00:00
mattias
3e9e907062 IDE: switched to new laz2_xml
git-svn-id: trunk@35937 -
2012-03-13 20:55:43 +00:00
mattias
fa3c03859c IDE: codeexplorer: surrounding
git-svn-id: trunk@30789 -
2011-05-18 08:23:48 +00:00
mattias
265f94e8af IDE: code explorer: show only top level nodes
git-svn-id: trunk@29977 -
2011-03-21 21:22:20 +00:00
mattias
5223a83d19 IDEIntf: TAbstractIDEOptions added Restore parameter to distinguish between Ok and Cancel
git-svn-id: trunk@27681 -
2010-10-13 14:47:27 +00:00
paul
6c7c0ee0ad ideintf, ide, components: IDE options:
- introduce 2 new abstract options classes: TAbstractIDEEnvironmentOptions and TAbstractIDEProjectOptions
  - derive all current options classes from TAbstractIDEEnvironmentOptions
  - fix broken previously education options
  - move away actions triggered by reading / saving of predefined IDE options (like TEnvironmentOption, TIDEOptions, ...) from DoOpenIDEOptions to new read/write event handlers
  - allow filtering of options showed in IDE options dialog by some options class
  - use options filtering when show Object Inspect, Editor, CodeExplorer option
  

git-svn-id: trunk@23252 -
2009-12-24 08:31:23 +00:00
paul
405dd2ca7c ide: implement DoAfterWrite for IDE options classes
git-svn-id: trunk@23130 -
2009-12-14 02:29:53 +00:00
paul
cf28b5f621 ideintf, ide: read/write all registered IDE options instead of reading/writing particular known classes
git-svn-id: trunk@23094 -
2009-12-12 10:43:01 +00:00
jesus
80312b5794 IDE, support for translatable environment options captions, issues #14217, #13572
git-svn-id: trunk@20985 -
2009-07-28 04:03:10 +00:00
mattias
02fbb36db5 IDE: added ChangeStep for codeexplorer options, bug #13910
git-svn-id: trunk@20553 -
2009-06-09 16:37:44 +00:00
mattias
9074baf434 IDE: code explorer: implemented wrong indentation
git-svn-id: trunk@19572 -
2009-04-22 15:15:06 +00:00
mattias
ce7fa875fb IDE: code observer options split in groups, bug #13551, Alexander S. Klenin
git-svn-id: trunk@19568 -
2009-04-22 08:03:25 +00:00
mattias
231bcf7955 IDE: renamed figures to Code Observer
git-svn-id: trunk@19530 -
2009-04-20 22:03:10 +00:00
mattias
620ea0b5c3 IDE: codeexplorer: set default set of figures
git-svn-id: trunk@19528 -
2009-04-20 21:20:01 +00:00
mattias
76f345e29e IDE: codeexplorer: implemented figure empty begin blocks
git-svn-id: trunk@19522 -
2009-04-20 13:18:23 +00:00
mattias
5207898fdc IDE: codeexplorer: showing todos without colon syntax
git-svn-id: trunk@19521 -
2009-04-20 12:23:02 +00:00
paul
dcc7ce6884 ide: code explorer
- add an option to ignore constants in the list of functions to the options frame
  - don't remove default values on load if there is no "codeexploreroptions.xml" (or defaults will gone on first use)

git-svn-id: trunk@19510 -
2009-04-19 11:23:22 +00:00
mattias
1e362205e8 IDE: codeexplorer: implemented ignoring some function calls when gathering constants
git-svn-id: trunk@19505 -
2009-04-19 10:36:05 +00:00
mattias
80c266b7c7 IDE: codeexplorer: started ignoring constants in debugging calls
git-svn-id: trunk@19498 -
2009-04-19 00:02:35 +00:00
mattias
fd0c8eea1e IDE: improved figures options layout
git-svn-id: trunk@19497 -
2009-04-18 22:14:01 +00:00
mattias
b5e90e66c2 IDE: codeexplorer: default set of ignored constants in figures
git-svn-id: trunk@19492 -
2009-04-18 21:16:36 +00:00
paul
e14b61c2fd ide, ideintf: move code explorer options to the generic IDE options dialog
git-svn-id: trunk@19481 -
2009-04-18 07:44:37 +00:00
mattias
73edc4762b codetools: nested comments for GetAtomString
git-svn-id: trunk@19479 -
2009-04-18 04:28:44 +00:00
mattias
da0694aae0 IDE: code explorer: fixed ignoring user defined constants
git-svn-id: trunk@19461 -
2009-04-16 23:29:31 +00:00
mattias
7400ba8680 IDE: code explorer: added figures for Paul
git-svn-id: trunk@19458 -
2009-04-16 22:55:18 +00:00
darius
9181c5ec3c implemented TButtonPanel
implemented helpbutton

git-svn-id: trunk@17009 -
2008-10-15 18:14:51 +00:00
laurent
bb622f5b15 Load glyph form resource
git-svn-id: trunk@16671 -
2008-09-22 09:50:20 +00:00
mattias
69cfe88898 using UTF-8 for file operations and environment variables
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
paul
7b44b9d924 ide: rename UnitEditor to SourceEditor
git-svn-id: trunk@14531 -
2008-03-15 13:17:37 +00:00
mattias
b0ca749b11 IDE: codeexplorer: fixed updating when categories changed
git-svn-id: trunk@13600 -
2008-01-03 01:24:36 +00:00
mattias
dd0a24cbe9 IDE: codeexplorer: sorted categories
git-svn-id: trunk@13573 -
2008-01-02 01:19:10 +00:00
mattias
08bcabd139 IDE: codeexplorer: implemented category mode
git-svn-id: trunk@13555 -
2008-01-01 11:16:31 +00:00
mattias
832c0c0a50 IDE: codeexplorer: added category options
git-svn-id: trunk@13549 -
2007-12-31 16:12:47 +00:00
mattias
1d750468f5 IDE: code explorer: added mode option
git-svn-id: trunk@13548 -
2007-12-31 14:29:16 +00:00
mattias
c5d010ce1b fixed gtk critical on bring control back/front
git-svn-id: trunk@7886 -
2005-10-02 11:40:41 +00:00
mattias
ede166af33 added some missing resourcestrings from Juan Martinez
git-svn-id: trunk@7648 -
2005-09-07 22:15:59 +00:00
mattias
21624d99b0 reactivated fast xml units without widestrings
git-svn-id: trunk@6716 -
2005-01-29 14:36:04 +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
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
c83f9e671a implemented CodeExplorer auto update on switching source editor page
git-svn-id: trunk@6448 -
2005-01-01 16:04:13 +00:00
mattias
7380012ee9 fixed New dialog getting new item
git-svn-id: trunk@6444 -
2005-01-01 11:32:16 +00:00