Commit Graph

3699 Commits

Author SHA1 Message Date
martin
64ffa702f8 SynEdit, Gutter: Renamed some of the new methods
git-svn-id: trunk@18383 -
2009-01-21 20:47:05 +00:00
paul
def590b362 synedit: fix hang when pressed HOME key on the first line (bug #0012983)
git-svn-id: trunk@18372 -
2009-01-21 09:14:42 +00:00
paul
af0d7249f4 synedit: a bit of formatting
git-svn-id: trunk@18371 -
2009-01-21 09:13:29 +00:00
martin
e2a0793b44 SynEdit Gutter: Cleanup, Refactor, Added some helper methods
git-svn-id: trunk@18366 -
2009-01-21 01:52:28 +00:00
martin
8f53ab61e2 SynEdit Design: Fixed the property editor did not close, if the SynEdit was deleted.
git-svn-id: trunk@18365 -
2009-01-20 23:49:15 +00:00
martin
3fe186c1da SynEdit Gutter: Fixing some AutoSize stuff
git-svn-id: trunk@18364 -
2009-01-20 22:54:53 +00:00
martin
87ca389d26 LazReport, adapted to changed gutter properties
git-svn-id: trunk@18363 -
2009-01-20 22:19:49 +00:00
martin
3b28b9026f SynEdit Gutter: Fixing some AutoSize stuff
git-svn-id: trunk@18362 -
2009-01-20 21:14:03 +00:00
mattias
de0f8578f0 set some TTreeView.ReadOnly to true
git-svn-id: trunk@18361 -
2009-01-20 20:20:52 +00:00
martin
0224b90a6d SynEdit, moved PropertyToSkip to correct place. bug #13005
git-svn-id: trunk@18351 -
2009-01-20 10:01:31 +00:00
martin
f4224ce9a5 SynEdit: Clean-up highlighter code
git-svn-id: trunk@18350 -
2009-01-20 00:28:54 +00:00
martin
d8953c73cb SynEdit Gutter: fix for loading from LFM; bug #13000
git-svn-id: trunk@18345 -
2009-01-19 21:24:03 +00:00
martin
09a43ac065 SynEdit PascalHighlighter: Improved recognition of folding in inc files (default is now off, if no implementation header is found); Fixed properties with multiply indexes
git-svn-id: trunk@18334 -
2009-01-18 23:10:54 +00:00
martin
8c0f2f5c04 SynEdit: Fixed possible crash when PropertyEditor was updated after items where deselected
git-svn-id: trunk@18333 -
2009-01-18 19:46:05 +00:00
martin
76ed95a0d7 SynEdit Gutter: Refactor, add ability to save GutterParts to LFM file (Designer)
git-svn-id: trunk@18331 -
2009-01-18 17:46:11 +00:00
martin
77c9b560ff SynEdit Gutter: Refactor, add ability to save GutterParts to LFM file
git-svn-id: trunk@18330 -
2009-01-18 17:43:57 +00:00
martin
d75f642632 SynGutter: Cleanup (Moved common properties to base)
git-svn-id: trunk@18326 -
2009-01-18 13:47:10 +00:00
martin
ef58282110 SynEdit: Fixed Gutter did not repaint LeftOffset Area; Fixed default values
git-svn-id: trunk@18325 -
2009-01-18 12:24:11 +00:00
martin
0fea837b64 SynEdit: Removed some internal values (Color-Setting) from published properties
git-svn-id: trunk@18324 -
2009-01-18 12:14:51 +00:00
mattias
5d21138707 codetools: fixed finding prior statement when start on source start
git-svn-id: trunk@18316 -
2009-01-16 20:39:59 +00:00
paul
047bd064e5 synedit: highlight compilerproc modifier
git-svn-id: trunk@18303 -
2009-01-16 02:21:04 +00:00
paul
471ec5ea59 jcf2: sync with r773 of main jcf2 tree (also fixes issue #0012977):
- some use of JcfStringUtils instead of JclStrings
 - IndentProcedureBody setting
 - StrPadLeft implementation in JcfStringUtils.pas
 - added StrIPos function to JcfStringUtils.pas and tests
 - renamed VersionConsts.pas to JcfVersionConsts.pas to avoid a name clash with a unit in another package
 - rearranging util functions

git-svn-id: trunk@18292 -
2009-01-15 02:08:47 +00:00
mattias
bed259ea54 codetools: lazarus src: added unit paths to packager/frames
git-svn-id: trunk@18278 -
2009-01-13 16:49:28 +00:00
jesus
20c99e44fb LazReport, implemented memoview property HideDuplicates
git-svn-id: trunk@18274 -
2009-01-13 16:22:38 +00:00
mattias
162095d09e codetools: fixed savebufferas to virtual file, bug #12966
git-svn-id: trunk@18269 -
2009-01-13 09:50:52 +00:00
martin
18268c8784 SynEdit: A few debugln instructions for a range exception (conditional compiled only)
git-svn-id: trunk@18265 -
2009-01-12 23:20:18 +00:00
martin
14675021da SynEdit, Trim Spaces: added option to set how long trailing spaces stay valid
git-svn-id: trunk@18264 -
2009-01-12 22:35:48 +00:00
paul
d46112e3d3 codetools: fix introduced by me bug when stream was opened for write but was not cleared
git-svn-id: trunk@18262 -
2009-01-12 03:09:03 +00:00
martin
e9c54a9a47 SynEdit: fixed viability-level issue with inherited methods(fpc trunc gives a warning)
git-svn-id: trunk@18254 -
2009-01-11 14:02:29 +00:00
martin
73cb0cbcbc SynEdit: uninitialized variable in beautifier (would affect indent on tabs)
git-svn-id: trunk@18253 -
2009-01-11 14:01:31 +00:00
paul
7467771ed0 lcl, codetools: don't request exclusive rights when IDE reads/writes units
git-svn-id: trunk@18251 -
2009-01-11 08:30:43 +00:00
martin
cc2e0fdf0e Folding: fix case inside a record definition would cause an open end block
git-svn-id: trunk@18248 -
2009-01-11 03:21:35 +00:00
martin
a10dc20b6a SynEdit, Markup-Current-Word Added: TrimSpaces, Keep Markup while typing, Toggle fixed word (alt m), No timer(just toggle)
git-svn-id: trunk@18247 -
2009-01-11 02:51:28 +00:00
paul
ce19796997 jcf: sync with r764:
- Fix to 2130798 - Indentation strange on procedure local type/var declarations
  - Notepad UI has save and save as for input files, and remembers the file name
  - Fix to SF bug ID: 2490118 Parser exception with empty var section in a class
  - Fixed an issue in handling utf-8 encoded files

git-svn-id: trunk@18246 -
2009-01-11 02:27:52 +00:00
martin
c3f6bb62e5 SynEdit: Improved backspace, with the new auto-indent "position only"
git-svn-id: trunk@18244 -
2009-01-10 21:43:16 +00:00
martin
28eaceccd2 SynEdit: Improved cursor-left, with the new auto-indent "position only"
git-svn-id: trunk@18242 -
2009-01-10 21:27:18 +00:00
martin
585bbf6ef1 SynEdit, Auto-Indent: Implement indent types
git-svn-id: trunk@18241 -
2009-01-10 21:11:37 +00:00
martin
0ba3d5877c SynEdit: Refactor, move all indent code into beautifier.
git-svn-id: trunk@18240 -
2009-01-10 18:28:58 +00:00
martin
c71c1bdf06 SynEdit: Change default for Gutter.AutoSize to True (Bug #12962)
git-svn-id: trunk@18235 -
2009-01-10 14:00:18 +00:00
martin
fc746d62ba SynEdit: TrimSpaces would mark the editor as modified. They also could add an "undo last caret move" (Bug #12949)
git-svn-id: trunk@18231 -
2009-01-10 02:21:08 +00:00
martin
eae600b56a SynEdit, adjust block begin, if line got trimmed, and not eoScrollPastEOL
git-svn-id: trunk@18221 -
2009-01-09 01:10:17 +00:00
martin
ef8462c9fc SynEdit: Fix Bug #12944 (Trimming Spaces would prevent selecting a block)
git-svn-id: trunk@18220 -
2009-01-09 00:34:16 +00:00
martin
55bb461186 SynEdit: Fix bug #11535 (block painted to far past EOL)
git-svn-id: trunk@18219 -
2009-01-09 00:21:13 +00:00
martin
a38e378eb6 SynEdit, Markup-word: Fixed slow reaction to deselected block
git-svn-id: trunk@18218 -
2009-01-08 23:37:46 +00:00
martin
31438d74a3 SynEdit: Undo/Redo with trailing spaces
git-svn-id: trunk@18216 -
2009-01-08 23:01:57 +00:00
martin
2f7de3e7d3 SynEdit: implemented "End jumps to nearest start" and end key toggles between visible and real line end / end-key now behaves like home-key (just on the end of line).
git-svn-id: trunk@18215 -
2009-01-08 19:45:08 +00:00
paul
062984cd61 synedit: eat special keys in the completion IntfUTF8KeyPress as it is happen in the ansi KeyPress handler (part of bug #0012222)
git-svn-id: trunk@18209 -
2009-01-08 12:51:38 +00:00
paul
d2cfcc3186 synedit, ide: fix sourcecompletion on windows after deactivate (part of bug #0012222)
git-svn-id: trunk@18208 -
2009-01-08 12:34:19 +00:00
martin
df21d7be95 SynEdit: Auto-Indent (if spaces after caret) could indent to much
git-svn-id: trunk@18202 -
2009-01-07 23:33:04 +00:00
vincents
d3d5342fe6 updated po file, new order generated by updatepofiles.
git-svn-id: trunk@18201 -
2009-01-07 22:44:52 +00:00
vincents
7c460a7da6 updated po file, new order generated by updatepofiles.
git-svn-id: trunk@18200 -
2009-01-07 22:28:50 +00:00
vincents
2ecfe15a5a synedit: use Node Offset of folding node = 1, so that the box does not get too small for small fonts without extra line spacing, hint from Martin Friebe
git-svn-id: trunk@18199 -
2009-01-07 22:03:03 +00:00
martin
3daee56246 SynEdit: More consistency. Accessing the text from outside will never trim spaces (on set) or see trailing spaces (on get). Up to now sometimes it would, sometimes not. Fixing SourceEditor (Begin/EndUpdate around Assign)
git-svn-id: trunk@18198 -
2009-01-07 21:44:43 +00:00
paul
83485fbc51 synedit: change drawing of [...] folded char a bit
git-svn-id: trunk@18197 -
2009-01-07 19:24:09 +00:00
martin
1c81212e2f Fix rev 18176 #bafca9d60e (SynEdit Folding: Fixed detection of procedure blocks) some reloading a file could take forever
git-svn-id: trunk@18179 -
2009-01-07 01:48:51 +00:00
martin
19ff151b3b SynEdit:, further enhanced the Color settings for the fold [...]
git-svn-id: trunk@18178 -
2009-01-06 20:53:01 +00:00
martin
0a91971c12 SynEdit Folding: Fixed detection of procedure blocks
git-svn-id: trunk@18177 -
2009-01-06 20:46:47 +00:00
martin
bafca9d60e SynEdit: Fixed folding for type/var/interface/implementation/... blocks. They could sometimes act as additional ends to other fold blocks.
git-svn-id: trunk@18176 -
2009-01-06 20:44:38 +00:00
martin
911e34a255 SynEdit, further enhanced the Color settings for the fold [...]
git-svn-id: trunk@18175 -
2009-01-06 20:28:21 +00:00
paul
533a95598d synedit: don't focus syncompletion scrollbar (bug #0012926)
git-svn-id: trunk@18171 -
2009-01-06 16:13:28 +00:00
mattias
3870f0df36 IDE: new codebuffers now use UTF-8 as encoding
git-svn-id: trunk@18166 -
2009-01-06 12:41:16 +00:00
mattias
1f1aa8a31a synedit: added note
git-svn-id: trunk@18163 -
2009-01-06 11:05:35 +00:00
mattias
13b54cba9a synedit: undo 18141: completion can work when not visible
git-svn-id: trunk@18160 -
2009-01-06 10:36:52 +00:00
mattias
4af2a1dd2e fixed public method overrides
git-svn-id: trunk@18156 -
2009-01-06 09:54:29 +00:00
paul
0faae3351b synedit: add markup info for folded code
git-svn-id: trunk@18153 -
2009-01-06 07:18:50 +00:00
martin
5a20e5938c SynEdit, Fold: Draw a dotted box, after folded lines
git-svn-id: trunk@18149 -
2009-01-05 23:41:33 +00:00
martin
5117148943 SynEdit: Improved highlight current word
git-svn-id: trunk@18144 -
2009-01-05 21:33:49 +00:00
paul
580a831bf3 synedit: don't try to complete the code when completion form is not visible ('Dummy' part of bug #0012222)
git-svn-id: trunk@18141 -
2009-01-05 19:23:39 +00:00
mattias
ae4d09be24 codetools: identifier completion: improved variable start check
git-svn-id: trunk@18135 -
2009-01-05 12:05:59 +00:00
mattias
2670be8de0 IDE: fixed crash painting a half defined method
git-svn-id: trunk@18134 -
2009-01-05 11:46:31 +00:00
mattias
3a49b31485 codetools: class completion support for array read/write access modifiers
git-svn-id: trunk@18129 -
2009-01-05 10:27:02 +00:00
martin
1126e1e728 inserted License text
git-svn-id: trunk@18123 -
2009-01-05 00:32:43 +00:00
martin
c920e5366f SynEdit: Fixes for undo with trim-spaces
git-svn-id: trunk@18122 -
2009-01-05 00:27:50 +00:00
martin
1da8f90a7f SynEdit fix folding broken in rev 18119 #435391d80e
git-svn-id: trunk@18121 -
2009-01-04 23:49:52 +00:00
martin
1c383a8c77 SynEdit fix folding broken in rev 18119 #435391d80e
git-svn-id: trunk@18120 -
2009-01-04 23:12:54 +00:00
martin
435391d80e SynEdit: Refactor/Cleanup
git-svn-id: trunk@18119 -
2009-01-04 22:47:37 +00:00
martin
4be804cc45 Fixed Crash in option dialog (caused by synedit)
git-svn-id: trunk@18117 -
2009-01-04 20:10:09 +00:00
mattias
8d632ac72b codetools: fixed ComparePrefixIdent
git-svn-id: trunk@18114 -
2009-01-04 19:37:34 +00:00
paul
e51930e4d4 codetools: fix few debugln
git-svn-id: trunk@18112 -
2009-01-04 19:20:14 +00:00
martin
4849ad30c1 SynEdit: Refactor Line-Viewers, Add LineViewer for tab-expansion
git-svn-id: trunk@18110 -
2009-01-04 18:47:46 +00:00
paul
b24b71e52a synedit: improve synedit copy to clipboard error handling (more informative), simplify code (by Alexander S. Klenin, mantis #0011548)
git-svn-id: trunk@18106 -
2009-01-04 17:28:07 +00:00
paul
35fdea5b96 synedit: fix scroll calculations of the completion box, hide scroll if there is no need in it (bug #0012910)
git-svn-id: trunk@18104 -
2009-01-04 16:46:31 +00:00
mattias
89df8b61f5 IDE: added directory packager/frames to defines
git-svn-id: trunk@18090 -
2009-01-03 22:02:07 +00:00
martin
0e0fb14c52 SynEdit, fixed bug #11178: "Always visible Caret" did not immediately follow if option was turned on
git-svn-id: trunk@18083 -
2009-01-03 19:33:22 +00:00
martin
f8c333abf4 SynEdit: Improved Undo (specially with trim spaces) (bug #12712)
git-svn-id: trunk@18082 -
2009-01-03 19:04:34 +00:00
martin
873d02994c SynEdit: Slight improvement to Markup order (word highlight over special line)
git-svn-id: trunk@18078 -
2009-01-03 16:13:55 +00:00
martin
18520f8a49 SynEdit, highlight current word: More options
git-svn-id: trunk@18077 -
2009-01-03 15:04:47 +00:00
martin
d012677d14 SynEdit: Slight improvement to Markup order (incr-search takes prior to current-word
git-svn-id: trunk@18075 -
2009-01-03 13:17:04 +00:00
martin
81558e4d80 SynEdit: Fix rev 18072 #99066aee96, Markup stopped working (all disabled)
git-svn-id: trunk@18074 -
2009-01-03 13:10:35 +00:00
martin
99066aee96 SynEdit: add Interface to Markup classes
git-svn-id: trunk@18072 -
2009-01-03 12:57:38 +00:00
martin
6e84e44ae3 SynEdit, fix drawing of Frame-Highlights
git-svn-id: trunk@18071 -
2009-01-03 02:00:34 +00:00
martin
d5955b6de5 SynEdit Folding: Highlighter didn't reset bracket count (some folds where not available)
git-svn-id: trunk@18070 -
2009-01-02 23:58:25 +00:00
martin
7b016fe8aa Fixes issues with click on gutter (would not always toggle breakpoints, bug #12905)
git-svn-id: trunk@18069 -
2009-01-02 21:06:18 +00:00
martin
f6a909e5ec SynEdit: fix for redrawing fold gutter (offset after end-node would sometimes be ignored)
git-svn-id: trunk@18068 -
2009-01-02 20:45:14 +00:00
martin
7a519c09c7 Cleanup, unused code
git-svn-id: trunk@18067 -
2009-01-02 20:43:30 +00:00
martin
f1f7320094 SynEdit search: MultiLine-none-pattern search did crash or skip results (compilation for linux)
git-svn-id: trunk@18066 -
2009-01-02 20:42:02 +00:00
martin
ecbce3c5f9 SynEdit search: MultiLine-none-pattern search did crash or skip results
git-svn-id: trunk@18065 -
2009-01-02 20:12:35 +00:00
martin
f93f563389 SynEdit: fixed some repaint issues with Markup current word
git-svn-id: trunk@18064 -
2009-01-02 20:11:27 +00:00
mattias
912f4c0d77 codetools: fixed class completion
git-svn-id: trunk@18063 -
2009-01-02 18:56:39 +00:00
paul
83af98a308 synedit: fix gutter separator visibility after restoring its position from negative
git-svn-id: trunk@18061 -
2009-01-02 18:01:47 +00:00
martin
50dff3b38e SynEdit: some refactor for the gutter separator line
git-svn-id: trunk@18057 -
2009-01-02 17:17:18 +00:00
paul
aa53788f4b synedit, ide: allow to customize "Highlight current word" option, add default colors
git-svn-id: trunk@18056 -
2009-01-02 17:10:37 +00:00
martin
a86c7b5c9f SynEdit: prepare for highlight word under caret
git-svn-id: trunk@18055 -
2009-01-02 16:35:21 +00:00
paul
4087249100 synedit: draw fold divider line closer to the gutter
git-svn-id: trunk@18053 -
2009-01-02 16:32:34 +00:00
martin
b365ba6838 SynEdit: prepare for highlight word under caret
git-svn-id: trunk@18052 -
2009-01-02 16:29:02 +00:00
paul
cc153d9977 synedit, ide: add an option to skip gutter separator line draw. by default this line is forced even the last gutter part is a fold tree
git-svn-id: trunk@18051 -
2009-01-02 16:11:50 +00:00
paul
0f21d702c2 synedit: don't draw separator line if the last gutter part is code fold tree and it is visible
git-svn-id: trunk@18050 -
2009-01-02 15:29:22 +00:00
martin
fbcdd456e7 SynEdit: fix for redrawing fold gutter (offset after end-node would sometimes be ignored)
git-svn-id: trunk@18049 -
2009-01-02 14:49:58 +00:00
martin
8928a1a17b SynEdit: Change size of fold gutter
git-svn-id: trunk@18048 -
2009-01-02 14:22:58 +00:00
paul
0cc812fc62 synedit: forget to destroy markup info
git-svn-id: trunk@18047 -
2009-01-02 13:29:10 +00:00
paul
28544c79b9 synedit: allow code folding tree color customization
git-svn-id: trunk@18046 -
2009-01-02 13:26:50 +00:00
mattias
ad86924500 codetools: class completion: copy one method changes to body
git-svn-id: trunk@18045 -
2009-01-02 13:25:00 +00:00
martin
ff31b3a753 SynEdit Fold: align tree-end marker with drawn divider-line (more)
git-svn-id: trunk@18044 -
2009-01-02 13:18:41 +00:00
martin
542163b6b9 SynEdit Fold: align tree-end marker with drawn divider-line
git-svn-id: trunk@18042 -
2009-01-02 13:02:45 +00:00
martin
0978ce2ba7 SynEdit, Gutter: Changed Layout, Code clean-up
git-svn-id: trunk@18040 -
2009-01-02 12:10:51 +00:00
mattias
41605046ff IDE+codetools: auto adding comma after complete uses section unit
git-svn-id: trunk@18039 -
2009-01-02 11:49:58 +00:00
martin
c7540c1b04 Synedit: Highlight matching double quotes
git-svn-id: trunk@18037 -
2009-01-02 11:17:58 +00:00
martin
01b2500565 SynEdit, Clean-up/Refactor Markup; Also fixes bug #12854 (bracket highlight during replace)
git-svn-id: trunk@18029 -
2009-01-02 01:31:13 +00:00
martin
9fe1fca4bd Synedit: Highlight matching quotes (fallback previous quote or next quote)
git-svn-id: trunk@18027 -
2009-01-01 23:41:22 +00:00
martin
e2d80cd0fd SynEdit, Folding: Refined the block-end for class-sections (private/public)
git-svn-id: trunk@18026 -
2009-01-01 22:55:39 +00:00
martin
45a82235cd SynEdit: Fold at unit, implementation, program,...
git-svn-id: trunk@18025 -
2009-01-01 22:35:22 +00:00
martin
8b165499cd SynEdit: Folding, fixed type, const, var blocks to end before the next block
git-svn-id: trunk@18024 -
2009-01-01 21:38:03 +00:00
martin
3b5634ffe0 SynEdit: new folding for 64bit (bug #12900)
git-svn-id: trunk@18022 -
2009-01-01 20:24:26 +00:00
martin
bb49ada1b7 SynEdit: fixes caret sometimes invisible on last line (bug #12680). Adds caret visible on partial visible line.
git-svn-id: trunk@18016 -
2009-01-01 18:26:03 +00:00
martin
57b43172d7 SynEdit: Folding, fix last check-in for "foo = class of bar;"
git-svn-id: trunk@18015 -
2009-01-01 18:11:35 +00:00
martin
ee56753484 SynEdit: More folding at Classes, Record, Var, Const, Type, Uses
git-svn-id: trunk@18014 -
2009-01-01 17:49:29 +00:00
martin
a2acbf201c SynEdit: Folding for full Procedure; Fix highlighting of property with comment (bug #12335); fix Highlighting of directives in asm block
git-svn-id: trunk@18010 -
2009-01-01 13:59:35 +00:00
martin
5de189d7af SynEdit: Fixes DelToEndOfWord if Caret past EOL (Bug #10739) and fix DelChar with UTF8 and Caret past EOL
git-svn-id: trunk@17998 -
2008-12-30 13:53:48 +00:00
paul
64ba3d191e component,printers: fix visibility hint
git-svn-id: trunk@17983 -
2008-12-30 04:20:49 +00:00
paul
27805961ec synedit: don't resize completion form scrollbar to 10 pixels in width. It is not compatible with some themes and can lead to ugly look. Use default width instead.
git-svn-id: trunk@17966 -
2008-12-27 17:19:10 +00:00
paul
4598b5b3a6 jcf: remove asm mode
git-svn-id: trunk@17947 -
2008-12-25 11:45:38 +00:00
paul
ae8e919225 jcf: further fix compilation on case sensitive file systems
git-svn-id: trunk@17922 -
2008-12-24 08:43:04 +00:00
paul
c1ffec30ed jcf: fix compilation on case sensitive file systems
git-svn-id: trunk@17921 -
2008-12-24 08:13:37 +00:00
paul
8949a6963a jcf: add missed jcf menu items to the ide, implement formatting of all open units
git-svn-id: trunk@17918 -
2008-12-24 05:56:36 +00:00
paul
2c018868d2 jcf: reduce amount of hints
git-svn-id: trunk@17917 -
2008-12-24 05:37:30 +00:00
paul
a1f5d77faa hide FileUtil in the JCFHelp from the Lazarus/Freepascal
git-svn-id: trunk@17916 -
2008-12-24 04:34:13 +00:00
paul
6116a9aab3 ide: add JCF to the bigide target if UseJCF define is enabled in the ide.inc (disabled by default)
git-svn-id: trunk@17915 -
2008-12-24 04:11:15 +00:00
marc
1be0908482 Updated Lithuanian translation by Valdas Jankunas
git-svn-id: trunk@17909 -
2008-12-23 23:32:26 +00:00
paul
47f0234c35 jcf: convert about form and it to the ide package
git-svn-id: trunk@17901 -
2008-12-23 10:20:57 +00:00
paul
c9cde29f7f jcf: add ide package
git-svn-id: trunk@17892 -
2008-12-23 04:14:14 +00:00
paul
8c0ad52957 jcf: adopt EditorConverter for lazarus
git-svn-id: trunk@17891 -
2008-12-23 04:10:52 +00:00
paul
d578cccfd2 jcf: remove some jcl dependencies
git-svn-id: trunk@17890 -
2008-12-23 03:47:34 +00:00
mattias
7784d73eb5 codetools: added ide to SrcPath for ide/frames directory, bug #12840
git-svn-id: trunk@17885 -
2008-12-22 17:25:09 +00:00
paul
a4326b440c jcf: sync with r746 (misc fixes in comments)
git-svn-id: trunk@17880 -
2008-12-22 08:35:35 +00:00
paul
52c3090688 jcf: further work on operators (r743)
git-svn-id: trunk@17879 -
2008-12-21 15:26:48 +00:00
paul
9aaa60fc8b jcf: more work on operators (r742)
git-svn-id: trunk@17877 -
2008-12-21 14:47:55 +00:00
mattias
1b6e58d0b9 codetools: TExprEval: fixed IndexOf with Count=0
git-svn-id: trunk@17876 -
2008-12-21 09:41:00 +00:00
paul
c50309a06c jcf2: sync with r741 (finished MoveSpaceToBeforeColon, initial support of fpc *operators*, misc fixes)
git-svn-id: trunk@17873 -
2008-12-21 03:44:59 +00:00
mattias
ad6b499676 codetools: fixed TExprEval empty
git-svn-id: trunk@17870 -
2008-12-20 19:07:51 +00:00
mattias
1a4313f8bc codetools: consistencychecks now raises exceptions, accelerated TExprEval, added TExprEval.ChangeStamp
git-svn-id: trunk@17858 -
2008-12-18 22:32:30 +00:00