summaryrefslogtreecommitdiff
path: root/lib/coderay/encoders
Commit message (Collapse)AuthorAgeFilesLines
* Update lib/coderay/encoders/html/numbering.rbshura2012-08-281-1/+1
|
* add :string.:char, remove :regexp.:function color from terminal encode (GH #29)Kornelius Kalnbach2012-07-231-1/+1
|
* rename :independent_lines option to :break_linesKornelius Kalnbach2012-04-021-5/+6
|
* here come the white-space nazisKornelius Kalnbach2012-04-012-12/+13
|
* Fixed handling of eols inside token content.Etienne Massip2012-03-291-6/+10
|
* Extracted code making HTML lines independent from numbering code to a ↵Etienne Massip2012-01-262-18/+25
| | | | specific option in encoder.
* Bug #6: merge ConradIrwin's approach with korny'sKornelius Kalnbach2011-12-271-3/+3
|
* Remove assumption about a stable $:Conrad Irwin2011-12-231-3/+3
| | | | | | | | | | In some environments (e.g. [1]) $: can change between loading the library and using it. To avoid this problem, we always pass an absolute path to autoload internal modules. [1] https://github.com/pry/pry/issues/280
* use bright blue because dark blue is hard to see on black terminalKornelius Kalnbach2011-12-151-6/+6
|
* simplify HTML page layout (no border)Kornelius Kalnbach2011-10-191-1/+9
|
* cleanup JSON encoder gem loadingKornelius Kalnbach2011-09-191-2/+2
|
* fix YAML encoder for Psych (damn!)Kornelius Kalnbach2011-08-211-3/+1
|
* fix YAML encoder for all Rubies (again!)Kornelius Kalnbach2011-08-211-2/+2
|
* fix YAML encoder for Ruby 1.8.7Kornelius Kalnbach2011-08-211-1/+1
|
* cleanup CodeRay.scan* methodsKornelius Kalnbach2011-08-201-1/+2
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-194-8/+5
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-1914-44/+88
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests
* minor support fixes for some Ruby engines and versionsmurphy2011-07-081-1/+1
|
* cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/smurphy2011-07-046-28/+31
|
* coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)murphy2011-06-252-8/+7
|
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-6/+6
|
* found a better name for this variablemurphy2011-06-111-5/+5
|
* cleanupsmurphy2011-06-111-6/+5
|
* fix XML encoder (make token methods public)murphy2011-06-111-8/+8
|
* various fixes and cleanups in CodeRay's helpersmurphy2011-05-213-11/+13
|
* #299 fix transparent tokensmurphy2011-05-211-10/+8
|
* Encoder refactoring to fix LOC and Statistic encodersmurphy2011-04-202-33/+31
|
* renamed pre_* token kinds to predefined_*murphy2011-04-173-12/+6
|
* updating terminal encoder a bitmurphy2011-03-071-4/+3
|
* lines of code, still not working properlymurphy2011-03-071-2/+6
|
* Use autoload in HTML encoder; speedup for :css => :class mode.murphy2011-03-011-11/+17
|
* Code cleanup.murphy2010-11-211-2/+4
|
* Cleanup of debug encoder.murphy2010-10-151-12/+10
|
* Fixed Null encoder.murphy2010-10-151-8/+6
|
* Code cleanups in HTML encoder.murphy2010-10-151-29/+24
|
* Fixed Count encoder.murphy2010-10-151-0/+2
|
* Fixed line token classes when using hints.murphy2010-09-221-1/+5
|
* Fix invalid HTML markup for line tokens (use span + CSS instead of div).murphy2010-09-221-3/+3
|
* Fixed HTML encoder :hint => info option.murphy2010-08-231-1/+1
|
* Made token methods of JSON encoder public.murphy2010-06-291-4/+5
|
* Made token methods of Statisic encoder public.murphy2010-06-291-31/+33
|
* General cleanup to Encoders::HTML::Output module: Numbering is now a bit ↵murphy2010-06-291-19/+16
| | | | less obtrusive.
* General cleanup in this weird Encoders::HTML::Output module.murphy2010-06-291-52/+10
|
* Use autoload instead of require (speeds up CodeRay startup) for CodeRay, ↵murphy2010-06-291-5/+9
| | | | Scanner, Tokens, and Encoders::HTML.
* LOC encoder uses faster to_s encoder now and prints a more useful warning ↵murphy2010-06-291-51/+2
| | | | when no scanner was assigned.
* Encoder#to_proc is obsolete.murphy2010-06-291-5/+0
|
* Improved JSON encoder: Loading of json library in JRUBY, error messages, ↵murphy2010-06-291-35/+14
| | | | "early death" by loading it when the encoder is loaded.
* Removing tests from library files. They live now in test/unit.murphy2010-06-298-329/+2
|
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-273-33/+17
|
* Trying out a simplified, faster method of HTML encoding.murphy2010-06-271-42/+41
|