- 15 Agu, 2013 4 kayıt (commit)
-
-
canou yazdı
* Uses existing LexOthers.cxx from Scintilla already in use by Geany * "identifier" style mapping goes to "string" for better presentation even if it's semantically incorrect, we'll change it back if it causes issues for anyone. * Filetype configuration and keywords taken from Don Ho's Notepad++. Closes #160
-
Fabio Ticconi yazdı
* Add .hrl Erlang "header" file * Add some useful snippets * Add template for Erlang files as per EDocs guidelines Closes #157
-
Nick Treleaven yazdı
Closes #159
-
Antoine Turmel yazdı
See: http://en.wikipedia.org/wiki/.xul and http://en.wikipedia.org/wiki/.dtd Closes #161
-
- 14 Agu, 2013 1 kayıt (commit)
-
-
Frank Lanitz yazdı
Add various HTML5 keywords
-
- 12 Agu, 2013 1 kayıt (commit)
-
-
Nick Treleaven yazdı
-
- 11 Agu, 2013 3 kayıt (commit)
-
-
Nick Treleaven yazdı
With gcc on Windows.
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 08 Agu, 2013 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
- 05 Agu, 2013 1 kayıt (commit)
-
-
elextr yazdı
Since the previous line ensured len is < 100, just casting it is fine.
-
- 31 Tem, 2013 1 kayıt (commit)
-
-
Duncan de Wet yazdı
-
- 23 Tem, 2013 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Imported from upstream Scintilla bb784e214430498e91c9935bbc841c798629212f Closes [bugs:#952]
-
- 21 Tem, 2013 3 kayıt (commit)
-
-
Colomban Wendling yazdı
When using the document close keybinding, it is legitimate for the callback to be called even if there are no documents open, so properly check for this. Closes [bugs:#941]
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 19 Tem, 2013 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Import upstream CTags fix for parsing Verilog initalizers (fixes parsing of test bug2747828.v).
-
Colomban Wendling yazdı
Import upstream CTags fix for proper reinitialization of the ObjectiveC parser, fixing parsing after the first call.
-
- 18 Tem, 2013 2 kayıt (commit)
-
-
elextr yazdı
C++ member pointers use the syntax ->* so the scope autocomplete list was showing after -> then disappearing when * was typed. Fixes #907 h.
-
elextr yazdı
A quick check seemed to show Scintilla does not check the minimum value is positive, so just check here to be safe and log message if it fails.
-
- 16 Tem, 2013 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Spotted by Daniel Marjamäki, thanks.
-
- 15 Tem, 2013 5 kayıt (commit)
-
-
Yosef Or Boczko yazdı
Signed-off-by: Frank Lanitz <frank@frank.uvena.de>
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Alexander Eberspächer yazdı
-
Alexander Eberspächer yazdı
Cython allows the use NumPy arrays on a C level. In that context, a typical return type declaration could be e.g. "cpdef numpy.ndarray[dtype=double, ndim=1] name". This now generates a tag for the function. Previously, the equal sign prevented that.
-
- 14 Tem, 2013 4 kayıt (commit)
-
-
Colomban Wendling yazdı
Bit-wise operation is inappropriate here because `c` might be negative, since EOF is generally represented as -1. Since -1 is stored as all bits at 1 on most common architectures, the test will evaluate to true, hence entering an infinite loop.
-
Yosef Or Boczko yazdı
Signed-off-by: Frank Lanitz <frank@frank.uvena.de>
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
See CSharp Language Specification 14.1.
-
- 13 Tem, 2013 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Spotted by clang --analyze.
-
Colomban Wendling yazdı
Use g_set_error() instead of doing it manually and forgetting to check whether the pointer is NULL or not before dereferencing it. Spotted by clang --analyze.
-
- 12 Tem, 2013 1 kayıt (commit)
-
-
Colomban Wendling yazdı
The test suite uses a LOG_COMPILER, which requires the parallel-tests Automake test driver which is the default only since version 1.13, so explicitly enable it so it is used by earlier versions too. Moreover, the parallel-tests test diver was introduced by Automake 1.11, as was the option, so we need to depend on it too. It was released 2009-05-17, which is 2 months after GTK 2.16, the minimum GTK version we depend on (2009-03-13). If this is a problem, we could also rework the Automake test layout to use the older and a little deprecated serial-tests test driver that is the historical one.
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Asier Iturralde Sarasola yazdı
Signed-off-by: Frank Lanitz <flanitz@bgc-jena.mpg.de>
-
- 03 Tem, 2013 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-