592 Commits

Author SHA1 Message Date
Colomban Wendling
8278d7f9f0 FreeBasic: Fix preprocessor keywords list
See http://www.freebasic.net/wiki/wikka.php?wakka=CatPgFunctIndex

Part of [feature-requests:#691]
2014-08-19 00:09:31 +02:00
Colomban Wendling
7276c49949 Sort FreeBasic keywords alphabetically 2014-08-18 23:55:03 +02:00
Colomban Wendling
7435a81d83 Fix a named style misspelling in the Lua filetype 2014-08-17 01:31:40 +02:00
Colomban Wendling
74ef1b8344 Update for new Scintilla styles 2014-08-10 02:21:54 +02:00
Frank Lanitz
604e05cb2d Adding message to client/log keywords to SQL type 2014-08-07 15:30:54 +02:00
elextr
c250195b81 Add HTML and XML template extensions
Add *.tpl and *.xtpl.
2014-07-30 16:07:50 +10:00
SiegeLord
db977a999d Rust: Add keyword 2014-07-29 11:27:25 -04:00
danyalzia
0870b8663f Add remaining D keywords 2014-06-28 16:42:53 +01:00
Colomban Wendling
0b32227bf0 Don't manually connect handlers Glade can connect for us
Don't bother manually connecting handlers that Glade can connect for us
just as well.
2014-06-24 18:15:46 +02:00
Frank Lanitz
40662e4c01 SQL: Adding uniqueidentifier as keyword
uniqueidentifier is a data type e.g. used on SAP/Sybase SQLAnywhere
2014-06-19 14:20:16 +02:00
Colomban Wendling
4adbd50880 Remove some empty table rows and columns from the Glade file
Cleanup some useless placeholders, and replace some one-column tables
with vertical boxes.

No UI changes.
2014-05-27 15:53:32 +02:00
Colomban Wendling
73a1589618 Remove empty table rows in the Glade file
This avoids glade from emitting some useless placeholders.
No UI changes.
2014-05-26 18:11:58 +02:00
Colomban Wendling
67329f2b98 Update for new Scintilla styles
The new C styles escapesequence and taskmarker are currently mapped
conservatively, and may benefit from a more visible mapping.
2014-05-17 22:17:44 +02:00
Colomban Wendling
b1f93c2977 Add Zephir filetype 2014-05-15 17:03:56 +02:00
Colomban Wendling
f3d96ef91d Re-generate with Glade 3.8.5
3.8.5 is supposed to fix the unstable file output, hopefully making
further edits generate small diffs, not rearranging the whole file for
no good reason.

Note that this commit may introduce UI problems if the output actually
isn't equivalent, the diff making it nearly impossible to review
manually.  Keep an eye open for such problems.
2014-05-15 03:13:11 +02:00
Colomban Wendling
1e50962de2 Fix some conflicting mnemonics in the menus 2014-05-05 05:09:13 +02:00
Matt Copperwaite
e61bba1bc3 Reword "replace by tabs/spaces" as "replace with" 2014-05-05 05:09:13 +02:00
Frank Lanitz
9b6b5f2401 Adding an HTML5-template in addition to xhtml 1.0 strict one 2014-05-04 12:05:20 +02:00
Matthew Brush
b2ce441fb1 Update Vala file template
Vala is not Java
2014-05-03 21:37:41 -07:00
Matthew Brush
f1923c79b4 Simulate main function in Python 2014-05-03 21:23:29 -07:00
Matthew Brush
1f67e42b12 Replace tabs with 4 spaces in main.py template 2014-05-03 21:23:29 -07:00
NiKaro127
ace6d6b3ed Add VBS extension to FreeBasic syntax
Just adding '*.vbs' to 'FreeBasic' line.
2014-05-04 05:13:21 +02:00
Colomban Wendling
53d17aecfd CSS: remove some pseudo elements listed as pseudo classes 2014-05-04 00:16:27 +02:00
Colomban Wendling
1944e26ee0 CSS: fix mappings to non-existing styles 2014-05-04 00:16:27 +02:00
Frank Lanitz
2b1616d829 Update tooltip string for check_cmdline_new_files 2014-05-01 00:21:19 +02:00
Frank Lanitz
95306ac8db Try to fix some duplicated accelerators inside Edit->Commands 2014-05-01 00:07:23 +02:00
Frank Lanitz
3f50f357d3 Adding while to list of SQL keywords 2014-04-29 14:13:42 +02:00
Colomban Wendling
aeab183ef2 Merge branch 'unified-encoding-combo-boxes' 2014-04-15 15:57:13 +02:00
Colomban Wendling
8c5e198cf1 Unify encoding combo boxes
Make all encoding combo box display a list with encodings grouped by
categories into sub-menus, making it easier to find the appropriate
encoding than in a big single-level list.

This is what was used in the Open dialog, but not in the Preferences
dialog or the Find in Files dialog.  This also makes the encoding
combo boxes behave more like the encoding menus.
2014-04-15 15:51:49 +02:00
Colomban Wendling
451d58a2dd Cleanup data files installation
Don't use wildcards to select files to install, nor manually perform
the installation when Automake could do it for us.

Using wildcards makes it hard to know what will really be installed,
and may results in installing files not part of the distribution.
2014-04-15 14:43:25 +02:00
Colomban Wendling
3ec0369f47 Merge branch 'wip/configurable-mime-type--gicon' into wip/configurable-mime-type-gicon 2014-04-14 20:27:20 +02:00
Colomban Wendling
9a41f919c1 Update mappings for new Scintilla 2014-04-14 16:36:05 +02:00
SiegeLord
ff796360ce Rust: Update keywords 2014-04-01 21:37:03 -04:00
Steven Valsesia
1d0fc64ce8 Add the choice to use Windows or Gtk color chooser dialog
Modification of the string "Use Windows File Open/Save dialogs" to
"Use Windows native dialogs".

Signed-off-by: bestel <steven.valsesia@gmail.com>
Signed-off-by: Colomban Wendling <ban@herbesfolles.org>
2014-03-30 20:40:12 +02:00
Francisco Iacobelli
1f0898be05 changed filetypes.latex to add Bibtex compilation 2014-03-21 15:47:52 -05:00
elextr
b27b3678dd Add boolean to Pascal keyword list
Pascal has a boolean type (see wikipedia entry) fixes bug #1033
2014-03-21 15:46:45 +11:00
elextr
d76323260c Put Makefile comments at start of line.
In a makefile comments in recipes must start at the beginning of
the line (see [1]).  Thanks to cousteau on IRC.

[1] http://www.gnu.org/software/make/manual/make.html#Recipe-Syntax
2014-03-14 15:03:12 +11:00
Colomban Wendling
98717999d0 Fortran: add missing block and endblock keywords 2014-02-23 20:02:56 +01:00
Adam Hirst
05dda6b001 Updated keywords and intrinsic functions in accordance with the Fortran 2008 standard. 2014-01-20 15:21:36 +00:00
Adam Hirst
10ac2816af Removed years-old typo from the keyword list. 2014-01-20 15:20:12 +00:00
Colomban Wendling
7c6f48e4f5 Workaround a slowness in multi-column combo boxes under GTK3
Always set the combo boxes' wrap-width after their models are fully
filled to work around dramatic slowness described in GTK bug
https://bugzilla.gnome.org/show_bug.cgi?id=722388
2014-01-18 03:13:05 +01:00
SiegeLord
3d7ade4e02 Integrate the Rust lexer with the rest of Geany's functionality 2014-01-14 12:50:38 -05:00
dobkeratops
b17b4be126 Added the Rust filetype 2014-01-14 12:50:37 -05:00
Colomban Wendling
1a5554c41c Add our stock icons manually
Although GtkIconFactory implements GtkBuildable properly and works just
fine, Glade can't handle it and keeps removing it upon save.  So, drop
the automatic setup to a manual one so the UI description is editable
with Glade again, and which also has the small advantage of not
repeating the stock ID strings.
2014-01-10 18:33:04 +01:00
kuroidoruido
8d5c7fbdc1 Update filetypes.sql
Add loop and replace keywords
2014-01-08 23:54:46 +01:00
Colomban Wendling
d29b5912ff Read filetype's mime type from the configuration files
This allows custom filetypes to define a mime type, hence the icon
displayed for this filetype;  as well as moving ones for built-in
filetypes out of the code to the configuration files.
2013-10-15 03:06:01 +02:00
Nick Treleaven
a408938e95 Set group for Clojure filetype 2013-10-13 12:57:37 +01:00
Colomban Wendling
c427ddb656 SQL: fix single-line comment marker
Closes [bugs:#997].
2013-09-19 19:40:56 +02:00
TheHappyMarquis
05c9f10dd8 Restore HTML filetype doublestring/hstring to original color
Closes #74 and #75
2013-08-15 20:47:35 -07:00
Hoàng Minh Thắng
7d4a2928b7 Add Clojure filetype
Includes changes in referenced pull request comments.

Closes #92
2013-08-15 20:12:13 -07:00