aboutsummaryrefslogtreecommitdiffhomepage
path: root/macosx
AgeCommit message (Collapse)AuthorFilesLines
2007-11-04Added support for 'R' language by Stephen Stagg.nyamatongwe1-1/+1
2007-09-08Lexer for Asymptote.nyamatongwe1-10/+10
2007-07-07Allows the popup to be displayed below as long as it can fit on the monitornyamatongwe1-0/+4
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-06-30Support for Abaqus language added by Sergio Lucato.nyamatongwe1-10/+10
2007-06-29Removed OS X specific WaitMouseMoved call since the generic code no longernyamatongwe1-65/+58
starts a drag unless the mouse moves.
2007-06-12Added some basic colours so can see that styling is being done.nyamatongwe1-225/+255
2007-06-12PL/M and Progress lexers added.nyamatongwe1-4/+5
2007-06-04fix osx build for new positioncache codescaraveo2-1/+2
2007-06-04add missing main.nib for test containerscaraveo3-0/+294
2007-06-01integrate OS X support for scintilla. a big patch with a little commit ↵scaraveo24-0/+9021
message :) - now uses namespaces (optionally for non-os x) to avoid conflicts with OS X libraries - several fixes in the OS X layer since the branch was commited in 2005 - used in Komodo since 2005, so pretty stable