Baptiste Pierrat
d4e61bf093
Add support for Abaqus files
...
Support for Abaqus (.inp) files, including scintilla lexer and tag
parser.
Signed-off-by: Baptiste Pierrat <baptiste.pierrat@gmail.com>
2013-02-12 14:56:38 +01:00
Colomban Wendling
e0104a4bc2
Port new configurable document status colors to GTK3
2013-02-11 04:47:21 +01:00
Colomban Wendling
a77ac1407a
Merge branch 'master' into gtk3-support
2013-02-11 04:47:02 +01:00
Colomban Wendling
36581d6638
Move document status color definition to the gtkrc file
...
This allows for users to change the colors if needed (may be useful
with some themes or color blind persons).
On the sidebar, only the color is applied for now. This is because
it is not possible to style cell renderers through RC files, all having
to be done in the code; so currently only the color is applied.
2013-02-11 04:46:40 +01:00
Colomban Wendling
23ef01ede8
Allow user gtkrc to override our gtkrc styles
...
This allows the user to override the custom styles we apply to some
widgets, like e.g. the unmatched search entry colors.
We use the :theme priority rather than the :application one because
it seems that the :application one cannot override theme settings, even
if it matches against a name the theme don't have rules for but have
rules for the class of that widget. This prevents a theme from
overriding our styles, but it's unlikely a theme actually provide some
specific stuff for us anyway.
2013-02-11 04:46:40 +01:00
Colomban Wendling
dbd6d12160
Fix not using monospace font for unmatched search entries
...
This bug was introduced by RC file switch.
2013-02-11 04:46:40 +01:00
Felix Totir
cfed3c3f23
Add missing D keywords
...
Closes #3595187 .
2013-02-01 16:06:32 +01:00
Stephen Coleman
911e5dca17
Detect SCons configuration files as Python
...
SCons configuration files are plain Python, just without the .py
extension.
2013-02-01 15:35:56 +01:00
Colomban Wendling
8ece89096d
Merge branch 'master' into gtk3-support
2013-01-29 15:29:10 +01:00
Lex
dcac3e164c
Fix indent setting
...
Asciidoc requires single line comments to be at the start of the line
so do not want indent.
2013-01-17 15:43:24 +11:00
Lex
8294ea2c2e
Add Asciidoc filetype
...
Add a filetype for Asciidoc with symbol parser, but not styling.
2013-01-17 15:43:24 +11:00
Lex
76aec0852a
Revert incomplete Asciidoc filetype commit.
...
This reverts commit da78a44a1cfeb753e0d06d7175e882f508ad9788.
2013-01-17 15:27:39 +11:00
Matthew Brush
adfc0985db
Merge branch 'krofna/master'
2013-01-06 19:11:17 -08:00
Colomban Wendling
dabae1f94f
Replace images embedded in the sources with proper themable icons
...
Additionally, provide SVG versions of the icons as well as them
rendered at the various icons sizes.
2013-01-01 19:10:48 +01:00
Colomban Wendling
bd02c009a1
Use the Geany icon from the theme everywhere
2013-01-01 19:10:04 +01:00
Matthew Brush
40cef34326
Fix "default" named style mapping for filetypes.conf
...
"default" was mapped to "value" which is normally a string-like
style rather than a "default" type of style which make some themes
that set different background colour for strings to look weird for
config files highlighting.
2012-12-18 15:47:06 -08:00
Mislav Blažević
15fddad323
Implement terminal background image
2012-12-18 12:19:53 +01:00
Nick Treleaven
0b63957e59
Add 'Move Line(s)' menu items in Edit->Commands (and popup menu)
...
Although using menu items for these is not very practical, it helps
discoverability, and they're more useful and intuitive than 'Transpose
Current Line'.
2012-11-23 16:30:18 +00:00
Nick Treleaven
85006b6d0b
Add 'Document->Clone' menu command
...
This copies the current document text and properties into a new
document, similar to the old Save As 'Open file in a new tab'
option, but easier to understand and decoupled from saving.
One notable difference is that the new document does not copy the
filename - the old behaviour was confusing and error-prone for the
user (e.g. editing two documents with the same filename).
2012-11-23 15:37:00 +00:00
Frank Lanitz
3f7eec5910
Fix a typo insode geany.glade
2012-11-19 22:38:45 +01:00
Lex
da78a44a1c
Add Asciidoc filetype with symbol parser
...
Add an Asciidoc filetype and a basic symbol parser based on ReST.
See the FIXMEs for ReST to Asciidoc changes still to be done.
2012-11-17 19:19:27 +11:00
Colomban Wendling
523e0d7c11
Fix reStructuredText comment marker
...
Closes #3585377 .
2012-11-08 15:55:00 +01:00
Colomban Wendling
4ffd446c43
Update for new PO styles
2012-10-25 17:09:55 +02:00
Colomban Wendling
a77785e378
Set style for SCE_C_STRINGRAW (C++11 raw strings)
...
Part of #3578557 .
2012-10-20 14:07:13 +02:00
Colomban Wendling
f735e6800b
Add GTK3 version of our custom styles
...
Although GTK3 still have gtk_rc_parse_string(), it doesn't work anymore
for our overrides, so register proper CSS for them.
2012-10-09 13:25:12 +02:00
Colomban Wendling
eeddd6f720
Move custom styles to a resource file
2012-10-08 17:51:19 +02:00
Colomban Wendling
2297badbd7
Use "scala" extension for Scala
...
Closes #3574723 .
2012-10-05 12:43:10 +02:00
Colomban Wendling
64a47b9cb6
Allow to switch message window orientation to place it on the right
2012-10-01 21:38:56 +02:00
trongthanh
474e60b6fa
Add more CSS3 keywords
2012-09-30 11:13:43 -07:00
trongthanh
85cb6d527c
Improve CSS highlighting
2012-09-30 11:08:13 -07:00
trongthanh
e70d9e5e05
Fix JavaScript ident/keyword highlighting in HTML filetype
2012-09-30 10:57:38 -07:00
Enrico Tröger
9f479b861a
Regenerate Python tag list
...
Generated against a clean Python 2.7 installation.
2012-09-12 19:30:56 +02:00
Enrico Tröger
0627817c7b
Regenerate Python tag list
...
Generated against a clean Python 2.7 installation.
2012-08-29 23:04:50 +02:00
Enrico Tröger
fd8b20c80b
Add 'memoryview' identifier as found in Python2.7
2012-08-29 22:14:49 +02:00
Colomban Wendling
9817c14202
Add a few missing Haxe keywords
...
Closes #3448664 .
2012-08-24 23:26:11 +02:00
oco
e20a57927d
Use all supported keyword sets for Scintilla Forth lexer
...
Submitted on geany-devel mailing list
2012-08-16 18:35:27 -07:00
Colomban Wendling
4cdcaa22e6
Update for new Scintilla styles
2012-07-14 15:30:03 +02:00
Colomban Wendling
40ab39d8fd
Map all filetype's character styles to 'character' named style
2012-07-01 15:20:21 +02:00
Colomban Wendling
a6c0dc0978
Merge branch 'scintilla-update'
2012-06-30 20:13:56 +02:00
Colomban Wendling
098f127087
Drop now unused "scalar" named style
2012-06-30 01:54:08 +02:00
Colomban Wendling
3d23023930
Fix a few Shell style mappings
2012-06-30 01:54:08 +02:00
Colomban Wendling
ad0297f42f
Fix a few Perl style mappings
2012-06-30 01:54:08 +02:00
Colomban Wendling
298ce94c5d
Update for new Scintilla styles
2012-06-26 23:26:30 +02:00
Nick Treleaven
95ce0a2bee
Disable D explicit fold points (as C filetypes do)
2012-06-13 13:40:44 +01:00
Matthew Brush
7d097ca7ad
Update 'docComment' keywords in C, C++, Vala, and Genie filetypes
...
C and C++ have Doxygen keywords from:
http://www.stack.nl/~dimitri/doxygen/commands.html
Vala and Genie have Doxygen keywords and Valadoc keywords from:
http://valadoc.org/#!wiki=markup
2012-06-09 19:48:13 -07:00
Matthew Brush
cfdedf4e67
Remove sentence from documentation that doesn't apply anymore
...
With newer GTK+ releases, leaving this field blank causes the "Recent
Files" "feature" to be used rather the the expected current working
directory. No replacement text added to explain the new behaviour since
it would be incorrect with older GTK+ versions, would likely be incorrect
on Windows with native dialogs and it will possibly be reverted in GTK+
in the future.
Recenerate HTML manual, including previous changes from other commits.
2012-06-04 14:07:41 -07:00
Nick Treleaven
ff484c9a8b
Do not override default selection foreground style
2012-06-03 17:40:46 +01:00
Lex Trotman
928b847c1e
Force selection to change when Default or Alt colourscheme chosen
...
The selection foreground and background are not changed unless
the respective 3rd or 4th field is true (see highlighting.c:790).
2012-06-02 16:09:16 +10:00
Nick Treleaven
8bb24011b6
Tweak default string color for a little more contrast
2012-05-30 16:45:29 +01:00
Colomban Wendling
262b48b52c
Add a separator after the Color Schemes menu item
2012-05-27 01:14:25 +02:00