Fluidbyte
28cf9dcfc9
Fix positioning on filemanager context menu
2013-01-03 06:06:14 -08:00
Fluidbyte
219fdc0cd7
Misc cleanup
2012-12-26 08:11:54 -08:00
Fluidbyte
2e17629aa0
Misc cleanup
2012-12-26 08:08:56 -08:00
Fluidbyte
4b17c8162d
Misc cleanup
2012-12-26 08:04:52 -08:00
Fluidbyte
e38d0e30db
Fixes to check QS for empty sets
2012-12-26 07:46:49 -08:00
Kent Safranski
a4bcfdfc39
Added check for 'query' variable
2012-12-26 08:46:11 -06:00
Lorefnon
61a913de92
Add link to content search
2012-12-24 10:41:26 +05:30
Lorefnon
a1f481b2ed
Visual enhancements
2012-12-24 10:22:59 +05:30
Lorefnon
2f1215eaf9
Improve documentation
2012-12-24 03:59:48 +05:30
Lorefnon
4e531f13e6
Disable verbose log messages
2012-12-24 03:57:55 +05:30
Lorefnon
80bf3a468b
Assign keyboard shortcut for finder
2012-12-24 03:56:28 +05:30
Lorefnon
fdef8579ba
Add explanatory note
2012-12-24 03:45:49 +05:30
Lorefnon
2667a39c9b
Fix the issue of file paths not being added for directory entries in directory tree
2012-12-24 03:42:56 +05:30
Lorefnon
0c91061f2b
Minor refactoring and optimization to prevent multiple unnecessary ajax requests
2012-12-24 03:26:27 +05:30
Lorefnon
4f49400fd3
Add basic documentation
2012-12-24 03:12:41 +05:30
Lorefnon
883ac7edf4
Refactor finder into a separate component
2012-12-24 03:06:26 +05:30
Lorefnon
17c581c807
Implement regexp search and substring search
2012-12-24 02:57:37 +05:30
Lorefnon
f3cb8bf10d
Implement finder menu ui
2012-12-24 02:02:04 +05:30
Lorefnon
b7482820d6
Add an options button and disable auto-collapse untill an appropriate configuration option can be provided
2012-12-24 01:28:54 +05:30
Lorefnon
85dc2e73ad
Implement automatic restoration of initial tree state when finder loses focus
2012-12-24 00:36:48 +05:30
Lorefnon
30a0651601
Format the server response to provide information regarding datatype
2012-12-23 16:00:23 +05:30
Lorefnon
0b98d15632
Implement searching for files with matching names via ajax requests
2012-12-23 15:17:05 +05:30
Lorefnon
759b546e15
Implement a poller for finder and implement find action using linux find utility
2012-12-23 13:40:46 +05:30
Lorefnon
b8e83e1bc6
Create basic user interface for finder
2012-12-23 12:51:12 +05:30
Lorefnon
49bbfd3ec5
Whitespace cleanup
2012-12-23 11:55:14 +05:30
Kent Safranski
226aaa5232
Merge pull request #105 from lorefnon/issue_82
...
Fix issue#82 along with some enhancements to notification system
2012-12-22 05:50:16 -08:00
Lorefnon
c05c2a70de
Fix for issue#82 and replace current notification system with toastmessage based notification system
2012-12-22 15:28:59 +05:30
Verdier
bd0d342e9a
Improve dropdown visibility.
2012-12-22 08:59:54 +01:00
Verdier
7e4a277ce5
Improve tab visibility.
2012-12-22 08:17:15 +01:00
Verdier
804908c3b2
Fix clear cache when no suggestion.
2012-12-22 07:25:02 +01:00
Florent Galland
8edd9c5d99
Small cleaning.
2012-12-21 22:29:46 +01:00
Florent Galland
a9719f5a22
Fix "property exec is not a function" bug.
2012-12-21 22:01:50 +01:00
Verdier
d6894437a5
Improve index computation.
2012-12-20 15:15:33 +01:00
Florent Galland
830eb7f62f
Escape regex chars before matching fuzzily.
2012-12-20 12:29:35 +01:00
Verdier
7222f6e3ac
Merge branch 'autocomplete' of ssh://github.com/Bluefinch/Codiad into autocomplete
2012-12-20 11:57:43 +01:00
Verdier
d2f0bac0b1
Fix cache clear.
2012-12-20 11:53:46 +01:00
Florent Galland
025be3ea24
Add suffix to suggestions before storing them.
2012-12-20 11:50:06 +01:00
Verdier
bf003355a6
Merge branch master.
2012-12-20 09:59:49 +01:00
Lorefnon
b8fab8a468
Add coffeescript support
2012-12-20 13:28:57 +05:30
Verdier
a281d24fcc
Fix distance fill + Normalize by suggestion length.
2012-12-19 18:17:59 +01:00
Florent Galland
9ae19a7037
Add header. Try to improve distance computation.
2012-12-19 18:06:22 +01:00
Florent Galland
4f704b90d6
Allow completion in the middle of a word.
2012-12-19 17:48:23 +01:00
Lorefnon
6f855587ac
Minor code cleanup
2012-12-19 22:14:21 +05:30
Florent Galland
03dfaeee76
Merge branch 'master' of https://github.com/Bluefinch/Codiad into autocomplete
2012-12-19 17:23:20 +01:00
Lorefnon
bed8a31801
Fix an obscure bug causing a redudant replica to be created for the first session opened.
...
A proxySession instance would always be created for the first file opened causing codiad.editor.instances[0].session
and codiad.sessions[codiad.editor.instances[0].session.path] to be two different session objects which are obviously
not in sync.
2012-12-19 21:19:36 +05:30
Lorefnon
7288677c1a
Multiple bug-fixes
2012-12-19 20:34:02 +05:30
lorefnon
86e4d26cbe
Merge remote-tracking branch 'lorefnon/master' into payload_optimization
2012-12-19 18:55:04 +05:30
Verdier
079d6dc75e
Basic suggestion cache.
2012-12-19 14:18:46 +01:00
Florent Galland
aef8a929bb
Fix bug when suggesting 'hasOwnProperty'.
2012-12-19 09:45:52 +01:00
Florent Galland
03076e15c1
Improve css + fix focus bug.
2012-12-18 18:06:29 +01:00