Commit Graph

139 Commits

Author SHA1 Message Date
Fluidbyte
b68e2cd27c Misc cleanup 2012-10-07 05:46:57 -07:00
Kent Safranski
6eff0a8f40 Merge pull request #33 from lorefnon/master
Single editor instance
2012-10-07 05:15:45 -07:00
Lorefnon
88c8835fcf Fix the issue about redundant recovery notifications 2012-10-07 16:22:31 +05:30
Lorefnon
0f50985b35 Merge remote-tracking branch 'fluid_byte/master' 2012-10-07 16:12:19 +05:30
Lorefnon
cbf2a03ea0 Fix issues with keybindings and undo manager 2012-10-07 15:59:40 +05:30
Lorefnon
2bff9b8408 Clean up whitespace in CSS files and fix white corners in scrollbars in sidepane 2012-10-07 15:51:52 +05:30
Lorefnon
3e4cd84819 Fix the issue of unsaved sessions not getting recovered 2012-10-07 15:34:11 +05:30
Lorefnon
863b7a03a3 Fix the issue of cursor tracking not being intialized 2012-10-07 15:08:57 +05:30
Lorefnon
0fd8d62c27 Fix issue of changed files not being marked 2012-10-07 11:07:15 +05:30
Lorefnon
eff02eafd2 Fix a bug hindering re-opening of previously opened files 2012-10-07 04:59:32 +05:30
Lorefnon
98158d7fdb Fix multiple bugs regarding unpredictable behaviors and errors while opening files 2012-10-07 04:09:17 +05:30
Lorefnon
882b7c5c30 Responsibility re-assignment between editor and active component 2012-10-07 01:56:35 +05:30
Fluidbyte
f706ecab09 Added user access control 2012-10-06 09:54:15 -07:00
Fluidbyte
2a91a2deac Removed localstorage from active component (now in root /js) 2012-10-05 07:56:15 -07:00
Fluidbyte
a654875e19 Check for config file on index 2012-10-05 07:40:49 -07:00
Fluidbyte
b819f3bd81 Update install to check that config was renamed 2012-10-05 07:32:44 -07:00
Fluidbyte
ffea704904 Removed default config 2012-10-05 07:28:58 -07:00
Fluidbyte
510f16a02d Added example config file 2012-10-05 07:27:22 -07:00
Lorefnon
b4069e16fb whitespace cleanup 2012-10-05 19:15:46 +05:30
Fluidbyte
78409a7d43 Clean-up on core CSS 2012-10-04 07:50:24 -07:00
Fluidbyte
e7206b5f5e Formatting fix 2012-10-03 17:55:17 -07:00
Fluidbyte
8efffc2b4a Updated with code formatting info 2012-10-03 17:51:59 -07:00
Fluidbyte
f634c3500c Merge branch 'master' of https://github.com/Fluidbyte/Codiad 2012-10-03 17:40:46 -07:00
Fluidbyte
68a5be9f1b Misc cleanup 2012-10-03 17:40:21 -07:00
Kent Safranski
dd752c4541 Remove 'close' function from $.get callback 2012-10-03 19:39:41 -05:00
Kent Safranski
f09e27608c Merge pull request #28 from lorefnon/master
Fix for #27
2012-10-03 15:02:19 -07:00
Lorefnon
a66e203e5b Reformat code using JS-beautify 2012-10-04 03:19:56 +05:30
Kent Safranski
23476804d1 Merge pull request #26 from lorefnon/master
Fix for issue #24
2012-10-03 10:27:27 -07:00
Lorefnon
f46acfdbf0 Minor code cleanup 2012-10-03 22:27:21 +05:30
Lorefnon
b270d6f43d Fix issue #24 2012-10-03 22:08:01 +05:30
Fluidbyte
53b874ff40 Moved localstorage.js to core 2012-10-02 11:08:38 -07:00
Fluidbyte
deb97101ed Fix for Firefox ignoring the autofocus attribute. 2012-10-02 07:57:12 -07:00
Fluidbyte
8c0f6c9107 LocalStorage persist of drafts to prevent data loss 2012-10-02 07:40:16 -07:00
Kent Safranski
91a9cfdacc Merge pull request #20 from lorefnon/master
Bug-fix and precautionary measures to prevent loss of work.
2012-09-30 08:04:56 -07:00
Lorefnon
88feeab492 Prompt the users if data loss is possible. Fix a bug causing files to be shown as changed even if saving failed. 2012-09-30 20:18:54 +05:30
Fluidbyte
465f42fd58 Changed cursor to col-resize on left-sidebar 2012-09-30 05:35:42 -07:00
Lorefnon
03f8c03c93 Implement resizable left sidebar 2012-09-30 08:05:54 +05:30
Fluidbyte
a8c065a421 Added line wrapping mode setter 2012-09-29 10:37:33 -07:00
Fluidbyte
8612783015 Added processing notification to file search 2012-09-29 05:23:26 -07:00
Fluidbyte
cf5e0f8eb7 Added preg_quote() to file search (grep). TODO: Add regex searching 2012-09-28 13:33:27 -07:00
Fluidbyte
7dc852ff79 Added goto_line function 2012-09-28 13:15:18 -07:00
Fluidbyte
25cb6b98d3 Added grep search to filemanager 2012-09-28 12:53:16 -07:00
Fluidbyte
7cbcc22a30 CONTRIBUTING Updated 2012-09-28 10:38:45 -07:00
Fluidbyte
4157680ef6 Added Rescan function to filemanager context menu 2012-09-28 09:23:20 -07:00
Fluidbyte
5c29b802b5 Fixed CTRL+O preview issues 2012-09-26 07:51:56 -07:00
Fluidbyte
688d903e45 Fix to right-bar loader 2012-09-26 07:39:20 -07:00
Fluidbyte
dac64d2a66 Added filemanager context menu JSON manifest 2012-09-26 07:33:42 -07:00
Tim Holum
296daa5276 Adding Default Action to filemanager 2012-09-25 07:58:05 -05:00
Kent Safranski
72d8dd7f95 Update README.md 2012-09-24 14:11:57 -05:00
Fluidbyte
ad2cdbf65b Fix get_current return 2012-09-22 06:04:08 -07:00