Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-19 | Handle nested delimiter pairs. Feature #3569352. | nyamatongwe | 1 | -7/+124 | |
Bugs #1515556, #3008483, #3512208, #3515392. From Kein-Hong Man. | |||||
2012-09-16 | Fix multiple issues with Bash lexing and folding. Bug #3526563. | nyamatongwe | 1 | -5/+20 | |
From Kein-Hong Man. - fixed SCE_PL_DEFAULT constant reported by Matthew Brush - backtracks to previous line if necessary to resolve refresh issues for multiline segments (this SF bug 3526563) - properly refreshes HERE document body and code following it when HERE delimiter is changed - HERE delimiter with no ending quote is properly highlighted as an error, this did not previously work - leading spaces highlighted properly in quoted HERE delimiters - recognizes '' and "" HERE delimiters to match blank lines | |||||
2012-09-15 | Fix bad folding block when LOOP statement nested into CASE statement. | Jerome LAFORGE | 1 | -2/+3 | |
Bug #3567905. | |||||
2012-09-14 | Recognize Ruby HereDoc after an instance or class variable | Colomban Wendling | 1 | -1/+6 | |
This fixes highlighting HereDoc in constructs like this: @foo.concat <<END ... END | |||||
2012-09-13 | Fix folding of "for" Ruby loops | Colomban Wendling | 1 | -2/+5 | |
The "for" loops can end with a "do" keyword, and this "do" shouldn't start its own scope. | |||||
2012-09-14 | Added LexPO to Cocoa build. | nyamatongwe | 1 | -0/+4 | |
2012-09-13 | Remove duplicated branch in PO lexer | Colomban Wendling | 1 | -2/+1 | |
2012-09-13 | Move PO lexer out of LexOthers | Colomban Wendling | 5 | -113/+157 | |
2012-09-11 | Don't use old GTK1-style typesystem | Colomban Wendling | 1 | -2/+2 | |
This fixes the SCINTILLA_CLASS() and IS_SCINTILLA() macros on GTK3. No harm on GTK2, those macros are available since 2.0. This also makes those macros more consistent with the SCINTILLA() macro that already uses the proper GObject calls. | |||||
2012-09-12 | Merged with Cocoa fix. | nyamatongwe | 1 | -1/+0 | |
2012-09-12 | Fix bug where removing all characters from indicator at end of document did | nyamatongwe | 3 | -0/+65 | |
not remove that run causing iteration over the indicator to hang. | |||||
2012-09-08 | Rewrite the GetText translation (po) lexer | Colomban Wendling | 3 | -66/+119 | |
The old one had a few bugs and was somewhat limited, this one should hopefully fix the issues. The new one should behave like the old one but adding some more styles and following better the file format. | |||||
2012-09-08 | Fix extra release of info bar. | nyamatongwe | 1 | -1/+0 | |
2012-09-06 | Stop setting the save point from calls that should only be reading. | nyamatongwe | 1 | -2/+0 | |
2012-09-05 | Fix crashes on Ubuntu with GTK+3 where scroll bar changes invalidate the | nyamatongwe | 2 | -0/+6 | |
drawing surface. | |||||
2012-09-04 | Cache the CaseFolder object between FindText calls so that finding many ↵ | nyamatongwe | 3 | -28/+42 | |
instances of a common string in the document doesn't spend excessive time constructing case folder objects. | |||||
2012-09-04 | Don't treat '//' in include path as comment start. Bug #3519260. | nyamatongwe | 1 | -3/+8 | |
From Sakshi Verma. | |||||
2012-08-31 | Added tag rel-3-2-2 for changeset 183c117293e7 | nyamatongwe | 1 | -0/+1 | |
2012-08-29 | Move SCI_VCHOMEDISPLAY[EXTEND] from SciLexer range to Scintilla range. | nyamatongwe | 2 | -9/+9 | |
2012-08-27 | Readying 3.2.2. | nyamatongwe | 2 | -2/+107 | |
2012-08-27 | Incrementing version number for 3.2.2. | nyamatongwe | 7 | -13/+22 | |
2012-08-26 | Add SCI_VCHOMEDISPLAYEXTEND keyboard command | Colomban Wendling | 4 | -0/+18 | |
This is like SCI_VCHOMEDISPLAY but extending the selection. | |||||
2012-08-26 | Add SCI_VCHOMEDISPLAY keyboard command | nyamatongwe | 1 | -0/+2 | |
2012-08-25 | Add SCI_VCHOMEDISPLAY keyboard command | Colomban Wendling | 3 | -0/+17 | |
This works like SCI_HOMEDISPLAY but goes to the first visible character if on a logical line, like does SCI_VCHOME. This command makes it possible to use display-line-aware commands while keeping the "smart home" feature. | |||||
2012-08-25 | Long XML script tag correctly lexed. Bug #3534190. | nyamatongwe | 2 | -1/+3 | |
From Sakshi Verma. | |||||
2012-08-24 | Ensure abandoned paints cover full area by using NSView display instead of ↵ | nyamatongwe | 3 | -14/+11 | |
trying to draw more within initial drawing context. | |||||
2012-08-23 | Initialize strings to avoid warnings from Clang Analyze. | nyamatongwe | 2 | -2/+2 | |
2012-08-18 | Added reference to Scinterm. | nyamatongwe | 1 | -0/+4 | |
2012-08-17 | Ensure variable NUL terminated and limit its scope. | nyamatongwe | 1 | -1/+1 | |
Avoids warning from Visual C++ code analysis. | |||||
2012-08-14 | Drop notifications so not sent after ScintillaView freed. | nyamatongwe | 1 | -0/+1 | |
2012-08-14 | Break reference cycle between ScintillaView and its InnerView. | nyamatongwe | 1 | -1/+1 | |
2012-08-05 | Avoid poor drawing at right of INDIC_SQUIGGLE. | nyamatongwe | 1 | -7/+13 | |
2012-08-05 | Align INDIC_DOTBOX to pixel grid for full intensity. | nyamatongwe | 1 | -3/+2 | |
2012-08-05 | Add INDIC_SQUIGGLEPIXMAP as a faster version of INDIC_SQUIGGLE. | nyamatongwe | 4 | -0/+37 | |
Based on work by Matthew Brush and Lex Trottman. | |||||
2012-07-29 | Decrease sensitivity of pinch-zoom. From Chinh Nguyen. | nyamatongwe | 3 | -7/+15 | |
2012-07-29 | Updated Base SDK to 10.7 so builds with standard Xcode 4.4. | nyamatongwe | 2 | -6/+8 | |
2012-07-29 | Extra checks to stop Clang analyze warnings. | nyamatongwe | 1 | -8/+10 | |
2012-07-25 | Limit horizontal touch scrolling to existing established width. | nyamatongwe | 1 | -1/+4 | |
2012-07-24 | Add ncurses platform. Rest of the implementation is an external project. | nyamatongwe | 8 | -13/+34 | |
From Mitchell Foral. | |||||
2012-07-21 | Add extra argument to RGBAImage constructor. | Neil Hodgson | 2 | -2/+2 | |
2012-07-21 | Scale factor implemented for RGBAImages to allow for high definition markers ↵ | nyamatongwe | 11 | -16/+36 | |
on retina displays. | |||||
2012-07-21 | Avoid problems when calltip highlight range is negative. Bug #3545938. | nyamatongwe | 1 | -1/+1 | |
2012-07-20 | Fix text size on retina display by not scaling by device resolution. | nyamatongwe | 1 | -10/+6 | |
2012-07-18 | Check GlobalLock return for success. | nyamatongwe | 1 | -21/+23 | |
2012-07-18 | strncat was being used with incorrect length argument. Result is always | nyamatongwe | 1 | -3/+3 | |
safely limited so use strcat instead. | |||||
2012-07-17 | Remove debug statements. | nyamatongwe | 1 | -5/+0 | |
2012-07-17 | Refine checking for Direct2D and DirectWrite by using NTDDI_WIN7 to indicate | nyamatongwe | 4 | -2/+10 | |
a recent SDK and allow disabling Direct2D by defining DISABLE_D2D. Run a test compile of a file that includes these headers and use compilation failure to disable Direct2D. | |||||
2012-07-17 | Use byte strings to make work with Python 3.2 on Windows 2000. | nyamatongwe | 1 | -7/+7 | |
2012-07-17 | Avoid loss of precision warnings from Borland. | nyamatongwe | 2 | -8/+8 | |
2012-07-17 | MultiMon.h can cause multiple definition problems when Scintilla is ↵ | nyamatongwe | 3 | -63/+69 | |
statically linked. Avoid these issues and ensure compatibility with NT 4 by not including MultiMon.h and dynamically linking to the monitor APIs when available. If not available use the single monitor work area to define the available area. |