aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Handle empty pre-edit string.rel-3-5-0Neil1-1/+1
2014-08-09Change log.Neil1-0/+3
2014-08-09Added registry lexer to Cocoa build.Neil Hodgson1-0/+4
2014-08-09Documented SC_MOD_CHANGETABSTOPS.Neil1-1/+14
2014-08-09Added lexer for registry files.Neil5-0/+450
2014-08-09Change log.Neil1-0/+4
2014-08-09Getting ready to release 3.5.0.Neil7-15/+17
2014-08-08Fix leak in ListBox::GetSelection() on GTKColomban Wendling1-2/+4
2014-08-08Change log.Neil1-1/+1
2014-08-08Allow IME to be displayed inline for Korean.Neil1-28/+133
2014-08-08Stop using last argument to AddCharUTF from Korean IME code as previus releaseNeil2-5/+5
2014-08-08Implement explicit tab stops per line.Neil10-4/+290
2014-08-08Remove extra whitespace.Neil1-10/+10
2014-08-06Change log.Neil1-0/+4
2014-08-06Fix the platform scope to work on Linux.Neil1-1/+1
2014-08-06Change log.Neil1-0/+16
2014-08-06Bug [#1635]. Make build on FreeBSD 9.2.Neil1-1/+4
2014-08-06Bug [#1634]. Set qt list icon size to largest icon. Also adds padding on OS X.Neil1-4/+40
2014-08-06Feature [feature-requests:#1065]. Add SCI_* for methods to ScintillaConstants...Neil1-0/+2
2014-08-06Feature [feature-requests:#1064]. Add a get_character method on the document.Neil2-0/+6
2014-08-06Bug [#1633]. Redraw selection after SCI_DELWORDRIGHT.Neil2-0/+6
2014-08-05Create a class to manage pre-edit strings and ensure their resources are freed.Neil1-33/+31
2014-08-05Fix problem where annotations disappeared when SCI_CLEARDOCUMENTSTYLE called.Neil2-0/+4
2014-08-03Made destructor virtual to avoid warnings.Neil1-1/+1
2014-08-01Rust: Slightly refactor/comment the number literal scanning.SiegeLord1-12/+25
2014-08-02Clang warns for register keyword used in system headers so turn off warning.Neil1-1/+1
2014-08-02Change log.Neil1-0/+4
2014-08-01Support transpose character after {} operatorJohn Donoghue1-1/+4
2014-07-30Change log.Neil1-0/+9
2014-07-29Rust: Highlight byte-string literals.SiegeLord3-22/+48
2014-07-29Rust: Allow escaping naked CR in strings.SiegeLord1-1/+1
2014-07-29Rust: Update hashbang comment syntax.SiegeLord1-1/+1
2014-07-30Ruby: fix theoretical missing assignment and remove dead oneColomban Wendling1-1/+1
2014-07-29Allow identifier suffix = in Ruby symbol literalsColomban Wendling1-1/+6
2014-07-29Allow global/class/instance variables as Ruby symbol literalsColomban Wendling1-0/+25
2014-07-29Bug [#1627]. Allow FIDs as Ruby symbol literalsColomban Wendling1-1/+5
2014-07-30Removed NotifyChar tha is not needed from new Korean IME code and use correctNeil1-6/+2
2014-07-29Fixing previous change for mako to be type-safe.Neil1-1/+1
2014-07-26Bug [#1622]. Don't crash with ## comments in Mako.Neil1-1/+7
2014-07-24Fix section end.Neil1-1/+1
2014-07-24Ensure all fields initialised in constructor.Neil2-11/+7
2014-07-24Using separate variable imeCaretBlockOverride for IME mode instead of changingNeil4-16/+8
2014-07-24Mark const methods const.Neil3-3/+3
2014-07-24Remove line end whitespace.Neil2-2/+2
2014-07-24Remove false shadowing between local variables and enum values.Neil1-48/+48
2014-07-24Feature [feature-requests:#1059]. Disable -Wshadow warnings for lexers.Neil1-0/+5
2014-07-23Avoid shadowed names mostly in method prototypes. Turn off shadowNeil7-23/+23
2014-07-23Add PerLine.h to the header order.Neil1-0/+1
2014-07-23Limit and simplify variable lifetimes used in the IME code.Neil1-8/+4
2014-07-22Merged with GTK+ change.Neil1-0/+4