remi-syntax-on 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/TODO +4 -0
  2. metadata +1 -1
data/TODO CHANGED
@@ -1,4 +1,8 @@
1
+ * refactor browser!!!!!!! use ERB (cause it's included in ruby)
2
+ * fix the links for toggling line numbers ... they don't work cause i used a document function that isn't native javascript
1
3
  * add caching features, specifically for the browser ... it should only re-render files if their content has changed
2
4
  * make the browser's file/directory browser pretty, not the Dir[] hack that it is now ... try basing it on Redmine or Trac's source browser interface ... I'd suggest using Redmine's and giving credit, where due, to jplang ... so long as the browser uses the GPL or AGPL, it's all good (Redmine is GPL'd) ... just don't use it in the 'library,' which I intend on LGPLing
3
5
  * add Windows support, if gvim.exe is in the PATH - also, check the default path that GVim installs to in Windows.
4
6
  * Update documentation with howto add your own themes, etc
7
+ * figure out howto go from CSS -> vim theme so they can all be released as vim themes, as well
8
+ * make the DEFAULT_THEME a constant so it's easy to change in .syntaxonrc - should be used as the default theme everywhere ... to do this, go thru all of the themes and make mappings of .vim syntax color names and the css generated equivalents ... check default.vim to see what's up with the differences in and out of a terminal
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: remi-syntax-on
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - remi Taylor