lazarus/components/synedit
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
..
design new synedit images from wile64 2007-12-19 07:54:06 +00:00
languages updated translations using patch rstconv which adds the CharSet header 2007-12-27 12:03:06 +00:00
allsyneditunits.pp synedit: fixed missing unit 2007-12-16 22:17:43 +00:00
Makefile synedit: added VB highlighter from Nyitrai Péter (#10163) 2007-12-10 19:54:10 +00:00
Makefile.fpc synedit: added VB highlighter from Nyitrai Péter (#10163) 2007-12-10 19:54:10 +00:00
syncompletion.pas IDE: started code help hint window 2007-11-07 17:00:51 +00:00
synedit.inc
synedit.pp Patch from Ales Katona. 2008-01-27 14:10:09 +00:00
syneditautocomplete.pp synedit: fixed mem leak in auto completions 2007-09-20 13:43:01 +00:00
syneditexport.pas
synedithighlighter.pp synedit: fixed codefolding block comparison 2007-08-11 13:08:53 +00:00
syneditkeycmds.pp
syneditlazdsgn.lrs new synedit images from wile64 2007-12-19 07:54:06 +00:00
syneditlazdsgn.pas
syneditmiscclasses.pp synedit: improved gutter space for line numbers 2006-09-26 22:03:52 +00:00
syneditmiscprocs.pp
syneditplugins.pas
syneditregexsearch.pas gtk2 intf: added focus events for combobox, ideintf: textconverter now supports codetool buffers, h2pas wiz: added tool to remove redfinitions, reduced warnings 2007-08-03 22:38:11 +00:00
syneditsearch.pp IDE: implemented find next/previous word occurrence 2006-09-16 14:02:14 +00:00
syneditstrconst.pp
synedittextbuffer.pp synedit: fixed reading files with Mac OS line ending from Equinox (#10037) 2007-10-29 10:25:27 +00:00
synedittypes.pp Patch from Ales Katona. 2008-01-27 14:10:09 +00:00
synexporthtml.pas
synhighlighterany.pas added InvertColor and RGBColor to graphics.pp from Tom Gregorovic 2006-09-14 17:52:26 +00:00
synhighlightercpp.pp gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlightercss.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlighterhashentries.pas
synhighlighterhtml.pp gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlighterjava.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlighterjscript.pas synedit, fix compile for x86_64 2007-12-18 00:07:21 +00:00
synhighlighterlfm.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlightermulti.pas * fixed bug when adding schema (by DiBo33) 2007-12-16 18:08:29 +00:00
synhighlighterpas.pp gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlighterperl.pas
synhighlighterphp.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlighterposition.pas
synhighlighterpython.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlightersql.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlightertex.pas
synhighlighterunixshellscript.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synhighlightervb.pas synedit: added forgotten file 2007-12-11 00:43:12 +00:00
synhighlighterxml.pas gtk intf: fixed crash on paste for 64 bit 2007-07-31 23:13:06 +00:00
synmacrorecorder.pas
synmemo.pas
synregexpr.pas
syntextdrawer.pp some Handle => Reference.Handle replacement in lazarus parts of synedit 2007-12-28 06:05:54 +00:00