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
Verdier
c8e35ff89e
Click on suggestion.
2012-12-18 16:44:44 +01:00
Verdier
7a7502435d
Fix tab close issue.
2012-12-18 16:23:52 +01:00
Verdier
4d3d7de300
Improve css. Merge with remote.
2012-12-18 16:15:45 +01:00
Florent Galland
0c415baa98
Try without distance score.
2012-12-18 15:58:58 +01:00
Verdier
050fc1fd17
Improve css for autocomplete.
2012-12-18 15:55:47 +01:00
Florent Galland
31441a504f
Handle left/right arrows while completing.
2012-12-18 15:44:29 +01:00
Florent Galland
992c4debb1
Add Vim-like smartcase behavior.
2012-12-18 15:30:07 +01:00
Verdier
8b21f65c13
Merge branch 'master' of ssh://github.com/Bluefinch/Codiad into autocomplete
2012-12-18 14:52:04 +01:00
Verdier
d8179f0263
Fix score computation. (By Flo)
2012-12-18 14:51:35 +01:00
Verdier
e9c845d717
Ensure visibility of selected suggestion.
2012-12-18 12:07:59 +01:00
Lorefnon
5db4fcc626
Fix issue with the edge case of empty patches
2012-12-17 22:11:31 +05:30
Lorefnon
b13901feb3
Remove usage of inline dereferencing of array returned by function
2012-12-17 21:02:38 +05:30
Verdier
7f465809d1
Hilight matched words.
2012-12-17 16:26:04 +01:00
Lorefnon
37feaa468f
Remove usage of array shorthand notation
2012-12-17 20:49:11 +05:30
Lorefnon
8bf7c9684e
Remove a duplicate file
2012-12-17 20:00:22 +05:30
Lorefnon
e43b16015b
Code cleanup
2012-12-17 19:51:22 +05:30
Verdier
44bfb0438a
Fix css.
2012-12-17 15:17:13 +01:00
Lorefnon
efaab54dc6
Implement more graceful conflict handling
2012-12-17 19:10:56 +05:30
Lorefnon
cbdbb96e93
Fix the issue of conflicts due to statcache
2012-12-17 18:21:25 +05:30
Lorefnon
ca6db0b57b
Fix bugs regarding incorrect usage of dmp library causing file to be truncated.
2012-12-17 17:04:37 +05:30
Lorefnon
f92387b987
Fix multiple bugs
2012-12-17 16:08:33 +05:30
Lorefnon
0a251bbfb6
Complete the basic implementation of client-side diff generation and server-side patching
2012-12-17 15:46:26 +05:30
Florent Galland
b2fc4879ce
Fix bugs. Tab autocompletes.
2012-12-17 09:32:57 +01:00
Lorefnon
9633e7f1d6
Modify server code to return mtime for created/opened files, Modify client code to store the mtime in EditSession object
2012-12-17 13:21:07 +05:30
Lorefnon
a4f1f1b18f
Merge branch 'master' into payload_optimization
...
Conflicts:
components/active/init.js
2012-12-17 11:57:25 +05:30
Verdier
da3d46e309
Merge branch 'master' of git://github.com/Fluidbyte/Codiad
2012-12-16 10:39:36 +01:00
Florent Galland
3922681f6a
Add fuzzy matching strategy.
2012-12-15 23:11:21 +01:00