index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
RunStyles.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-24
Made methods const where they can be and are logically const as well.
nyamatongwe
1
-4
/
+4
2013-04-15
Existing code fills 0 length ranges and ranges after document end so simply
nyamatongwe
1
-2
/
+2
2013-04-15
RunStyles can be corrupted by filling 0 length ranges and ranges that go past...
nyamatongwe
1
-0
/
+36
2012-09-12
Fix bug where removing all characters from indicator at end of document did
nyamatongwe
1
-0
/
+1
2011-06-07
Add Find method on RunStyles.
nyamatongwe
1
-0
/
+15
2011-06-07
Fix bug with extra partition created when range filled.
nyamatongwe
1
-0
/
+2
2011-06-07
Add accessor to RunStyles for number of runs so Decoration can use public API.
nyamatongwe
1
-1
/
+5
2011-06-07
Make SCN_NEEDSHOWN notification work when word wrap is enabled.
nyamatongwe
1
-0
/
+11
2010-12-30
Avoid redraws when setting an indicator over positions where it is already set.
nyamatongwe
1
-1
/
+3
2008-01-19
Made som emethods const.
nyamatongwe
1
-2
/
+2
2007-07-25
Changed ContractionState data structure to be more efficient by not only
nyamatongwe
1
-0
/
+5
2007-06-12
Fixed bug where setting the same range twice to the same value resulted
nyamatongwe
1
-7
/
+9
2007-06-09
Fixed bug when setting a range where the start of the range was already a
nyamatongwe
1
-3
/
+5
2007-06-01
integrate OS X support for scintilla. a big patch with a little commit messa...
scaraveo
1
-0
/
+4
2007-04-19
Optimized indicator changing with separate SC_MOD_CHANGEINDICATOR
nyamatongwe
1
-18
/
+27
2007-04-07
More decoration code, with modifications reported from document to views
nyamatongwe
1
-3
/
+10
2007-04-05
New files that implement decorations.
nyamatongwe
1
-0
/
+187