Commit Graph

34 Commits

Author SHA1 Message Date
mattias
2aaefc8651 lazutils: less hints 2023-07-20 14:52:13 +02:00
Juha
db2bca3949 Support compiling more of Lazarus + its components with -Sy option. 2023-05-21 01:32:42 +03:00
Juha
abb5f2b097 LazUtils: Harmonize the CamelCase names of some units. Add a license header for LazTracer. 2023-04-10 09:15:24 +03:00
Martin
295e3188ba LazUtils: TXmlWriter, add xwfAllowNullCharsInAttributeValue to WriteFlag. Set by default (emulate current behaviour). If absent then raise error on #0 2023-03-24 10:10:40 +01:00
Martin
131d1062df Debugger: allow calling SysVarToLStr for variants (via user defined type-names) 2022-06-23 13:54:18 +02:00
Martin
4e97ffa45f LazUtils: TXMLConfig fixed crash with uninitialized result value. (If "CreateNodes" is false, and [] value is not cached) 2022-06-15 13:12:28 +02:00
Martin
e2f9ae2c04 LazXmlConfig: Write/Read Set/Enum according to PTypeInfo 2022-03-24 00:39:04 +01:00
martin
83c04e1ca5 TRttiXMLConfig: store 64bit values
git-svn-id: trunk@63508 -
2020-07-05 01:18:30 +00:00
martin
be4d0c5b2e IDE, XmlConfig: Fixed storing properties (rtti), when "stored" incorrectly overwrote Default-instance. Introduced in r61887 #70005fc17a
git-svn-id: trunk@62296 -
2019-11-25 15:19:23 +00:00
ondrej
02aeeee223 laz2_xmlcfg: make GetListItemXPath a class function
git-svn-id: trunk@62248 -
2019-11-16 18:52:19 +00:00
martin
70005fc17a IDE, XmlConfig: Added ability to store published object (TPersistent) properties / Adhere to "stored" value of properties
git-svn-id: trunk@61887 -
2019-09-16 15:15:00 +00:00
mattias
3acfbb4dd2 lazutils: fixed TXMLConfig.IsLegacyList
git-svn-id: trunk@60695 -
2019-03-16 13:48:54 +00:00
juha
5d46a75ff6 IDE: Use a better XML tag format for project etc. info files. Issue #22752, patch from Ondrej.
git-svn-id: trunk@60683 -
2019-03-15 16:15:21 +00:00
juha
1366299857 IDE: Reordering and formatting code for recent item lists in unit IdeProcs.
git-svn-id: trunk@58468 -
2018-07-09 08:20:58 +00:00
juha
672ece7241 Refactor: Move variable ConsoleVerbosity from MacroIntf to LazUtilities. Rename MergeSort to avoid name clash and confusion.
git-svn-id: trunk@58203 -
2018-06-09 14:39:21 +00:00
juha
5338a3dfc1 LazUtils: Refactoring for TXMLConfig. Issue #30899, patch from AlexeyT.
git-svn-id: trunk@53385 -
2016-11-18 19:25:05 +00:00
wp
40a5dc93a0 lazutils: Avoid laz2_xmlcfg changing DefaultFormatSettings.
git-svn-id: trunk@52584 -
2016-06-29 11:48:44 +00:00
juha
920c072f0e LazUtils: Add, fix and unify header comments of many units.
git-svn-id: trunk@52518 -
2016-06-18 16:40:04 +00:00
juha
50bc37338d IDE, AnchorDocking: Support desktops also with docked IDE. Move configuration to environment options. By Ondrej Pokorny.
git-svn-id: trunk@49778 -
2015-09-07 22:01:22 +00:00
juha
25de80ed6c LazUtils: formatting
git-svn-id: trunk@48778 -
2015-04-19 15:31:01 +00:00
mattias
98578ff53a laz2xmlcfg: duplicate nodes: always use the first
git-svn-id: trunk@47171 -
2014-12-10 11:26:47 +00:00
mattias
890803a8be laz2xmlcfg: fixed TXMLConfig.InternalFindNode invalidate sorted node list on insert
git-svn-id: trunk@47170 -
2014-12-10 11:18:39 +00:00
mattias
eb0a454ab7 laz2_xmlcfg: use array
git-svn-id: trunk@47167 -
2014-12-10 03:14:47 +00:00
mattias
4b3c76e18a lazutils: moved MergeSort to lazutilities, laz2_xmlcfg: sort nodes to find non existing and out of order nodes faster
git-svn-id: trunk@47164 -
2014-12-10 02:16:39 +00:00
mattias
f54c36b0da laz2xmlconfig: fixed crash
git-svn-id: trunk@47154 -
2014-12-09 14:18:38 +00:00
mattias
9058f5367b laz2xmlconfig: fixed crash
git-svn-id: trunk@47153 -
2014-12-09 14:18:02 +00:00
mattias
5c340cafc8 xmlcfg: search neighbours first
git-svn-id: trunk@47151 -
2014-12-09 13:52:15 +00:00
juha
fe7df06037 LazUtils: Optimize TXMLConfig.InternalFindNode, call virtual NodeName getter only once.
git-svn-id: trunk@41456 -
2013-05-30 09:52:37 +00:00
juha
ecd140c985 Improve license headers in sources, part 2. Refer to details about license, not copyright. Remove jargon about lack of warranty, it is covered in license already.
git-svn-id: trunk@41389 -
2013-05-25 09:22:25 +00:00
mattias
2560b6e5eb lazutils: txmlconfig: auto create doc
git-svn-id: trunk@38495 -
2012-09-03 09:09:23 +00:00
mattias
42ce8bcc1c lazutils: txmlconfig.create(nil): set readflags
git-svn-id: trunk@35958 -
2012-03-13 23:54:40 +00:00
mattias
9a4216f43e lazutils: TXMLConfig.Flush: use WriteXMLFile to allow overriding
git-svn-id: trunk@35943 -
2012-03-13 22:18:38 +00:00
mattias
3e9e907062 IDE: switched to new laz2_xml
git-svn-id: trunk@35937 -
2012-03-13 20:55:43 +00:00
mattias
edeaa59964 lazutils: started lazutf8, lazfileutil, lazfilecache
git-svn-id: trunk@32678 -
2011-10-04 22:42:44 +00:00