Commit Graph

167 Commits

Author SHA1 Message Date
mattias
9a2c21130a lazutils: fixed ReplaceSubString not changing original string
git-svn-id: trunk@35507 -
2012-02-20 12:47:43 +00:00
mattias
2e114fe055 lazutils: changed replacesubstring function to procedure
git-svn-id: trunk@35506 -
2012-02-20 10:53:10 +00:00
mattias
63bed888d2 LCL: clean up
git-svn-id: trunk@35505 -
2012-02-20 10:23:34 +00:00
mattias
c80c2dfecc lazutils: added ReplaceSubString
git-svn-id: trunk@35499 -
2012-02-20 02:18:56 +00:00
mattias
b1eb78dbdf lazlogger: added dbgstr for pchars
git-svn-id: trunk@35488 -
2012-02-19 16:18:16 +00:00
mattias
0dd3daffcc lazutils: dbgmemrange: pointer to avoid typecasts
git-svn-id: trunk@35484 -
2012-02-19 14:40:45 +00:00
mattias
44740de026 lazutils: added StrToXMLValue
git-svn-id: trunk@35468 -
2012-02-18 21:09:48 +00:00
mattias
75e607c431 lazutils: TDOMNode.GetLevel
git-svn-id: trunk@35467 -
2012-02-18 20:57:36 +00:00
mattias
65812100c1 lazutils: fixed dbgstr to workaround auto string repair of fpc
git-svn-id: trunk@35437 -
2012-02-18 13:25:24 +00:00
mattias
1a57c31210 lazutils: revert
git-svn-id: trunk@35425 -
2012-02-17 15:40:12 +00:00
mattias
4fdb9ca1a2 lazutils: merged some duplicates
git-svn-id: trunk@35424 -
2012-02-17 15:22:24 +00:00
mattias
587a1ef0fd lazutils: fixed NeedRTLAnsi under non Windows
git-svn-id: trunk@35423 -
2012-02-17 15:10:57 +00:00
mattias
17e624f523 lazutf8: added UTF8Trim
git-svn-id: trunk@35420 -
2012-02-17 14:53:48 +00:00
paul
2ed303eb5a lazutils: fix TDOMElement.SetAttribute - the elemented was searched in the SortedList but set into PosList => as result attributes were set to wrong values (part of bug #0021270)
git-svn-id: trunk@35409 -
2012-02-17 09:21:02 +00:00
paul
76b34a64d8 lazutf8: prevent string codepage change
git-svn-id: trunk@35408 -
2012-02-17 06:14:40 +00:00
mattias
f1f99b4a6e LCL: added TLazAccessibleObject enumerator
git-svn-id: trunk@35394 -
2012-02-16 09:17:30 +00:00
mattias
f7827d2275 lazutils: added TAvgLvlTree enumerator
git-svn-id: trunk@35393 -
2012-02-16 09:09:22 +00:00
mattias
0bd7bee51b laz2_xmlwrite: added flags for WriteXML
git-svn-id: trunk@35373 -
2012-02-15 14:16:40 +00:00
vincents
fb6169ac46 lazlogger: fixed compilation with wince.
git-svn-id: trunk@35369 -
2012-02-15 07:17:09 +00:00
martin
369017a0c5 DBG: move same debugln to LazLogger cmd-line config
git-svn-id: trunk@35339 -
2012-02-12 22:59:28 +00:00
martin
2d5748afd7 LazLogger: Keep user-set logfilename
git-svn-id: trunk@35333 -
2012-02-12 18:45:12 +00:00
martin
998b336ccb LazLogger: tests / fix parsing enabled groups
git-svn-id: trunk@35329 -
2012-02-12 16:44:13 +00:00
martin
c5624ffcb1 LazLogger: Fixed indent for event
git-svn-id: trunk@35326 -
2012-02-12 15:13:15 +00:00
martin
20f0d2d151 LazLogger: renamed events to On....
git-svn-id: trunk@35325 -
2012-02-12 14:42:12 +00:00
martin
59b13f50b1 LazLogger: add groups that can be enabled via commandline
git-svn-id: trunk@35319 -
2012-02-12 12:15:58 +00:00
martin
2ce509ce97 Clean up: warnings (new debugln)
git-svn-id: trunk@35269 -
2012-02-09 13:31:28 +00:00
mattias
820c8c29bb laz2_dom: fixed range check
git-svn-id: trunk@35266 -
2012-02-09 12:19:05 +00:00
vincents
1cbef20c34 lazutils: fixed another compilation for debug log with wince.
git-svn-id: trunk@35262 -
2012-02-09 08:59:40 +00:00
vincents
951fdc2310 lazutils: fixed compilation with wince.
git-svn-id: trunk@35259 -
2012-02-09 08:34:34 +00:00
mattias
9a1c0d2141 laz2_write: option to preserve whitespace
git-svn-id: trunk@35252 -
2012-02-08 23:47:53 +00:00
mattias
ffd6e0f8b5 laz2_read: keep attribute order
git-svn-id: trunk@35251 -
2012-02-08 23:27:48 +00:00
mattias
52b3608f2e laz2_xmlread: added flag preserverwhitespace
git-svn-id: trunk@35250 -
2012-02-08 22:52:56 +00:00
mattias
895280ea4a laz2_dom: fixed enumerator
git-svn-id: trunk@35249 -
2012-02-08 22:52:23 +00:00
mattias
12f6b0c40c laz2_dom: added enumerators for TDOMNode
git-svn-id: trunk@35247 -
2012-02-08 22:16:01 +00:00
martin
ffacfde753 new Debugln via LazLogger (ifdef WithLazLogger)
git-svn-id: trunk@35190 -
2012-02-06 19:05:00 +00:00
martin
71814e408a new Debugln via LazLogger (ifdef WithLazLogger)
git-svn-id: trunk@35187 -
2012-02-06 18:43:49 +00:00
mattias
7f5a352702 lazutils: added CreateAbsoluteSearchPath, CreateRelativeSearchPath, MinimizeSearchPath, FindPathInSearchPath
git-svn-id: trunk@35159 -
2012-02-05 14:19:40 +00:00
mattias
9985ff718d LCL: added inline version of UnicodeToUTF8
git-svn-id: trunk@35109 -
2012-02-02 23:01:03 +00:00
mattias
380da77e72 lazutils: fixed compilation
git-svn-id: trunk@35088 -
2012-02-02 15:28:10 +00:00
mattias
971b471ca4 IDE: catch wrong dates
git-svn-id: trunk@35086 -
2012-02-02 15:09:48 +00:00
mattias
64e2cd6b98 lazutils: UTF8CharacterToUnicode: check for intersecting ranges
git-svn-id: trunk@35038 -
2012-01-30 10:46:07 +00:00
mattias
28fbd2b34c lazutils: UTF8FixBroken: check for ascci as multi byte
git-svn-id: trunk@35036 -
2012-01-30 09:34:18 +00:00
mattias
3c0edd81fd lazutils: UTF8CharacterToUnicode: check for invalid ascii as multi byte chars, bug #21186
git-svn-id: trunk@35031 -
2012-01-30 09:22:29 +00:00
mattias
c4046b45fa lazutils: fixed fpdoc path
git-svn-id: trunk@34838 -
2012-01-21 13:52:34 +00:00
juha
03d1306b86 Codetools & LazUtils: Replace const string arrays with RTTI value and WriteStr()
git-svn-id: trunk@34757 -
2012-01-15 23:50:39 +00:00
martin
8fd4128a31 Fix ChompLath for windows C:\
git-svn-id: trunk@34716 -
2012-01-12 17:35:57 +00:00
sekelsenmat
b106f80cb9 Android: Starts improving the key input. Now it gets real unicode chars instead of the key name
git-svn-id: trunk@34509 -
2011-12-29 23:12:21 +00:00
maxim
38263f7b6b Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #20957
git-svn-id: trunk@34375 -
2011-12-23 21:39:33 +00:00
mattias
77c557782e lazutils: ChompPathDelim: under windows: do not chomp UNC base path double slash
git-svn-id: trunk@34374 -
2011-12-23 19:19:59 +00:00
mattias
4f552aff1b lazutils: defaults for filecache
git-svn-id: trunk@34351 -
2011-12-21 13:57:43 +00:00