Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-09 | Change log. | nyamatongwe | 1 | -0/+4 | |
2013-04-09 | With DirectWrite, text was drawn at different vertical positions depending ↵ | nyamatongwe | 1 | -0/+6 | |
on which other characters were draw in the same call. Switching to DWRITE_LINE_SPACING_METHOD_UNIFORM fixed this. | |||||
2013-04-09 | Haskell lexer | kudah | 1 | -56/+203 | |
* Fixed line counting * Fixed string escaping * Pragmas ending at start of the line are rejected (GHC only accepts pragmas with the end indented further) * Copied Python's Folder | |||||
2013-04-07 | Fixed few things in haskell lexer | kudah | 1 | -25/+87 | |
* MagicHash now applies to literals. * MagicHash is now only allowed at the end of identifier. * SafeHaskell imports are now highlighted (lexer.haskell.import.safe) * TemplateHaskell quoted names are now highlighted * Constructors promoted to types are now highlighted * Promoted tuples, lists, and operator constructors are now highlighted. * Qualified constructor are now properly highlighted as constructors, not operators. * Capital and qualified names in import lists are now properly highlighted. * A.$b is not properly highlighted as an operator and an identifier, not just operator. * String and preprocessor continuations now work with CRLF. | |||||
2013-04-09 | Merged Cocoa composition fix. | nyamatongwe | 3 | -1/+22 | |
2013-04-09 | Updates to history. | nyamatongwe | 1 | -0/+6 | |
2013-04-09 | Slightly better behaviour for regular expression search in DBCS: ensure end of | nyamatongwe | 1 | -0/+2 | |
match range is not in the middle of a character. | |||||
2013-04-09 | Updating for 3.3.1. | nyamatongwe | 7 | -12/+33 | |
2013-04-09 | Automate updating download links in script. | nyamatongwe | 1 | -0/+19 | |
2013-04-09 | Fix problems with input composition that could stop undo working. | nyamatongwe | 3 | -1/+22 | |
2013-04-06 | Removed references to Carbon platform which is no longer supported. | nyamatongwe | 1 | -4/+2 | |
2013-04-05 | Replacing system calls for determining DBCS character width with own ↵ | nyamatongwe | 1 | -4/+32 | |
implementation to be same as other platforms and allow optimization. | |||||
2013-04-05 | Using character set for DirectWrite text so that Russian and similar | nyamatongwe | 2 | -29/+60 | |
8-bit files display correctly. | |||||
2013-04-05 | Added tests for Ruby and Perl lexers. | nyamatongwe | 5 | -0/+28 | |
2013-04-05 | Fix crash in 64-bit builds due to unsigned underflow. | nyamatongwe | 1 | -1/+1 | |
2013-04-05 | Added test for Lua lexer. | nyamatongwe | 3 | -2/+20 | |
2013-04-05 | Extend apparent length of document by one NUL byte when lexing as this makes | nyamatongwe | 1 | -11/+15 | |
it easier to style end of document correctly. | |||||
2013-04-05 | Made unit test framework code 64-bit compatible. | nyamatongwe | 1 | -19/+38 | |
2013-04-05 | Extraneous space. | nyamatongwe | 1 | -1/+1 | |
2013-04-05 | Credit and change log for previous commit. | nyamatongwe | 1 | -0/+7 | |
2013-04-04 | Improvements to Haskell Lexer: | kudah | 3 | -142/+213 | |
* Added support for MagicHash extension (lexer.haskell.allow.hash) * $ and # are now colored as operators. * .0 and -0 are now properly colored as operator and a number, not as just number. * Operators starting with double dash (e.g ---->) are properly colored as operators, not comments. * Added pragma highlighting. * Added basic C-preprocessor highlighting. * Qualified names (e.g. ABC.xyz) are now properly highlighted as identifiers, not types. * Qualified operators (e.g. ABC.<$>) are now properly highlighted as operators. * Operator . is now properly highlighted as an operator, not part of the identifier, when applied to a qualified and an unqualified value (e.g. Abc.xyz.yzx <- last one is an operator) * Operators starting with ':' are now properly highlighted as type constructors, not operators. * family after data is highlighted, as per TypeFamilies. | |||||
2013-04-03 | Renaming PLAT_NCURSES to PLAT_CURSES as may work on other implementations. | nyamatongwe | 2 | -4/+7 | |
2013-04-03 | Feature [#1414]. MATLAB/Octave style block comments. | nyamatongwe | 2 | -10/+86 | |
From John Donoghue. | |||||
2013-04-02 | Added tag scitex-3-3-0 for changeset 5f9c0934513b | nyamatongwe | 1 | -0/+1 | |
2013-04-02 | Fix calltip position for Cocoa using ScrollView. | nyamatongwe | 1 | -0/+5 | |
2013-04-02 | Fix autocompletion position for Cocoa using ScrollView. | nyamatongwe | 1 | -0/+5 | |
2013-04-02 | Fix automatic scrolling on Cocoa. | nyamatongwe | 2 | -2/+4 | |
2013-04-01 | Extract effect of choosing an autocompletion entry so it can be reused for both | nyamatongwe | 2 | -18/+12 | |
user choice and single element list automatic insertion. | |||||
2013-04-01 | Variables not reused so should not be static. | nyamatongwe | 1 | -4/+2 | |
2013-04-01 | Variable not needed. | nyamatongwe | 1 | -3/+1 | |
2013-04-01 | Reduce scope of variable. | nyamatongwe | 1 | -2/+1 | |
2013-04-01 | Feature [#981]. Added autocompletion order property to allow list to be ordered | nyamatongwe | 6 | -11/+160 | |
according to container preference but still allowing selection by typing. From Alpha. | |||||
2013-03-30 | Added tag rel-3-3-0 for changeset 04c9afc26342 | nyamatongwe | 1 | -0/+1 | |
2013-03-27 | Item order and spelling. | nyamatongwe | 1 | -21/+21 | |
2013-03-27 | Updates for version 3.3.0. | nyamatongwe | 7 | -18/+62 | |
2013-03-27 | Spelling in comments. | nyamatongwe | 1 | -2/+2 | |
2013-03-26 | Detect resizes on the ScintillaView so that text is rewrapped. | nyamatongwe | 1 | -1/+4 | |
2013-03-24 | Fixed painting of margin view when lines wrapped inside paint of text view. | nyamatongwe | 1 | -0/+5 | |
2013-03-24 | Extra cast to avoid warning from g++ 4.8. | nyamatongwe | 1 | -1/+1 | |
2013-03-20 | Add ScrollRange feature. | nyamatongwe | 5 | -11/+73 | |
2013-03-18 | Bug: [#1454]. Reject raw strings when character after " is in " )\\\t\v\f\n". | nyamatongwe | 1 | -1/+3 | |
See C++11 standard 2.14.5 String literals. | |||||
2013-03-18 | Bug: [#1455]. Fix unfolding when new line inserted. | nyamatongwe | 1 | -0/+5 | |
2013-03-16 | Fix margin drawing with Cocoa when always-visible scrollbars turned on. | nyamatongwe | 1 | -1/+3 | |
2013-03-16 | Bug: [#1453]. Make subsequent tab markers visible on GTK+. | nyamatongwe | 1 | -6/+3 | |
Patch from Mark Yen at ActiveState with code simplified by Neil. | |||||
2013-03-16 | Updated issue tracker links. | nyamatongwe | 1 | -2/+2 | |
2013-03-15 | Use an NSScrollView on Cocoa for kinetic scrolling and hiding scrollbars ↵ | nyamatongwe | 8 | -410/+477 | |
unless wanted. Also affects platform-independent code. | |||||
2013-03-15 | Added type safety by using InnerView where applicable instead of generic NSView. | nyamatongwe | 2 | -6/+7 | |
2013-03-15 | Ensure all fields initialised. | nyamatongwe | 1 | -5/+9 | |
2013-03-15 | Remove dead code. | nyamatongwe | 2 | -11/+0 | |
2013-03-15 | Removed owner property as it is not used. | nyamatongwe | 2 | -5/+0 | |