aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Added lexical class for user defined literals in C++11.Neil2-0/+2
2013-10-18Feature [feature-requests:#1026]. DMAP lexer added.Neil2-0/+26
2013-10-17Feature [feature-requests:#1025]. Support multiline comments in FreeBASIC.Neil2-0/+8
2013-10-08Feature [feature-requests:#1024]. Lexer added for Rust language.Neil2-0/+46
2013-09-30Added FocusIn and FocusOut notification events (SCN_FOCUSIN/SCN_FOCUSOUT) to beNeil2-0/+4
2013-09-16Remove dead code that was a remnant of Carbon support.nyamatongwe1-16/+0
2013-09-10Use C++ struct initialization {} so can drop -Wno-missing-braces setting for ...Neil1-1/+0
2013-09-10Drop warning setting -Wno-missing-braces since this has had no effect since g...Neil1-1/+0
2013-09-05Added SCI_GETPRIMARYSTYLEFROMSTYLE.Neil3-0/+5
2013-09-03Added GetStyleFromSubStyle.Neil3-0/+5
2013-08-21Feature: [feature-requests:#1008]. Lexer added for KVIrc script.Neil2-0/+30
2013-08-20Added PositionRelative to optimize navigation by character.Neil2-0/+5
2013-08-15Feature: [feature-requests:#1007]. Option to allow mouse selection toNeil2-0/+8
2013-07-22Added the character representation feature.Neil2-0/+12
2013-07-01Move non-platform-specific scripts into the scripts directory.Neil2-195/+0
2013-06-29Bug: [#1483]. Split GetRelativePosition into 2 calls one for moving between c...Neil1-1/+2
2013-06-29Include PLAT_TK for implementation on Tk platform.Neil1-0/+6
2013-06-27Bug: [#1483]. Adding StyleContext::GetRelativeCharacter for character-oriente...nyamatongwe1-0/+1
2013-05-24Made methods const where they can be and are logically const as well.nyamatongwe1-10/+10
2013-05-23Feature: [feature-requests:#959]. Added lexer and folder for Structured Text ...nyamatongwe2-0/+42
2013-05-09* Literate Haskell supportkudah2-0/+6
2013-05-15Feature: [feature-requests:#990]. Style added for preprocessor doc comment.nyamatongwe2-0/+2
2013-04-21* Fixed a bug when a dashes-only comment double-counted a line and could hang...kudah2-0/+2
2013-04-24Added automatic folding options.nyamatongwe2-0/+16
2013-04-21Implement commonly needed folding methods based on code from SciTE.nyamatongwe2-0/+24
2013-04-19* Use SCE_HA_COMMENTBLOCK2, SCE_HA_COMMENTBLOCK3kudah2-0/+2
2013-04-16Add indicator INDIC_COMPOSITIONTHICK, a thick low underline, to mimic annyamatongwe2-0/+2
2013-04-12LexPowerShell fixes and improvementsgentoo902-0/+6
2013-04-04Improvements to Haskell Lexer:kudah2-0/+4
2013-04-03Renaming PLAT_NCURSES to PLAT_CURSES as may work on other implementations.nyamatongwe1-4/+4
2013-04-01Feature [#981]. Added autocompletion order property to allow list to be orderednyamatongwe2-0/+16
2013-03-20Add ScrollRange feature.nyamatongwe2-0/+6
2013-02-22Longer name for new errorlist lexer state.nyamatongwe2-2/+2
2013-02-22Define the maximum number of margins in Scintilla.iface.nyamatongwe2-0/+3
2013-02-20Recognise GCC include path diagnostics that appear before an error.nyamatongwe2-0/+2
2013-02-05Add allocation of extended styles.nyamatongwe2-0/+8
2013-01-19Implement provisional category and place Unicode line ends and substyles into...nyamatongwe3-55/+64
2013-01-19Support the three Unicode line ends NEL, LS, and PS in CellBuffer, Document,nyamatongwe2-0/+11
2013-01-19Implement APIs for Unicode line ends and substyles and expose tonyamatongwe2-0/+44
2013-01-19Add methods for Unicode line ends and substyles to IDocument and ILexernyamatongwe1-2/+19
2013-01-10Updated to style hidden commands differently.nyamatongwe2-0/+2
2013-01-01Feature #3592730. Option for caret line to be visible without focus.nyamatongwe2-0/+8
2012-12-28Included definition for Gui4Cli language.nyamatongwe1-0/+1
2012-09-11Don't use old GTK1-style typesystemColomban Wendling1-2/+2
2012-09-08Rewrite the GetText translation (po) lexerColomban Wendling2-0/+14
2012-08-29Move SCI_VCHOMEDISPLAY[EXTEND] from SciLexer range to Scintilla range.nyamatongwe2-9/+9
2012-08-26Add SCI_VCHOMEDISPLAYEXTEND keyboard commandColomban Wendling2-0/+4
2012-08-25Add SCI_VCHOMEDISPLAY keyboard commandColomban Wendling2-0/+5
2012-08-05Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE.nyamatongwe2-0/+2
2012-07-24Add ncurses platform. Rest of the implementation is an external project.nyamatongwe1-0/+5