82
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 28, 2024 — Jun 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Committing 1.0.7.4 version-in-header changes. More... over 19 years ago
More additions to changelog for 1.0.7.4 release. More... over 19 years ago
Added keywords with dot in them that were removed in 1.0.7.2 (added in the correct place they work with the other keywords). Fix for sf bug 1283310 More... over 19 years ago
Fixed regression: HTML and XML highlighting broken due to removal of </span> usage. More... over 19 years ago
Added blitzbasic file (thanks to Pàdraig O`Connel) More... over 19 years ago
Added notes about changes for 1.0.7.4 (documentation, single-comment newline bug, c++) More... over 19 years ago
Fixed some minor documentation issues. More... over 19 years ago
Added "class" keyword More... over 19 years ago
Fixed bug where newline was being generated at end of code if the last thing in the code was a comment. More... over 19 years ago
Commented example file much better, so people can use it as an example better. More... over 19 years ago
Updated version for 1.1.1alpha1 release. More... over 19 years ago
Pass the language name to the styler when calling resetParseData. More... over 19 years ago
Pass language name to the code parser. More... over 19 years ago
Let delphi use it's code parser. More... over 19 years ago
Highlight class names when discovered and when they occur elsewhere in the source. More... over 19 years ago
Use the new code parser stuff to detect when a keyword is not actually a keyword and change it to be a bareword. More... over 19 years ago
resetParseData accepts the name of the language being used and passes it on to the code parser. More... over 19 years ago
GeSHiCodeParser now has the name of the language being parsed, which can be used by parseToken for dealing with both the language and any dialects. More... over 19 years ago
Added delphi directory with delphi code parser class for fixing problems with delphi syntax highlighting. More... over 19 years ago
Make sure class keyword is in correct context for detecting class names. More... over 19 years ago
Added GESHI_DIR_SEP constant which will eventually replace GESHI_DIR_SEPARATOR. Lots of whitespace cleanup. More... over 19 years ago
Clarified the todos for PHP code parsing. The parser now recognises class names and modifies the context name if one is detected. More... over 19 years ago
Did some tidy up and added some documentation. Check that the code parser being used is actually a code parser. More... over 19 years ago
Tidied up new classes. Added documentation. More... over 19 years ago
Tidied up geshi_get_position function. More... over 19 years ago
Renamed a couple of verification methods. Made some member variables start with _. Removed the cache stuff, and the stuff in _parsePostprocess that generates HTML, as that is done in the HTML renderer now. More... over 19 years ago
Plugged advanced PHP highlighter into PHP files. More... over 19 years ago
Added an HTML renderer that highlights source as HTML. More... over 19 years ago
Added a php version of the code parser that will provide more advanced syntax highlighting for PHP. More... over 19 years ago
Major overhaul: removed old style of putting all parse data in a big array, and implemented new code parser/renderer system for more advanced highlighting and support for different output formats. More... over 19 years ago