index
:
delta/ruby-gems/coderay.git
applescript-scanner
autoload
avrasm-scanner
bash-scanner
cleanup-output
dsl
escape-utils
extend-specs
fix-javascript-regexp
fortran-scanner
io-scanner
latex-encoder
lisp-scanner
lua-scanner
master
paint-integration
possible-speedups
remove-dump
ruby-2.3
ruby-skip
tcl-scanner
test-code-climate
vhdl-scanner
github.com: rubychan/coderay.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
coderay
/
encoders
Commit message (
Expand
)
Author
Age
Files
Lines
*
vastly improve Debug encoder speed on Ruby 1.9.3
Kornelius Kalnbach
2013-03-11
1
-1
/
+1
*
fix #41 by removing special case
Kornelius Kalnbach
2013-03-10
1
-17
/
+22
*
remove ondblclick handler from HTML output
Kornelius Kalnbach
2013-03-10
1
-1
/
+1
*
Update lib/coderay/encoders/html/numbering.rb
shura
2012-08-28
1
-1
/
+1
*
add :string.:char, remove :regexp.:function color from terminal encode (GH #29)
Kornelius Kalnbach
2012-07-23
1
-1
/
+1
*
rename :independent_lines option to :break_lines
Kornelius Kalnbach
2012-04-02
1
-5
/
+6
*
here come the white-space nazis
Kornelius Kalnbach
2012-04-01
2
-12
/
+13
*
Fixed handling of eols inside token content.
Etienne Massip
2012-03-29
1
-6
/
+10
*
Extracted code making HTML lines independent from numbering code to a specifi...
Etienne Massip
2012-01-26
2
-18
/
+25
*
Bug #6: merge ConradIrwin's approach with korny's
Kornelius Kalnbach
2011-12-27
1
-3
/
+3
*
Remove assumption about a stable $:
Conrad Irwin
2011-12-23
1
-3
/
+3
*
use bright blue because dark blue is hard to see on black terminal
Kornelius Kalnbach
2011-12-15
1
-6
/
+6
*
simplify HTML page layout (no border)
Kornelius Kalnbach
2011-10-19
1
-1
/
+9
*
cleanup JSON encoder gem loading
Kornelius Kalnbach
2011-09-19
1
-2
/
+2
*
fix YAML encoder for Psych (damn!)
Kornelius Kalnbach
2011-08-21
1
-3
/
+1
*
fix YAML encoder for all Rubies (again!)
Kornelius Kalnbach
2011-08-21
1
-2
/
+2
*
fix YAML encoder for Ruby 1.8.7
Kornelius Kalnbach
2011-08-21
1
-1
/
+1
*
cleanup CodeRay.scan* methods
Kornelius Kalnbach
2011-08-20
1
-1
/
+2
*
pretty (longer) token class names; closes #347
Kornelius Kalnbach
2011-08-19
4
-8
/
+5
*
Major rewrite of encoders to support IO output; fixed some minor scanner bugs...
Kornelius Kalnbach
2011-08-19
14
-44
/
+88
*
minor support fixes for some Ruby engines and versions
murphy
2011-07-08
1
-1
/
+1
*
cleanups: Page encoder is default for HTML, benchmark KB/s instead of tokens/s
murphy
2011-07-04
6
-28
/
+31
*
coderay list subcommand and cleanups/fixes in Plugin helper (issue #45)
murphy
2011-06-25
2
-8
/
+7
*
#309 Improved highlighting of Ruby inside diffs
murphy
2011-06-22
1
-6
/
+6
*
found a better name for this variable
murphy
2011-06-11
1
-5
/
+5
*
cleanups
murphy
2011-06-11
1
-6
/
+5
*
fix XML encoder (make token methods public)
murphy
2011-06-11
1
-8
/
+8
*
various fixes and cleanups in CodeRay's helpers
murphy
2011-05-21
3
-11
/
+13
*
#299 fix transparent tokens
murphy
2011-05-21
1
-10
/
+8
*
Encoder refactoring to fix LOC and Statistic encoders
murphy
2011-04-20
2
-33
/
+31
*
renamed pre_* token kinds to predefined_*
murphy
2011-04-17
3
-12
/
+6
*
updating terminal encoder a bit
murphy
2011-03-07
1
-4
/
+3
*
lines of code, still not working properly
murphy
2011-03-07
1
-2
/
+6
*
Use autoload in HTML encoder; speedup for :css => :class mode.
murphy
2011-03-01
1
-11
/
+17
*
Code cleanup.
murphy
2010-11-21
1
-2
/
+4
*
Cleanup of debug encoder.
murphy
2010-10-15
1
-12
/
+10
*
Fixed Null encoder.
murphy
2010-10-15
1
-8
/
+6
*
Code cleanups in HTML encoder.
murphy
2010-10-15
1
-29
/
+24
*
Fixed Count encoder.
murphy
2010-10-15
1
-0
/
+2
*
Fixed line token classes when using hints.
murphy
2010-09-22
1
-1
/
+5
*
Fix invalid HTML markup for line tokens (use span + CSS instead of div).
murphy
2010-09-22
1
-3
/
+3
*
Fixed HTML encoder :hint => info option.
murphy
2010-08-23
1
-1
/
+1
*
Made token methods of JSON encoder public.
murphy
2010-06-29
1
-4
/
+5
*
Made token methods of Statisic encoder public.
murphy
2010-06-29
1
-31
/
+33
*
General cleanup to Encoders::HTML::Output module: Numbering is now a bit less...
murphy
2010-06-29
1
-19
/
+16
*
General cleanup in this weird Encoders::HTML::Output module.
murphy
2010-06-29
1
-52
/
+10
*
Use autoload instead of require (speeds up CodeRay startup) for CodeRay, Scan...
murphy
2010-06-29
1
-5
/
+9
*
LOC encoder uses faster to_s encoder now and prints a more useful warning whe...
murphy
2010-06-29
1
-51
/
+2
*
Encoder#to_proc is obsolete.
murphy
2010-06-29
1
-5
/
+0
*
Improved JSON encoder: Loading of json library in JRUBY, error messages, "ear...
murphy
2010-06-29
1
-35
/
+14
[next]