Commit Graph

739 Commits

Author SHA1 Message Date
mattias
3a6af55cd9 synedit: fixed code folding color when right margin is off
git-svn-id: trunk@15901 -
2008-07-28 09:47:41 +00:00
mattias
f7943628fa gtk intf: Avoid the creation of WidgetInfo to combox childs, Update the ItemIndex cache when inserting items, from Luiz
git-svn-id: trunk@15894 -
2008-07-27 21:13:41 +00:00
mattias
a93efcf0f1 examples: added example for synpositionhighlighter
git-svn-id: trunk@15889 -
2008-07-27 12:24:31 +00:00
mattias
7c32a96cb1 IDE: updated new editor options, from Martin Friebe, bug #11755
git-svn-id: trunk@15884 -
2008-07-27 07:46:21 +00:00
mattias
d94783ca8a synedit: changed bracket highlighting to default to before caret
git-svn-id: trunk@15883 -
2008-07-27 07:40:17 +00:00
mattias
90cb8f39ac syendit: fixed SetScrollBars calling RecreateWnd
git-svn-id: trunk@15877 -
2008-07-26 16:59:54 +00:00
mattias
c7b7a0b503 synedit: not adding spaces if eoScrollPastEOL on line break, bug #11745
git-svn-id: trunk@15875 -
2008-07-26 16:13:56 +00:00
mattias
cbc57806d7 synedit: pascal highlighter: implemented mode Delphi/ObjFPC and nested comments
git-svn-id: trunk@15874 -
2008-07-26 15:11:57 +00:00
mattias
84a8d553bb synedit: added license headers
git-svn-id: trunk@15867 -
2008-07-25 18:38:36 +00:00
mattias
5f699ac8b2 gtk2: implemented TCanvas.ClipRect during paint, improved hiding/drawing caret with double buffer
git-svn-id: trunk@15865 -
2008-07-25 14:42:09 +00:00
mattias
2e9d466c2d synedit: markup for special line, selection and ctrl mouse link, from Martin Friebe, bug #11693
git-svn-id: trunk@15861 -
2008-07-24 22:41:25 +00:00
mattias
a15799bceb synedit: fixed bracket highlighting on backward search, from Martin Friebe, bug #11736
git-svn-id: trunk@15858 -
2008-07-24 16:15:49 +00:00
vincents
2b22554556 synedit: fixed flicker in incremental search from Martin (issue #11474)
git-svn-id: trunk@15848 -
2008-07-23 12:43:44 +00:00
mattias
6ed274ffa2 synedit: search now uses IdentChars of highlighter, bug #10752
git-svn-id: trunk@15847 -
2008-07-23 12:31:31 +00:00
vincents
e596ab63b2 synedit: fixed mulitline matching bracket from Martin Friebe (issue #11732)
git-svn-id: trunk@15845 -
2008-07-23 11:55:44 +00:00
mattias
c0bb107bd7 synedit: improved bracket highlighting to skip comments and strings, from Martin Friebe, bug #9652
git-svn-id: trunk@15841 -
2008-07-23 08:09:09 +00:00
mattias
9dd08d1adb synedit: added overloaded searchreplace method to provide a startingpoint, from Martin Friebe, bug #11474
git-svn-id: trunk@15825 -
2008-07-21 08:46:32 +00:00
mattias
bfa22087fc synedit: added license headers
git-svn-id: trunk@15824 -
2008-07-21 08:26:36 +00:00
mattias
1341499890 synedit: set default synedit font for carbon
IDE: sourceditor: using the same default font as synedit
  IDE: added code template d for debugln
  IDE: moved Insert $IFDEF in keymapping to edit section
  CodeTools: identifier completion: do not add semicolon in front of then, of, to, else, do
  CodeTools: define LCL and LCLwidgetset for lazarus sources
  IDE: Editor Options Keymapping: implemented text filter and shortcut search

git-svn-id: trunk@15819 -
2008-07-19 09:51:32 +00:00
jesus
c140fca340 updated spanish translations from Javier Villarroya (javivf)
git-svn-id: trunk@15817 -
2008-07-19 06:15:37 +00:00
mattias
b38ec6cfc3 synedit: added fpFixed to default font
git-svn-id: trunk@15794 -
2008-07-16 21:01:02 +00:00
vincents
3285b40fa7 synedit: fixed ctrl-mouseclick from Martin Friebe (issue #11661)
git-svn-id: trunk@15788 -
2008-07-15 19:15:51 +00:00
mattias
a20b096442 synedit: improved using clipping rect during paint from Martin, bug #11654
git-svn-id: trunk@15786 -
2008-07-15 19:06:55 +00:00
mattias
cb41bdea0d from Martin Friebe:
- inserting a line, would not correctly re-paint the other lines, if a folded block was in the visible window, above the 
newly inserted line
- using ctr-cursur-up to scroll, would make the cursor jump away from the lower end of the window, if a folded block existed
- bracket search did not use ScreenRowToRow for "VisibleOnly" (which appears un-used, so this part of the bug is currently 
not triggered)

git-svn-id: trunk@15776 -
2008-07-14 07:27:58 +00:00
mattias
541620b5fb synedit: replaced codepage dependent set with codepage independent
git-svn-id: trunk@15773 -
2008-07-13 22:03:06 +00:00
mattias
ebd4d40039 fixed encoding
git-svn-id: trunk@15771 -
2008-07-13 20:52:25 +00:00
mattias
5972f2bf98 synedit: renamed OnCtrlLeftMouseUp to OnClickLink, fixed Ctrl+MouseLeft jump
git-svn-id: trunk@15769 -
2008-07-13 20:16:15 +00:00
mattias
4fdf213191 synedit: fixed moving selection by mouse dragging, from Martin Friebe
git-svn-id: trunk@15760 -
2008-07-13 10:37:18 +00:00
vincents
8a3217a900 synedit: don't initialize KeyStrokes collection, when loading it from .lrs or .lfm (fixes bug #7305), thanks to Martin Schreiber for the hint
git-svn-id: trunk@15730 -
2008-07-10 07:19:08 +00:00
mattias
6e13c5dbe9 synedit: codefolding fixes: ctrl-mouse underlining, cursor left/right skip blocks from Martin Friebe
git-svn-id: trunk@15718 -
2008-07-09 11:38:05 +00:00
vincents
5dcea6ca0b synedit: added @ to the work break characters (bug #11630)
git-svn-id: trunk@15715 -
2008-07-09 07:04:23 +00:00
vincents
fc07f2877b synedit: fixed detecting invalid UTF8 chars as special chars from Martin Friebe (bug #11628)
git-svn-id: trunk@15710 -
2008-07-08 18:20:44 +00:00
mattias
93694fa80f synedit: improved crDelete to allow undo/redo bug #11596
git-svn-id: trunk@15708 -
2008-07-08 17:52:34 +00:00
mattias
e8071d14a8 synedit: implemented markup system from Martin Friebe
git-svn-id: trunk@15689 -
2008-07-07 07:41:40 +00:00
mattias
94a0e34fb6 IDE, synedit: implemented ExtraCharSpacing
git-svn-id: trunk@15559 -
2008-06-24 08:43:22 +00:00
mattias
e2cf50c737 synedit: fixed painting a line too much, bug #11481
git-svn-id: trunk@15542 -
2008-06-23 14:32:21 +00:00
mattias
5980e1a71e synedit: fixed moving cursor behind folded lines, bug #10591
git-svn-id: trunk@15541 -
2008-06-23 14:15:41 +00:00
mattias
067fa7a973 synedit: fixed pascal hightlighter splitting utf-8 characters
git-svn-id: trunk@15539 -
2008-06-23 13:31:22 +00:00
mattias
403b4d2250 synedit: started simple pascal indenter
git-svn-id: trunk@15538 -
2008-06-23 13:30:50 +00:00
mattias
4c0ed780bf synedit: clean up
git-svn-id: trunk@15520 -
2008-06-22 22:57:31 +00:00
marc
b9ed9ea932 * Optimized setting bitmap dimension
git-svn-id: trunk@15512 -
2008-06-22 18:27:48 +00:00
vincents
652b5eb74c default widget set for Mac OS X is now Carbon, not gtk1
git-svn-id: trunk@15488 -
2008-06-20 19:33:44 +00:00
mattias
15c5e3efa6 synedit: fixed showing caret on last line if clientheight is exactly height of line
git-svn-id: trunk@15484 -
2008-06-20 14:26:02 +00:00
paul
5addcc9efd ide: finally fix Always visible caret (#0011502) by Martin Friebe
git-svn-id: trunk@15473 -
2008-06-20 08:18:03 +00:00
mattias
faf4ac0821 IDE: environment: added turkish
git-svn-id: trunk@15469 -
2008-06-19 10:01:07 +00:00
marc
5bf1f6ccbd Updated Lithuanian translation by Valdas Jankunas
git-svn-id: trunk@15460 -
2008-06-18 22:45:32 +00:00
mattias
20f65465f5 gtk1: fixed compilation
git-svn-id: trunk@15430 -
2008-06-15 11:31:56 +00:00
mattias
aa685453e3 synedit: removed indenter
git-svn-id: trunk@15429 -
2008-06-15 11:28:49 +00:00
mattias
f1f758e093 synedit: started TSynCustomBeautifier
git-svn-id: trunk@15428 -
2008-06-15 10:59:47 +00:00
mattias
a2eb97b8a3 synedit: hiding half visible caret on last visible line, bug #9916
git-svn-id: trunk@15415 -
2008-06-13 19:28:58 +00:00
mattias
56f181b65c synedit: fixed updating bracket highlighting on text changes from Martin Friebe
git-svn-id: trunk@15411 -
2008-06-13 17:40:46 +00:00
vincents
c0f7c4db42 synedit: made TSynGutter.OnChange public instead of published, fixes #10995
git-svn-id: trunk@15396 -
2008-06-12 22:21:48 +00:00
mattias
a008d75250 gtk2 intf: moved doublebuffering from synedit to gtk2 as this is faster since gtk2.12
git-svn-id: trunk@15362 -
2008-06-08 13:17:51 +00:00
mattias
7814e569d4 synedit: fixed searching backwards and end of range contains half pattern, bug #11430
git-svn-id: trunk@15356 -
2008-06-07 16:08:18 +00:00
mattias
bf145b6d96 synedit: implemented eoShowSpecialChars for #32 and #9, similar to 9797
git-svn-id: trunk@15349 -
2008-06-07 01:13:14 +00:00
mattias
e8e615a9b1 synedit: implemented non UTF-8 characters are shown as ?
git-svn-id: trunk@15347 -
2008-06-07 00:39:15 +00:00
mattias
2bf1be0786 synedit: lfm highlighter: added keyword inline
git-svn-id: trunk@15234 -
2008-05-26 14:08:50 +00:00
paul
52a6a70e01 synedit: highlight VarArgs keyword (from Mattias)
git-svn-id: trunk@15007 -
2008-04-29 11:06:10 +00:00
mattias
816226e560 synedit: using Canvas.ClipRect for selfmade doublebuffer
git-svn-id: trunk@14985 -
2008-04-26 13:53:44 +00:00
mattias
5e551fe7a8 synunihighlighter: clean up
git-svn-id: trunk@14390 -
2008-03-03 19:41:35 +00:00
vincents
e6f5b453f0 synedit: fixed TSynAnySyn searching for keywords: use AnsiCompareStr, because TStringList uses that internally too.
Maybe a TFastStringList should be created, which overrides TStringList.DoCompareText and calls the faster CompareStr. 
Fixes bug #10913.

git-svn-id: trunk@14384 -
2008-03-03 14:26:49 +00:00
mattias
8f3ae0f07f synedit: eoAlwaysVisibleCaret: fixed scrolling when inserting text on identifier completion, bug #10914
git-svn-id: trunk@14338 -
2008-03-01 12:00:18 +00:00
paul
4a8708a5ad synedit: fix scroll direction
git-svn-id: trunk@14325 -
2008-02-29 18:30:09 +00:00
mattias
3339383d3f synedit: fixed SetTopLine ScrollWindowEx delta, bug #8479
git-svn-id: trunk@14321 -
2008-02-29 17:23:01 +00:00
mattias
2f6693b16f synedit: fixed MoveCaretToVisibleArea to move in one step and treating codefolding correctly, bug #8479
git-svn-id: trunk@14319 -
2008-02-29 17:03:20 +00:00
mattias
de71745a05 synedit: syncompletion: calling old OnKeyDown events, bug #9020
git-svn-id: trunk@14276 -
2008-02-27 12:54:09 +00:00
mattias
b50025e9de synedit: fixing wrong cursor position after repacing selection at end of line with spaces, bug #9104
git-svn-id: trunk@14272 -
2008-02-27 11:56:51 +00:00
mattias
e91dacd68b synedit: fixed undo delete space at end of line, bug #8722
git-svn-id: trunk@14212 -
2008-02-20 14:39:41 +00:00
mattias
5a6bbf49a4 synedit: added < and > as default word break characters
git-svn-id: trunk@14053 -
2008-02-09 19:14:53 +00:00
tombo
3675788780 Synedit: use clipping rect if not own double buffered
git-svn-id: trunk@13925 -
2008-01-30 14:02:29 +00:00
sekelsenmat
8b0f7f319e Patch from Ales Katona. Further fixes double click word selection on SynEdit.
git-svn-id: trunk@13897 -
2008-01-27 16:09:18 +00:00
sekelsenmat
35bc02dff1 Patch from Ales Katona.
1. it inverts parsing logic to use Highlighter.WordBlockChars +
TSynWhiteChars (or TSynWordBlockChars + TSynWhiteChars if there's no
highlighter), thus allowing utf-8 words to be parsed as long as the
block chars don't contain chars > 127.

2. it fixes the doubleclick selection by said logic + fixing final caret
position based on true length of given line if UseUTF8 is true.

git-svn-id: trunk@13892 -
2008-01-27 14:10:09 +00:00
sekelsenmat
3ff0a0bd5b Partial implementation of an utf-8 capable SetBlockWord on SynEdit. Enclosed on ifdef NEW_UTF8_SETWORDBLOCK. Also added helper functions on LCLProc for converting an utf-8 string into an array of chars for algorithms that require fast access to a char by position.
git-svn-id: trunk@13868 -
2008-01-24 20:56:30 +00:00
paul
7d9636e8cf fix fpc 2.3.1 compilation
git-svn-id: trunk@13729 -
2008-01-12 09:28:12 +00:00
mattias
02774924f6 LCL: added TPicture.FindGraphicClassWithFileExt
git-svn-id: trunk@13526 -
2007-12-29 19:17:18 +00:00
paul
5a8035a802 some Handle => Reference.Handle replacement in lazarus parts of synedit
git-svn-id: trunk@13496 -
2007-12-28 06:05:54 +00:00
vincents
eda4c84741 updated translations using patch rstconv which adds the CharSet header
git-svn-id: trunk@13480 -
2007-12-27 12:03:06 +00:00
paul
17a72ca27b new synedit images from wile64
git-svn-id: trunk@13386 -
2007-12-19 07:54:06 +00:00
jesus
dfc10f408e synedit, fix compile for x86_64
git-svn-id: trunk@13360 -
2007-12-18 00:07:21 +00:00
vincents
5eaeb10eed synedit: fixed missing unit
git-svn-id: trunk@13353 -
2007-12-16 22:17:43 +00:00
marc
f2da39fdce * fixed bug when adding schema (by DiBo33)
* added jscript highlighter (by DiBo33)
* sorted highlighters in all unit to se if one is missing

git-svn-id: trunk@13352 -
2007-12-16 18:08:29 +00:00
paul
2ccb5aedf4 convert xpm to png
git-svn-id: trunk@13268 -
2007-12-11 01:55:08 +00:00
vincents
119fe01f54 synedit: added forgotten file
git-svn-id: trunk@13267 -
2007-12-11 00:43:12 +00:00
vincents
5659d730e9 synedit: added VB highlighter from Nyitrai Péter (#10163)
git-svn-id: trunk@13264 -
2007-12-10 19:54:10 +00:00
tombo
2f1dae25aa Reverted accidentally committed unit
git-svn-id: trunk@13247 -
2007-12-09 11:06:36 +00:00
tombo
4a1d394e7e Carbon intf: improved TextOut performance a little
git-svn-id: trunk@13246 -
2007-12-09 10:59:18 +00:00
paul
6f60f156af synedit:
- convert all component images from xpm to png 24*24
- update readme and add resource compile script for windows

git-svn-id: trunk@12962 -
2007-11-22 02:07:37 +00:00
vincents
0c328fda99 regenerated Makefiles with fixed fpc 2.3 fpcmake
git-svn-id: trunk@12846 -
2007-11-12 23:00:57 +00:00
mattias
b91754876e Makefiles: recreated with fpcmake -Tall
git-svn-id: trunk@12824 -
2007-11-11 12:20:00 +00:00
mattias
dbf55b433f IDE: started code help hint window
git-svn-id: trunk@12766 -
2007-11-07 17:00:51 +00:00
vincents
9f6a173942 synedit: fixed reading files with Mac OS line ending from Equinox (#10037)
git-svn-id: trunk@12625 -
2007-10-29 10:25:27 +00:00
mattias
4db2eccd14 synedit: added function IsIndentChar needed for unicode support
git-svn-id: trunk@12610 -
2007-10-27 18:13:20 +00:00
vincents
6c588075a8 regenerated makefile for better cross compilation support (#9924)
git-svn-id: trunk@12554 -
2007-10-22 21:33:01 +00:00
mattias
096da81a5c translations: german: from Joerg Braun
git-svn-id: trunk@12505 -
2007-10-17 17:33:38 +00:00
marc
22fa7f587c * Updated translation by Maxim Ganetsky
git-svn-id: trunk@12280 -
2007-10-01 21:28:57 +00:00
marc
1d0a2554cd * Updated translation by Valdas Jankunas
git-svn-id: trunk@12278 -
2007-10-01 21:09:41 +00:00
mattias
cfa187ade0 synedit: fixed crash if no bookmarkimages exist
git-svn-id: trunk@12231 -
2007-09-29 09:46:27 +00:00
mattias
703278ef32 synedit: enabled memory painting for gtk2 - faster
git-svn-id: trunk@12212 -
2007-09-28 11:12:04 +00:00
mattias
8a1732c539 synedit: doublebuffering enabled only for gtk1
git-svn-id: trunk@12175 -
2007-09-25 08:55:27 +00:00
vincents
5f1016ff3a reverted accidental commits in r12160 #5ea375ef4d
git-svn-id: trunk@12162 -
2007-09-24 12:25:16 +00:00
vincents
5ea375ef4d updated Indonesian translations from Zaenal Mutaqin
git-svn-id: trunk@12160 -
2007-09-24 11:12:37 +00:00
paul
b3c5d076d2 - reduce hints
git-svn-id: trunk@12108 -
2007-09-21 09:22:40 +00:00
mattias
daa0f22d74 synedit: fixed mem leak in auto completions
git-svn-id: trunk@12089 -
2007-09-20 13:43:01 +00:00
marc
1832fdc084 * Added and updated po files
git-svn-id: trunk@12081 -
2007-09-20 00:10:18 +00:00
mattias
4ec6450897 IDE: implemented attributes for code templates
git-svn-id: trunk@11997 -
2007-09-11 17:38:17 +00:00
vincents
cebc1c01f6 IDE: added Lithuanian to the list of translations
git-svn-id: trunk@11871 -
2007-08-27 22:12:31 +00:00
vincents
e1a3c061e0 add Lithuanian translations from Valdas
git-svn-id: trunk@11870 -
2007-08-27 21:54:40 +00:00
vincents
5243a46204 regenerated synedit component images
git-svn-id: trunk@11812 -
2007-08-14 11:06:03 +00:00
vincents
b758598ba6 synedit: added icon for TSynFreePascalSyn
git-svn-id: trunk@11811 -
2007-08-14 11:03:48 +00:00
mattias
9708b1003e synedit: fixed codefolding block comparison
git-svn-id: trunk@11789 -
2007-08-11 13:08:53 +00:00
mattias
3b69506329 gtk2 intf: added focus events for combobox, ideintf: textconverter now supports codetool buffers, h2pas wiz: added tool to remove redfinitions, reduced warnings
git-svn-id: trunk@11733 -
2007-08-03 22:38:11 +00:00
mattias
63a8c982ad gtk intf: fixed crash on paste for 64 bit
git-svn-id: trunk@11697 -
2007-07-31 23:13:06 +00:00
mattias
dbdbc446b0 synedit: fixed caret position when searching within tabs and UTF-8 strings
git-svn-id: trunk@11679 -
2007-07-30 17:25:16 +00:00
mattias
2ed9da3c37 synedit: fixed painting codefolding lines in text area
git-svn-id: trunk@11670 -
2007-07-29 14:55:53 +00:00
mattias
85abf3e057 translations: german: updates from Joerg Braun
git-svn-id: trunk@11652 -
2007-07-28 09:38:53 +00:00
sekelsenmat
cb00cac54d Patch from Mattias that fixes SynEdit unicode text selection
git-svn-id: trunk@11651 -
2007-07-28 06:55:28 +00:00
marc
3e9d95ad12 * added and updated translations by Laurent Jacques
git-svn-id: trunk@11530 -
2007-07-16 21:32:53 +00:00
vincents
c3984613f6 synedit: don't show caret, if synedit is not focused, fixes bug #9008
git-svn-id: trunk@11383 -
2007-06-26 13:38:20 +00:00
mattias
0c488faf40 synedit: siabling workaround for scrolling >32k loc: the LCL does not have this winapi limitation
git-svn-id: trunk@11200 -
2007-05-25 10:07:34 +00:00
mattias
efaec13a02 codetools, TSynPasSyn: aded bitpacked keyword
git-svn-id: trunk@11173 -
2007-05-21 10:09:46 +00:00
marc
111a7eaa55 * moved codepageconverter translations to languages dir
* updated brazilian translations by Antonio Galvao

git-svn-id: trunk@11139 -
2007-05-14 22:05:46 +00:00
mattias
8d7812da86 IDE: completion form is now created on demand and the internal double buffer bitmap is resized correct
git-svn-id: trunk@11130 -
2007-05-12 09:39:20 +00:00
mattias
0f2b6b8e44 gtk2 intf: fonts of device contexts are now created on demand
git-svn-id: trunk@11121 -
2007-05-10 08:44:03 +00:00
marc
78584a938d * Update pb translation by Antonio Galvao
git-svn-id: trunk@11096 -
2007-05-07 22:39:48 +00:00
mattias
3012a523fe fixed FPC 2.0 compilation
git-svn-id: trunk@11018 -
2007-04-27 15:06:08 +00:00
mattias
87921a7455 gtk2 intf: reduced notes
git-svn-id: trunk@10948 -
2007-04-15 08:54:04 +00:00
vincents
2b2dcceaac synedit: use registry key constants from registry unit instead of LCLType
git-svn-id: trunk@10902 -
2007-04-06 17:37:01 +00:00
mattias
4eb87534ac synedit: changed TSynPasSyn to use internally PChar instead of String
git-svn-id: trunk@10881 -
2007-04-05 12:27:23 +00:00
vincents
a0cd202e73 regenerated makefiles with fpcmake 2.3.1 to include the -Cg flag for x86_64-linux
git-svn-id: trunk@10844 -
2007-04-01 19:38:53 +00:00
mattias
2327279e54 translations: updated german from Joerg Braun
git-svn-id: trunk@10841 -
2007-04-01 09:27:05 +00:00
vincents
4652c75ba9 synedit: fixed return value of SearchReplace (bug #8470)
git-svn-id: trunk@10827 -
2007-03-29 13:26:37 +00:00
vincents
1810ae2f91 synedit: fixed drawing codefolding [+] and [-] broken by TCanvas.Rectangle change
git-svn-id: trunk@10789 -
2007-03-23 18:56:27 +00:00
mattias
769478772a gtk intf: fixed sending keypress event twice
git-svn-id: trunk@10737 -
2007-03-10 22:38:35 +00:00
mattias
84d5619a1e IDE: source editor using real gutter width, synedit; public GutterWidth property
git-svn-id: trunk@10624 -
2007-02-12 10:43:12 +00:00
vincents
f060c5cd2a SynEdit: fixed firing OnKeyPress event (bug #8250)
git-svn-id: trunk@10557 -
2007-02-01 10:58:13 +00:00
vincents
d85bb5745e updated Indonesian translations from Zaenal Mutaqin
git-svn-id: trunk@10532 -
2007-01-29 20:04:36 +00:00
marc
1f429be860 * new and modified italian translations from Mario Bonati
git-svn-id: trunk@10495 -
2007-01-23 00:19:44 +00:00
mattias
fd99df5372 synedit: fixed cursor movement with Tabs and not eoScrollPastEOL
git-svn-id: trunk@10483 -
2007-01-20 11:44:36 +00:00
vincents
aeae3fdd32 updated polish translations from Paweł (ACD)
git-svn-id: trunk@10443 -
2007-01-14 19:08:59 +00:00
mattias
07cdb27c5d IDE: added Close Project menu item
git-svn-id: trunk@10413 -
2007-01-10 19:28:38 +00:00
mattias
40a2432420 synedit: fixed updating gutter when codefolding ranges changed
git-svn-id: trunk@10412 -
2007-01-10 11:17:02 +00:00
mattias
dbc57f5c29 translation: german updates from Joerg Braun
git-svn-id: trunk@10389 -
2007-01-07 21:13:06 +00:00
vincents
b01374ab2a IDE: added "Insert modified LGPL notice" (#7995)
git-svn-id: trunk@10376 -
2007-01-05 13:19:43 +00:00
mattias
a527f37527 SynEdit: added NoStackFrame to keywords of TSynPasSyn
git-svn-id: trunk@10287 -
2006-12-04 00:51:20 +00:00
vincents
f4f8d20afd update Catalan translation from J.Salvador Pérez
git-svn-id: trunk@10168 -
2006-11-03 19:34:27 +00:00
mattias
fa382552fa updated finnish translation from Seppo
git-svn-id: trunk@10146 -
2006-10-31 17:54:07 +00:00
mattias
5beb7e0377 IDE: added new editor options page for code folding from Graeme
git-svn-id: trunk@10143 -
2006-10-31 13:34:39 +00:00
mattias
44743b499f TSynPasSyn: added keyword otherwise issue #7529
git-svn-id: trunk@10141 -
2006-10-31 12:52:43 +00:00
vincents
d07bdfa776 updated russian translations from Maxim Ganetsky
git-svn-id: trunk@10047 -
2006-10-08 11:30:56 +00:00
mattias
9747f91093 added FontIsMonoSpace
git-svn-id: trunk@10043 -
2006-10-05 21:50:05 +00:00