Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-07 | Typo. | nyamatongwe | 1 | -6/+6 | |
2007-07-07 | Allows the popup to be displayed below as long as it can fit on the monitor | nyamatongwe | 5 | -8/+71 | |
the cursor is on rather than flipping up above the current point when near bottom of window. Implemented for GTK+ by John Ehresman. Partial Windows implementation #ifdefed out because it uses calls unavailable on Windows 95. | |||||
2007-07-06 | Added some users of Scintilla. | nyamatongwe | 1 | -0/+9 | |
2007-07-05 | lexer.errorlist.value.separate styles location and matched text separately | nyamatongwe | 3 | -5/+17 | |
for Find in Files command. | |||||
2007-07-05 | Keywords work with characters > 0x79. | nyamatongwe | 1 | -1/+1 | |
2007-07-05 | Credits. | nyamatongwe | 1 | -0/+3 | |
2007-07-05 | Moved expansion and contraction of decorators from Editor to Document | nyamatongwe | 2 | -2/+5 | |
as its slightly better modularity. | |||||
2007-07-04 | Use gtk_clipboard_set_can_store so copied text can be pasted after | nyamatongwe | 1 | -18/+15 | |
application exit. | |||||
2007-07-03 | Changed #ifdef PLAT_MACOSX to #if PLAT_MACOSX as PLAT_MACOSX is always | nyamatongwe | 1 | -4/+4 | |
defined but is 0 on other platforms. | |||||
2007-07-02 | Scroll width tracking feature. | nyamatongwe | 5 | -2/+38 | |
2007-06-30 | Support for Abaqus language added by Sergio Lucato. | nyamatongwe | 12 | -30/+335 | |
2007-06-30 | Folding added by Sergio Lucato. | nyamatongwe | 1 | -1/+118 | |
2007-06-29 | Removed OS X specific WaitMouseMoved call since the generic code no longer | nyamatongwe | 3 | -76/+58 | |
starts a drag unless the mouse moves. | |||||
2007-06-25 | Allow use of all 8 bits for lexical styles and LexHTML set to use 8 buts. | nyamatongwe | 4 | -16/+16 | |
2007-06-24 | Make the styles array variable length so it can be increased to 256 entries | nyamatongwe | 5 | -151/+153 | |
without always taking 24K. | |||||
2007-06-23 | Fixed indentation. | nyamatongwe | 1 | -21/+21 | |
2007-06-23 | Fixes for bug #1732146, Armenian input on Windows by registering the | nyamatongwe | 2 | -33/+46 | |
Scintilla windows class as wide and using GetMessageW/DispatchMessageW in the SciTE event loop. | |||||
2007-06-22 | Credits. | nyamatongwe | 1 | -0/+1 | |
2007-06-22 | Folding added by instanton. | nyamatongwe | 2 | -5/+303 | |
2007-06-22 | Changed decorator style to just cover the decorator name. | nyamatongwe | 1 | -3/+1 | |
2007-06-20 | Fixed spelling, bad styles and date. | nyamatongwe | 1 | -5/+5 | |
2007-06-18 | Fixed date. | nyamatongwe | 1 | -1/+1 | |
2007-06-17 | More updates for 1.74. | nyamatongwe | 1 | -0/+10 | |
2007-06-17 | Made contributors list multi-column to use less space. | nyamatongwe | 2 | -207/+269 | |
Updated links and dates. | |||||
2007-06-17 | Added warning about limited regular expression support. | nyamatongwe | 1 | -0/+4 | |
2007-06-15 | Correctly measure widths of Latin1 characters that take 2 bytes in UTF-8. | nyamatongwe | 1 | -6/+16 | |
2007-06-15 | Ligatures. | nyamatongwe | 1 | -0/+3 | |
2007-06-15 | Updated download sizes. | nyamatongwe | 1 | -2/+2 | |
2007-06-15 | Updated for 1.74. | nyamatongwe | 1 | -2/+11 | |
2007-06-15 | Lua 5.1 and scripting additions. | nyamatongwe | 1 | -0/+6 | |
2007-06-15 | Documentation for indicator feature. | nyamatongwe | 1 | -0/+21 | |
2007-06-14 | Handle positioning for ligatures like fi and fl better. Pango treats these | nyamatongwe | 1 | -3/+13 | |
as one cluster so the width of the cluster is spread amongst the bytes. | |||||
2007-06-14 | Fixing position cache size setting and documenting the position cache. | nyamatongwe | 2 | -1/+9 | |
2007-06-13 | periods were incorrectly classified as word characters (i.e., part of ↵ | mjroberts | 1 | -688/+688 | |
identifiers); they no longer are | |||||
2007-06-12 | Added some basic colours so can see that styling is being done. | nyamatongwe | 1 | -225/+255 | |
2007-06-12 | Updated download sizes. | nyamatongwe | 1 | -2/+2 | |
2007-06-12 | Store OS X files in zips. | nyamatongwe | 1 | -1/+1 | |
2007-06-12 | Updated blurb. | nyamatongwe | 1 | -2/+3 | |
2007-06-12 | Added changed items for 1.74. | nyamatongwe | 1 | -0/+75 | |
2007-06-12 | Updates for 1.74 | nyamatongwe | 2 | -8/+14 | |
2007-06-12 | Updating for 1.74 and credit. | nyamatongwe | 3 | -5/+6 | |
2007-06-12 | PL/M and Progress lexers added. | nyamatongwe | 12 | -10/+597 | |
2007-06-12 | Protection from calling GTK+ 2 functions on GTK+ 1. | nyamatongwe | 1 | -0/+2 | |
2007-06-12 | Fixed bug where setting the same range twice to the same value resulted | nyamatongwe | 1 | -7/+9 | |
in rest of document being set. | |||||
2007-06-10 | Patch from Enrico Tröger to default caret blink rate to GTK+ defaults. | nyamatongwe | 1 | -0/+18 | |
2007-06-09 | Fixed bug when setting a range where the start of the range was already a | nyamatongwe | 1 | -3/+5 | |
run start. | |||||
2007-06-07 | Patch from Kein-Hong Man fixes a CRLF glitch in LexPS. | nyamatongwe | 1 | -1/+1 | |
2007-06-04 | fix osx build for new positioncache code | scaraveo | 4 | -1/+14 | |
2007-06-04 | add missing main.nib for test container | scaraveo | 3 | -0/+294 | |
2007-06-02 | Moving CharacterSet class into own header so can be used by more | nyamatongwe | 3 | -58/+83 | |
lexers. Updated LexCPP to match changes. Added use of CharacterSet to LexHTML. |