Gabe Cohen
39c73e1649
Improve autocompletion
...
1. Removed autocomplete menu because it lists the entire line, not just what is
being autocompleted.
2. Autocomplete positional args first unless cursor is at - then autocomplete
long options
3. Don't autocomplete an options that is already present.
4. Other fixes
2017-12-14 07:53:49 -06:00
Gabe Cohen
3bf9d01f0a
Remove unused code and retab
2017-12-14 07:01:00 -06:00
Gabe Cohen
f71fe9a1a6
Make autocomplete more intelligent
2017-12-13 21:13:43 -06:00
Gabe Cohen
671e538740
Contain autocomplete in StatusBarWidget.js
...
StatusBarWidget.js now imports app itself and gets command names.
app-gui.js no longer sets the autocomplete of StatusBarWidget itself.
2017-12-11 19:31:11 -06:00
Gabe Cohen
cda623a95c
Added command auto complete
...
File based autocompletion is not yet implemented. This will require knowledge of
the command, and it's parameters. The autocomplete feture is pretty powerful
however, so this should not be very difficult to add.
2017-12-09 23:08:28 -06:00
Laurent Cozic
52f25c26d2
Minor UI changes and reverter back to npm
2017-10-25 18:23:45 +01:00
Laurent Cozic
900aee82f0
Added more shortcuts and improved existing ones. Fixed bg color issue in status bar.
2017-10-24 22:52:13 +01:00
Laurent Cozic
89d85541ef
Scroll to bottom of console after inputting command
2017-10-24 22:09:22 +01:00
Laurent Cozic
13b4f3f4ea
Display link to resources and display them via server.
2017-10-24 20:40:15 +01:00
Laurent Cozic
3f56404c25
Allow cancelling OAuth dance, and fixed status bar display issue
2017-10-24 18:03:12 +00:00
Laurent Cozic
1845a0105c
Many improvements and bug fixes
2017-10-18 23:13:53 +01:00
Laurent Cozic
d4af90832b
Cleaned up command processing logic and fixed a few bugs
2017-10-17 18:18:31 +01:00
Laurent Cozic
7d45e1000d
Fixed status bar
2017-10-15 18:20:54 +01:00
Laurent Cozic
7e2b4f7da5
Changed console to status bar
2017-10-15 17:57:09 +01:00