aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2005-09-16Added Code::Blocks.nyamatongwe1-0/+4
2005-09-13Update from Eric Promislow improves here doc recognition.nyamatongwe1-37/+323
2005-09-10Reduced range of styling modification notification so that out of regionnyamatongwe1-4/+7
painting is less likely, so painting will complete without triggering a full repaint. This was a problem with some lexers that backtracked to see if the line before a modification needed restyling.
2005-09-10Reordered to fix warning.nyamatongwe1-2/+2
2005-09-10Added assertions to trap bugs earlier.nyamatongwe1-0/+2
2005-09-08Added parameter.nyamatongwe1-1/+1
2005-09-06Added highlighting for decorators and a set of identifiers.nyamatongwe3-3/+15
2005-09-01Avoid runtime warning by only calling gdk_window_resize when calltip windownyamatongwe1-3/+3
set to not be NULL.
2005-08-30Formatting.nyamatongwe1-0/+1
2005-08-30Added StyleBitsNeeded property and implemented to return 5 for all lexersnyamatongwe8-16/+44
except HTML, XML, ... (7) and Ruby (6).
2005-08-29Patch from John Ehresman to make page level layout caching handle the caretnyamatongwe1-2/+2
line properly as a distinct entry.
2005-08-29Updated editing components section.nyamatongwe1-1/+4
2005-08-25Credits and blurb.nyamatongwe2-1/+6
2005-08-25New Ruby lexer from Eric Promislow of ActiveState.nyamatongwe3-267/+1229
2005-08-25Update from trent Mick creates files with correct line ends on Linux.nyamatongwe1-32/+54
2005-08-25Updates from Jos van der Zande for AU3.nyamatongwe1-28/+126
2005-08-25Updates from Jos van der Zande for AU3.nyamatongwe3-0/+5
2005-08-24Added new blurbs.nyamatongwe1-1/+1
2005-08-24Updating for 1.66.nyamatongwe1-1/+63
2005-08-24Added download link for icons and linked to icons from front page.nyamatongwe1-0/+3
2005-08-24Added download link for icons and linked to icons from front page.nyamatongwe1-0/+3
2005-08-23Initial version.nyamatongwe1-0/+53
2005-08-23Reving version number and dates.nyamatongwe2-5/+5
2005-08-23Reving version number and dates.nyamatongwe2-4/+17
2005-08-23Reving version number and dates.nyamatongwe1-5/+5
2005-08-23Fix for part of bug #1219354 from Oliver Yeoh where hidden blank linesnyamatongwe1-0/+1
were sometimes incorrectly shown.
2005-08-23Took text insets into account when calculating maximum size ofnyamatongwe1-2/+3
autocompletion list.
2005-08-19Fix so that all opcodes/keywords are case sensitive.nyamatongwe1-1/+1
2005-08-12Avoid crashes with XPM files that use more than 1 byte per pixel.nyamatongwe1-0/+5
2005-08-11Avoid window repaints in unfocused window.nyamatongwe1-1/+3
2005-08-11Bigger buffer for when output is in long paragraphs.nyamatongwe1-1/+1
2005-08-06Allow properties to differentiate between different case file names onnyamatongwe2-2/+15
GTK+ so that .C can be treated as c++ and .c as C.
2005-08-05Patch from Philippe that improves lexing of comment lines.nyamatongwe1-7/+8
2005-08-05Patch from Philippe that improves handling of file numbers and datenyamatongwe1-20/+57
literals.
2005-08-05Patch from Philippe to fold nested comments, nested strings and repeatnyamatongwe1-13/+24
until.
2005-08-05Modifications from Philippe to style EOL characters like the rest of linenyamatongwe1-136/+152
for preprocesor lines and line comments so that the eolfilled style affects these lines. I added doc comment keywords working in line comments and simplified the code.
2005-08-04Patch, mostly from Naba, to make work with Pango 1.8.nyamatongwe1-10/+23
2005-08-01Updated build scripts as tar has changed treatment of parameters in FC 4.nyamatongwe1-2/+1
2005-08-01Updated sizes.nyamatongwe1-2/+2
2005-08-01RBR - update description of SCI_GETPROPERTYINT to match reality.rdaneelolivaw1-4/+5
2005-07-30Getting ready for release.nyamatongwe2-32/+8
2005-07-30Minor word order change.nyamatongwe1-1/+1
2005-07-29All of the chaged items for 1.65 should be in now.nyamatongwe1-1/+83
2005-07-28Modified SCI_STYLESETCHARACTERSET for SC_CHARSET_CYRILLIC,nyamatongwe1-4/+7
SC_CHARSET_RUSSIAN, and SC_CHARSET_8859_15.
2005-07-28Update from Filip Yaghob includes folder.nyamatongwe1-35/+65
2005-07-27RBR - update description of SCI_GETLINEENDPOSITION to match reality.rdaneelolivaw1-7/+5
2005-07-26Getting ready for 1.65.nyamatongwe5-14/+30
2005-07-26moved styling reentrance protection to avoid problems when triggerednyamatongwe1-37/+38
internally as was occurring for HTML leading to assertion failures.
2005-07-23Patch from Bruce Doson fixes folding of elseif.nyamatongwe1-1/+3
2005-07-22Ensure DCs are emptied of non-stock, non-default objects before they arenyamatongwe1-0/+2
released to keep BoundsChecker happy.