summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* cleanup Plugin, don't use #to_sym anymoreKornelius Kalnbach2013-07-211-12/+11
* mark possibly problematic spots with FIXMEKornelius Kalnbach2013-07-201-0/+1
* always load the plugin mapKornelius Kalnbach2013-06-101-12/+4
* do not warn about plugin fallbackKornelius Kalnbach2013-06-091-1/+0
* Removing redundant LoadError raise. File.exists? seems to have problems when ...Will Read2012-04-011-1/+0
* Major rewrite of encoders to support IO output; fixed some minor scanner bugs...Kornelius Kalnbach2011-08-191-5/+7
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-1/+1
* coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)murphy2011-06-251-15/+25
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-211-17/+9
* Cleanups, fixes and enhancements for the helper classes.murphy2011-02-281-144/+42
* Added all_plugins and all_titles methods to Plugin.murphy2010-07-051-0/+15
* Plugin: Added PluginHost#const_missing for plugin autoloading, fixed and impr...murphy2010-06-291-313/+330
* Improved behavior of Plugin#register_for.murphy2010-05-011-2/+3
* Plugin depends on -w instead of -d for warnings.murphy2010-03-261-1/+1
* Documentation.murphy2009-12-301-2/+4
* Fixing Ruby 1.9 warnings.murphy2009-10-181-2/+2
* New: Plugin.title (closes #96)murphy2009-06-091-0/+8
* Removed subversion $Id$ lines.murphy2009-02-201-2/+0
* Plugin.helper can be used to load helpers from other plugins using the 'plugi...murphy2009-01-131-1/+9
* Made plugin ids case-insensitive.murphy2009-01-011-1/+1
* New: *Java Scanner* (closes #42).murphy2008-09-211-3/+7
* Lib:murphy2008-01-071-2/+2
* Done:murphy2007-01-011-2/+5
* Declared Version 0.7.4!murphy2006-10-171-3/+3
* Tests:murphy2006-10-151-326/+326
* Changed error handling of all scanners: :error tokens are OK now, even in deb...murphy2006-07-111-9/+9
* Big re-indenting - no more tabs!murphy2006-07-101-296/+296
* Fix:murphy2006-06-281-1/+1
* new version: 0.7.1murphy2006-05-111-1/+1
* New Version: 0.7.0!murphy2006-04-191-11/+11
* Large update: Scanners for HTML, RHTML and Nitro-XHTML added.murphy2006-04-101-3/+19
* plugin.rb: _map loading now without exceptions (doesn't produce rubygem warni...murphy2006-02-201-4/+5
* Plugin documentation updated.murphy2005-12-131-0/+11
* scanners/ruby/patterns.rb:murphy2005-12-111-1/+1
* Plugin System extended:murphy2005-12-101-55/+17
* Some fixes for cYcnus style (capital Y makes problems)murphy2005-12-051-2/+2
* plugin.rb cleanupmurphy2005-11-101-75/+82
* helpers/plugin.rb: New plugin mapping systemmurphy2005-11-061-2/+36
* bench/bench.rb: Added SilverCity benchmarkingmurphy2005-11-051-1/+10
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-291-3/+3
* Two new encoders: debug and xml.murphy2005-10-041-2/+2
* Demos updated, rewritten, enhanced, tested.murphy2005-10-011-110/+109
* After merge with Plugin branch.murphy2005-09-291-0/+287