aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2004-04-17Fix copy of ASCII text to clipboard.nyamatongwe1-3/+5
2004-04-17Patch from John Ehresman to allow clipboard to live beyondnyamatongwe1-73/+160
life of Scintilla widget and to remember character set of selections so they can be converted.
2004-04-16Patch from John Ehresman to add character set to selections.nyamatongwe2-9/+12
2004-04-14Patch from Trent Mick.nyamatongwe1-1/+3
Prevent autocompletion from deleting prefix when actioned with no choice selected. Cancel autocompletion when backspacing beyond the start position rather than to the start position.
2004-04-14Minor formatting edits from Philippe.nyamatongwe1-6/+7
2004-04-12Added lexer for bash and sh from Kein-Hong Man.nyamatongwe9-14/+701
2004-04-12Folder added by Jos.nyamatongwe1-1/+52
2004-04-12SString::operator= more compatible with embedded \0 bytes.nyamatongwe1-2/+3
2004-04-12Extra argument validation from Philippe.nyamatongwe1-2/+6
2004-04-12Comments from Philippe.nyamatongwe1-7/+9
2004-04-07Ensure marshaller compiled when no GTK+ version specified.nyamatongwe1-0/+1
2004-04-07Patch from John Ehresman to avoid extra drawing of backgroundnyamatongwe1-1/+19
which can be slow especially with some themes.
2004-04-07Patch from John Ehresman to allow compilation for GTK+ 2nyamatongwe1-7/+30
on Windows.
2004-04-06SCI_SETTEXT made a single undo action.nyamatongwe1-2/+4
2004-04-05Patch from Kein-Hong Man:nyamatongwe1-6/+54
- fixed / interpretation following -> style variables/objects - fixed ->y type cases where lexer sees regex-type blocks
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe3-0/+108
work on AMD 64 where sizeof(int) != sizeof(void *).
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe2-5/+11
work on AMD 64 where sizeof(int) != sizeof(void *).
2004-04-04Creditnyamatongwe1-0/+1
2004-04-02String code from Pavol Bosik used by Anjuta.nyamatongwe3-2/+29
2004-04-02Patch from Pavol Bosik to ensure calltips stay on screen.nyamatongwe2-2/+15
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe1-1/+2
font rendering to allow a platform-specific tweak.
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe4-10/+13
font rendering to allow a platform-specific tweak.
2004-03-29Patch from Robin Dunn to pass an extra flag down tonyamatongwe2-4/+6
font rendering to allow a platform-specific tweak.
2004-03-27Indent white space fix.nyamatongwe1-2/+2
2004-03-27Credits.nyamatongwe1-0/+3
2004-03-27Added AutoIt 3 and APDL lexers.nyamatongwe12-106/+609
MSSQL lexer entended with STORED_PROCEDURE, DEFAULT_PREF_DATATYPE, and COLUMN_NAME_2 style classes.
2004-03-27Fixed bug when wrapping and undo removes all text innyamatongwe1-1/+7
document.
2004-03-21Avoid compiler warning.nyamatongwe1-0/+7
2004-03-21Copy DBCS text to be drawn or measured into another buffernyamatongwe1-3/+15
so that is can be \0 terminated. Previously read beyond end of text segment. When mblen returns -1 to say byte is not part of DBCS string, convert to 1 so loop does not run over.
2004-03-20Fixed a clash in the line layout cache when caching page and caretnyamatongwe1-2/+6
was reusing a slot already used.
2004-03-19Added MFC wrapper link.nyamatongwe1-0/+4
2004-03-19Patch from Bruce Dodson for diff/patch files improves lexer andnyamatongwe1-6/+56
adds folder.
2004-03-19Patch from John Ehresman to prevent a hang when called to lex for 1nyamatongwe1-2/+1
character from the start of a multi-character string start.
2004-03-17Credit.nyamatongwe1-1/+1
2004-03-15Credit.nyamatongwe1-0/+1
2004-03-10PropSet can not be copied so made explicit with private copynyamatongwe1-0/+5
constructor and operator=.
2004-03-09Added missing lexers.ssteele1-0/+12
2004-03-08Ensure someStylesProtected is initialised.nyamatongwe1-0/+1
2004-03-07Fixed primary selection copy to self.nyamatongwe1-1/+1
2004-03-06Patch from John Ehresman to avoid unwanted sorting of autocompletion lists.nyamatongwe1-3/+0
2004-03-06Now passes the w3c validator.nyamatongwe1-2/+2
2004-03-06Link fixup.nyamatongwe1-3/+3
2004-03-06Fixing broken links.nyamatongwe4-35/+35
2004-03-04Added startswith and endswith methods to SString.nyamatongwe2-1/+19
2004-03-04Patch from Philippe to make decoding safer.nyamatongwe1-4/+23
2004-03-02Patches from Jakub for PHP complex variables and here docs.nyamatongwe1-5/+36
2004-03-02PyCrash.nyamatongwe1-0/+4
2004-03-01Specman language support.nyamatongwe3-1/+8
2004-03-01Specman language support.nyamatongwe1-0/+286
2004-03-01Specman language support.nyamatongwe5-2/+43