Commit Graph

4 Commits

Author SHA1 Message Date
Matt Pass
82c350444a Alterations to work with dynamic CM instances
Various functions updates to work with dynamically generated CM instances
New variables added to track the CM instance refs & next avail number
CTRL+G now focuses on go to line box
A few lines of now useless code removed
2012-02-09 07:53:59 +00:00
Matt Pass
0e28213c86 </textarea> in content fix
Reverse the string replacement to ensure </textarea> is shown in content as intended
2012-02-03 07:59:05 +00:00
Matt Pass
a620e1b275 Lots of great updates!
contentCleanUp function repurposed
(No longer removes tabs & spaces & sets tabbing, new purpose is some HTML encoding of chars such as & to &amp;)
(Also won't clean up loaded JS or CSS files anymore)
CTRL+Enter will now open webpage in new tab
ESC will now toggle comments for that line in a context aware way
Navigation expands contracts using JS instead of CSS (fixes issue #2)
New rename tab function added
Content type also determined by filename ext being .js or .css
Multiple new tabs can be opened now, instead of just 1
ShortURL established for renameFile function, fixes problem
lineCommentToggle function added
2012-01-28 17:01:47 +00:00
Matt Pass
972a3434bc v0.5.0 update
Global variables removed from JS file
Plugins system evolved, now including setInterval
Seperate CodeMirror instances per tab
backupOpenFiles plugin created
Minor fixes & improvements
2012-01-20 09:55:29 +00:00