Commit Graph

460 Commits

Author SHA1 Message Date
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
Verdier
1f3f7bc2b7 Change toastmessage css to avoid intersection with tab + change to more codiad font. 2012-12-24 22:50:06 +01:00
Kent Safranski
1201ba2c42 Merge pull request #108 from lorefnon/fs_search
Implementation for enhancement#102 Filemanager search
2012-12-24 05:42:42 -08: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
14bb00793d Minor UI modification 2012-12-22 16:34:34 +05:30
Lorefnon
c05c2a70de Fix for issue#82 and replace current notification system with toastmessage based notification system 2012-12-22 15:28:59 +05:30
Lorefnon
b4869fdc91 Incorporate toast message plugin 2012-12-22 15:13:57 +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
Lorefnon
0852470eff Minor whitespace cleanup 2012-12-22 12:40:00 +05:30
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
Kent Safranski
d33da2fde1 Merge pull request #101 from Bluefinch/autocomplete
Ok, seems I finally got it working. I'm merging the pull request! Thanks for all the hard work!
2012-12-21 07:50:11 -08: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
Kent Safranski
1f15916e17 Merge pull request #98 from lorefnon/master
Ajax payload optimization - tested and working well!
2012-12-19 09:06:08 -08:00
Florent Galland
6428f3b92f Merge branch 'master' into autocomplete 2012-12-19 17:50:04 +01:00
Florent Galland
4f704b90d6 Allow completion in the middle of a word. 2012-12-19 17:48:23 +01:00