mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
contentCleanUp function repurposed (No longer removes tabs & spaces & sets tabbing, new purpose is some HTML encoding of chars such as & to &) (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