aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2011-06-15Fix colours appearing wrong on some systems.nyamatongwe1-8/+2
2011-06-14Ensure SurfaceImpl fully initialised. Fixes bad line height in 64-bit mode.nyamatongwe1-1/+11
2011-06-14Fix edge line display on wrapped lines. Bug #3314807.Marko Njezic1-0/+2
2011-06-14Add SCI_SETEMPTYSELECTION. Feature #3314877.nyamatongwe4-1/+13
From Marko Njezic.
2011-06-13Added Identifier property.nyamatongwe6-25/+67
2011-06-13Moved marginOptions from ViewStyle to Editor as it is a behavioural option.nyamatongwe4-7/+6
2011-06-10Add an option to control how wrapped lines are selected when clicking on margin.Marko Njezic6-2/+37
2011-06-10Windows headers are system headers so use angle brackets.nyamatongwe2-2/+2
2011-06-09Group inserted spaces in virtual space together with deletion. Bug #3159691.Marko Njezic1-1/+7
2011-06-08Fix regex search on the last line of search rangeMarko Njezic1-2/+3
when search pattern ends with escaped $ modifier. Bug #3313746.
2011-06-07Make auto scrolling word wrap aware. Bug #3312763.Marko Njezic1-6/+2
2011-06-09Improved version of change set 3704. Bug #3312763.nyamatongwe2-25/+56
Make line selection word wrap aware but leave triple-click as selecting document line. From Marko Njezic.
2011-06-08Initialize visblePolicy and visibleSlop to fix bug #3303406.nyamatongwe1-0/+3
2011-06-07Call HiddenLines() only when needed.Marko Njezic1-1/+1
2011-06-06Fix line selection of wrapped lines. Bug #3312763.Marko Njezic2-25/+25
2011-06-07Testing RunStyles::AllSame and RunStyles::AllSameAs.nyamatongwe1-0/+18
2011-06-07Add tests for bug found in #3291579 and for new RunStyles::Findnyamatongwe2-0/+119
and ContractionState::HiddenLines methods.
2011-06-07Add Find method on RunStyles.nyamatongwe2-0/+16
2011-06-07Fix bug with extra partition created when range filled.nyamatongwe1-0/+2
2011-06-07Add accessor to RunStyles for number of runs so Decoration can use public API.nyamatongwe3-4/+9
Make RunStyles internal methods private. RunFromPosition is const so marker as const.
2011-06-07Make SCN_NEEDSHOWN notification work when word wrap is enabled.nyamatongwe5-1/+23
This fixes the last remaining issue from bug #3291579. From Marko Njezic
2011-06-06Fix problem compiling on wxWidgets. Bug #3306156.nyamatongwe3-0/+7
From Morten MacFly.
2011-06-05Implement SCI_GRABFOCUS.nyamatongwe1-3/+3
2011-06-05Hide horizontal scrollbar in wrap mode.nyamatongwe1-1/+2
2011-06-05Respond to window deactivation by hiding caret.nyamatongwe3-17/+36
2011-06-05Comment typo.nyamatongwe1-1/+1
2011-06-05Cache surface resolution as it is slow and is callednyamatongwe2-3/+9
for every font creation.
2011-06-05Cocoa implementation of calltips.nyamatongwe4-248/+93
2011-06-05Stop fonts leaking. Bug #3306156.nyamatongwe1-0/+1
From Marko Njezic.
2011-06-04Store codePage on Surface.nyamatongwe1-0/+1
2011-06-04Added EncodingFromCharacterSet for ScintillaCocoa case folding.nyamatongwe2-3/+62
2011-06-04Added encoding-sensitive case folding.nyamatongwe2-7/+147
2011-06-04Removed files for list box that are no longer used.nyamatongwe2-174/+0
2011-06-04Formatting.nyamatongwe1-2/+1
2011-06-04Fixed compilation failure retrieving NSFont* from Font.nyamatongwe1-1/+2
2011-06-04Included DBCS support.nyamatongwe1-1/+24
2011-06-04Reimplemented Window and ListBox classes to make autocompletion work.nyamatongwe1-587/+521
2011-06-03Fix problem with typing over multiple consecutive selections. Bug #3309906.Marko Njezic1-14/+27
2011-06-02Adding dashed and dotted indicators.nyamatongwe1-0/+17
2011-06-02Added new indicators: dashed and dotted underlines.nyamatongwe3-0/+18
2011-06-02Fix warnings from an ignored modifier and character indices.nyamatongwe1-3/+3
2011-06-02Avoid warnings due to incomplete initialization.nyamatongwe1-2/+2
2011-05-27Fix last warning.nyamatongwe1-1/+0
2011-05-27Avoid warning.nyamatongwe1-0/+2
2011-05-27IME fixed to avoid inserting keys that are part of a character.nyamatongwe1-7/+19
Allows for either NSString or NSAttributedString. From Mike Schroeder of Adobe.
2011-05-27Expose registerNotifyCallback on ScintillaView class.nyamatongwe2-0/+13
From Elizabeth Irizarry of Adobe.
2011-05-26Credits.nyamatongwe1-0/+4
2011-05-26Project files target 64-bit as well as 32-bit architectures.nyamatongwe2-0/+4
2011-05-26Made 64-bit type safe.nyamatongwe1-1/+1
2011-05-26List box doesn't work on Cocoa and stops 64-bit building so disable its codenyamatongwe1-0/+10