aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2004-05-27Fixed behaviour of SetWordChars so characters can be removednyamatongwe3-6/+6
from set of word characters. Implemented by setting any (alphanumeric or '_') characters not in argument to be punctuation.
2004-05-17Patch from Kein-Hong Man to improve handling of '/'.nyamatongwe1-3/+8
2004-05-13Made LineLayout::styles unsigned as slightly safernyamatongwe2-6/+6
if anyone extends to allow 256 styles.
2004-05-11Modifications to selection handling to make copying andnyamatongwe2-9/+22
pasting from/to various encodings work.
2004-05-09Fixed # pre-processor statement inside of comment blocknyamatongwe1-11/+24
would invalidly change the color. Added logic for #include <xyz.au3> to treat the <> as string Added underscore to IsAOperator.
2004-05-04Support from Bruce Dodson for Lua tracebacks.nyamatongwe1-4/+6
2004-05-03Allow backslash quoting in strings when sql.backslash.escapesnyamatongwe1-3/+15
turned on.
2004-05-02Philippe added function for determining if a character is a digit innyamatongwe1-1/+11
bases other than decimal.
2004-05-02Philippe added function for determining if a character is a digit innyamatongwe1-1/+1
bases other than decimal.
2004-05-02Some comments and const modifiers from Philippe.nyamatongwe2-4/+14
2004-05-02Removed some continuation marker variables that are not needed.nyamatongwe1-10/+5
2004-05-02Fix for folding of PHP when braces inside strings.nyamatongwe1-0/+2
2004-04-27Continuation Marker feature from Hans Eckardt.nyamatongwe4-16/+208
2004-04-25// April 21, 2004 - Added Preprosessor Table + Syntax Highlightingnyamatongwe1-42/+129
// Fixed Number highlighting // Changed default isoperator to IsAOperator to have a better match to AutoIt3 // Fixed "#comments_start" -> "#comments-start" // Fixed "#comments_end" -> "#comments-end" // Fixed Sendkeys in Strings when not terminated with } // Added support for Sendkey strings that have second parameter e.g. {UP 5}
2004-04-24Changed check whether growth needed in SString insert andnyamatongwe1-24/+11
append to not grow when new length is 1 less than size.
2004-04-19Fix to line layout cache use. When a line was retrieved fromnyamatongwe1-0/+1
the line layout cache and then replaced with another that mapped to the same cache entry then there could be use of a deleted pointer.
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.nyamatongwe2-0/+646
2004-04-12Folder added by Jos.nyamatongwe1-1/+52
2004-04-12Extra argument validation from Philippe.nyamatongwe1-2/+6
2004-04-12Comments from Philippe.nyamatongwe1-7/+9
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-02String code from Pavol Bosik used by Anjuta.nyamatongwe1-2/+11
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-27Indent white space fix.nyamatongwe1-2/+2
2004-03-27Added AutoIt 3 and APDL lexers.nyamatongwe4-97/+528
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-20Fixed a clash in the line layout cache when caching page and caretnyamatongwe1-2/+6
was reusing a slot already used.
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-08Ensure someStylesProtected is initialised.nyamatongwe1-0/+1
2004-03-04Added startswith and endswith methods to SString.nyamatongwe1-0/+16
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-01Specman language support.nyamatongwe1-0/+286
2004-03-01Specman language support.nyamatongwe1-0/+1
2004-02-29Patch from Bruce to return required allocation size when a NULLnyamatongwe1-9/+24
pointer is used as a stringresult argument.
2004-02-27Patch from Jakub.nyamatongwe1-6/+11
Only show exactly matching functions in calltips. Avoid extra untitled windows when using check.if.already.open.
2004-02-26PHP variables inside strings.nyamatongwe1-3/+16
2004-02-26Bruce moved the constructors from number types out of line.nyamatongwe1-0/+15
2004-02-26Patch to indent to next indent mark rather than to add thenyamatongwe1-1/+2
indent amount.
2004-02-25Patch from Kein-Hong Man to fix bug 901008.nyamatongwe1-1/+3
2004-02-24Fix for problems when char is unsigned.nyamatongwe1-17/+23
2004-02-22Gui4Cli and Kix lexers.nyamatongwe1-0/+309
2004-02-22Gui4Cli and Kix lexers.nyamatongwe1-0/+1
2004-02-22Sorting lists before use as globbing on Linux does not return sorted.nyamatongwe1-0/+5
2004-02-21Kix lexer.nyamatongwe1-0/+1