638 Commits

Author SHA1 Message Date
Enrico Tröger
f8b96977ed Use the filetype's default style(SCE_*_DEFAULT) as the main default style(STYLE_DEFAULT).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@717 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-15 11:38:38 +00:00
Enrico Tröger
e87b87b015 Added colour values for indentation guides and white space.
Made hard coded SCI_AUTOCSETMAXHEIGHT changeable and added an option in the preferences dialog.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@712 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-13 15:04:30 +00:00
Nick Treleaven
794ad69ad1 Add Make pattern to recognise makefile*
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@660 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-01 20:07:58 +00:00
Nick Treleaven
595ebb6670 Install a system filetype_extensions.conf which can be overridden
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@659 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-01 16:12:45 +00:00
Enrico Tröger
ddd9300a72 Added style to change the colour of the caret(closes #1530486).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@652 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-30 16:02:21 +00:00
Enrico Tröger
31c17438cb Removed unused colour parsing functions.
Let the colour chooser pick the colour under the cursor.
Fixed bug in parsing strings containing hex values, modified the styles to keep the syntax highlighting consistent.
Removed startup warning.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@641 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-27 20:57:13 +00:00
Enrico Tröger
73a55f7ee2 Highlighting of current line can be disabled.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@584 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-19 09:45:56 +00:00
Enrico Tröger
6a9c283cb9 Moved HTML entities from sci_cb.h to data/html_entities.tags.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@571 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-16 22:02:31 +00:00
Enrico Tröger
6cc29173be Added new filetype D(patch by Christop Berg, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@544 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-09 14:41:53 +00:00
Enrico Tröger
f6752778f4 Add support for parsing compiler output for LaTeX with latex's --file-line-error-style command line argument.
Removed unneeded function utils_free_ptr_array().


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@495 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-27 15:31:32 +00:00
Enrico Tröger
99bb4a9977 Parse stdout of compiler output too.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@494 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-27 15:29:33 +00:00
Enrico Tröger
570793a6ef Added global auto completion tags for PHP and LaTeX.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@475 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-24 14:42:56 +00:00
Enrico Tröger
6f864d888d build.c: Delete all indicators when starting a new compilation.
highlighting.c: Added keys for linenumber and folding margin, added key for inverting all colours(if you like dark background).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@450 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-16 14:28:53 +00:00
Enrico Tröger
11e0d3933a fixed typos
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@400 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-03 17:06:53 +00:00
Enrico Tröger
ee057eb798 improved colouring
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@389 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-02 12:45:42 +00:00
Nick Treleaven
1b9a4e3838 Quote perl filename for compiling
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@386 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-01 14:49:16 +00:00
Nick Treleaven
fabd5aca84 Updated identifier styling as highlighting.c
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@382 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-30 21:27:21 +00:00
Enrico Tröger
4e27051196 Fixed typo
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@378 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-30 15:30:36 +00:00
Enrico Tröger
374f4e7b4d added option to disable styling within preprocessor directives
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@351 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-21 14:53:04 +00:00
Enrico Tröger
ed4edb5443 changed colouring for params in shellscripts
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@349 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-21 13:46:13 +00:00
Enrico Tröger
001527f540 quoted filename wildcards for filenames with whitespace
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@338 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-16 19:08:01 +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
9ad3e75ae3 added compiler commands to run a syntax check and parse the output, so it is clickable in compiler message window
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@333 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-15 19:47:35 +00:00
Enrico Tröger
6a65dccc74 added compiler command
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@331 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-15 13:21:05 +00:00
Enrico Tröger
873639a1de added missing keyword "elif"
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@328 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-14 13:53:32 +00:00
Enrico Tröger
cc4459d4c1 new filetype Ruby
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@312 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-09 16:10:47 +00:00
Enrico Tröger
429c48cbf7 added two compiler commands
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@300 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:03:27 +00:00
Enrico Tröger
a303ef6683 added some C++ keywords
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@299 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-05-05 16:03:08 +00:00
Enrico Tröger
4d5efb8e72 added commentation and building settings
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@270 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-04-27 16:31:40 +00:00
Enrico Tröger
8fe4401c47 added key "key" and changed colours to fit with changed lexer
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@247 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-03-11 02:34:46 +00:00
Enrico Tröger
0375a74eec added italic flag to all styles
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@243 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-03-10 21:44:12 +00:00
Enrico Tröger
b45b616262 added new keywords supplied by Marko Peric
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@233 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-03-10 00:28:01 +00:00
Enrico Tröger
76e2ca3323 Initial import
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@177 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-02-10 20:39:53 +00:00
Enrico Tröger
7cf344caed added new keywords for PHP5 and replaced phpKeyWords by php (thanks to Simon Stoye for reporting)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@97 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-01-03 12:26:03 +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
4145764771 added a comment
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@33 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-12-05 20:46:08 +00:00
Enrico Tröger
e3921ab3ca initial import for new filetype Conf
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@14 ea778897-0a13-0410-b9d1-a72fbfd435f5
2005-11-27 20:39:01 +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