Enrico Tröger
7ecd07039e
Backport of LexHTML from Scintilla CVS to fix #1759166 .
...
Disable debug build of Scintilla and use -Os.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1761 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-07-29 14:06:35 +00:00
Enrico Tröger
2f6420a13e
Fix make distcheck.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1736 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-07-24 09:24:14 +00:00
Enrico Tröger
2719f6d146
Apply patch from Shiv to make build system more compatible with other compilers than gcc.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1689 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-07-11 15:27:57 +00:00
Nick Treleaven
6657b7983b
Make Scintilla's move to word commands use the word end boundaries
...
when moving to the right (like e.g. GtkEntry).
Treat punctuation chars as whitespace.
Add filetypes.common setting: whitespace_chars.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1672 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-07-07 11:33:32 +00:00
Enrico Tröger
f651b49c18
Parse also sections in configuration files.
...
Allow whitespace in keys and section names.
Remove unused LexConf.cxx.
Highlight also space separated key value pairs.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1656 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-07-02 17:09:48 +00:00
Enrico Tröger
fcb06167b4
Change label of GTK check in configure.in from PACKAGE to GTK (only cosmetic).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1644 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-06-26 18:08:00 +00:00
Enrico Tröger
693649f955
Add new filetypes CSharp and FreeBasic.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1635 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-06-22 17:34:31 +00:00
Enrico Tröger
35089da654
Updated Scintilla to version 1.74.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1629 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-06-18 13:02:34 +00:00
Enrico Tröger
7f5da42a22
Fix wrong target list for PRIMARY clipboard.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1564 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-05-23 15:30:54 +00:00
Enrico Tröger
4198ac8e27
Fixed wrong clipboard target ( closes #1711483 ).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1533 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-05-15 12:35:21 +00:00
Nick Treleaven
db0bd302b3
Hopefully fix #1718532 - 'Crashes when open a special file';
...
backported from Scintilla 1.73.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1532 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-05-14 15:53:23 +00:00
Enrico Tröger
725ae82446
Added new filetype Haskell (patch by Guillaume Hoffmann, thanks).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1510 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-05-06 14:05:43 +00:00
Enrico Tröger
dd7e84f33c
Made "distcheck" working.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1443 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-04-08 16:38:46 +00:00
Nick Treleaven
ddaeef09fe
Redraw instead of scrolling in ScintillaGTK::ScrollText if there is
...
an existing update region.
Revert earlier ScintillaGTK::ExposeTextThis change.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1278 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-02-14 12:42:28 +00:00
Enrico Tröger
3f360fcdd9
Improved the auto scrolling of documents (actually done by Nick).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1237 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-31 15:53:11 +00:00
Enrico Tröger
74f7a679a8
Updated Scintilla to version 1.72.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1213 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-20 23:54:28 +00:00
Enrico Tröger
9625fe29b0
Fixed typo.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1210 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-20 14:46:04 +00:00
Enrico Tröger
f0d4e65311
Added new filetypes Javascript and Lua.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1181 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-13 20:16:09 +00:00
Enrico Tröger
574d3d3b7e
Added new scintilla lexer for D. It needs testing and there is more work to do to get it working properly.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1058 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-12-07 15:47:00 +00:00
Enrico Tröger
74b5cdbc06
Tried to fix wrong styling at "end.".
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@998 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-11-14 23:42:13 +00:00
Enrico Tröger
9b7569e3ef
Added new filetype VHDL.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@991 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-11-13 22:11:19 +00:00
Enrico Tröger
d35759a648
Fixed wrong detection of some words.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@958 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-11-01 16:52:16 +00:00
Enrico Tröger
5815ae99a9
Applied patch from Armel Asselin (thanks). It adds SC_START_ACTION notification.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@877 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-10 14:27:58 +00:00
Nick Treleaven
a5bf4b765d
Let make clean continue when a file can't be deleted.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@832 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-22 12:09:53 +00:00
Enrico Tröger
07e0b21713
Updated Scintilla to version 1.71.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@753 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-21 17:21:50 +00:00
Enrico Tröger
428e6f6fd2
Added fortran files to the Windows makefiles
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@726 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-15 19:41:12 +00:00
Enrico Tröger
8d581d1552
Added new filetype Fortran 77 (not yet finished).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@724 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-15 17:57:41 +00:00
Nick Treleaven
6cb83f8af0
Add makefiles for building on win32
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@646 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-28 12:29:10 +00:00
Enrico Tröger
d8c06b041d
Small changes to get cross compiling using mingw32 suite working.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@631 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-25 17:45:34 +00:00
Enrico Tröger
96329e53a5
Added Scintilla license file.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@478 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-24 19:37:43 +00:00
Enrico Tröger
1ae59a6f9a
Updated Scintilla to version 1.70.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@471 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-21 23:15:54 +00:00
Enrico Tröger
2d77d6ffbd
Removed uneeded .cvsignore files
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@465 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-19 15:00:29 +00:00
Nick Treleaven
3975a73763
Backport a Scintilla fix for crashes with recent GTK+ font issue
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@383 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-31 14:53:27 +00:00
Enrico Tröger
3bb199a738
Fixed folding bug
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@337 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-16 19:07:29 +00:00
Enrico Tröger
a1baf148c0
enabled autocompletion for all filetypes, removed mmap()-code, fixed memory leak
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@336 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-16 19:06:08 +00:00
Enrico Tröger
df1b9fd010
new filetype Tcl/Tk, renamed tex.c
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@335 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-16 19:04:04 +00:00
Enrico Tröger
a267d33536
new filetype Ruby
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@311 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-09 16:07:27 +00:00
Enrico Tröger
50105c4339
fixed encoding problem which causes many problems with non-Ascii characters
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@309 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-09 14:06:57 +00:00
Enrico Tröger
2a3fb3c9d5
applied patches from the Scintilla ML
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@266 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-25 16:24:12 +00:00
Enrico Tröger
40bfefcee9
fixed crash when typing "\" as last character in a bash file (patch from Scintilla ML)
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@265 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-23 12:29:43 +00:00
Enrico Tröger
1ba4caa89c
unneeded
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@258 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-03-20 11:10:45 +00:00
Enrico Tröger
92b433a90a
updated Scintilla to version 1.68
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@246 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-03-11 02:33:39 +00:00
Enrico Tröger
15626a7fc5
added new lexer LexOMS
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@179 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-02-10 20:40:55 +00:00
Enrico Tröger
b30484d832
new lexer LexOMS
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@178 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-02-10 20:40:22 +00:00
Enrico Tröger
c1f240d70a
added Caml lexer
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@166 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-02-06 06:25:41 +00:00
Enrico Tröger
45c8bed2c6
updated Scintilla to version 1.67
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@135 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-16 15:10:45 +00:00
Enrico Tröger
62a10a5694
added new file Assembler
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@34 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-05 20:50:46 +00:00
Enrico Tröger
7064daa80c
changed lexer Props a little bit to highlight left and right side of a = differently
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@16 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-11-27 20:42:46 +00:00
Enrico Tröger
8cb2cf0997
Initial import
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-11-22 12:26:26 +00:00