Commit Graph

55 Commits

Author SHA1 Message Date
Dan Kaplun
f5fa982ecb refactor(insertMode): move keybinding for insert mode to editor-widget 2016-01-03 01:40:32 -05:00
Dan Kaplun
557c0d9971 feat(PaneList): Ctrl+L for list of open panes 2016-01-03 01:40:32 -05:00
Dan Kaplun
6e131fee1a feat(EditorPane): generalize Pane; implement EditorPane extends Pane 2015-12-24 15:32:46 -05:00
Dan Kaplun
95fd6bd8c0 fix(config): move fullUnicode to [screenOpts] 2015-08-05 09:48:13 -04:00
Dan Kaplun
1c2034a65e feat(theme): light blue hover 2015-08-03 09:18:11 -04:00
Dan Kaplun
37bb701843 feat(perf): use blessed smartCSR 2015-07-31 16:12:28 -04:00
Dan Kaplun
191a1479b0 feat(theme): more neutral colors by default
Blue theme by default, with magenta highlights
Deletes obsolete dialog config
2015-07-29 21:07:33 -04:00
Michal Baumgartner
e1ae8c69de Basic blue color scheme
Changed:
- header style background to "blue" from "magenta"
- form style background to "green" from "magenta"

change gutter background to blue as well - https://github.com/slap-editor/editor-widget/blob/master/editor-widget.ini
2015-07-29 12:12:25 +02:00
Dan Kaplun
a3d64ffc39 refactor(editor-widget): move editor config to editor-widget 2015-06-11 21:46:26 -04:00
Dan Kaplun
8f78f298da Remove renderThrottle 2015-04-29 22:47:39 -04:00
Dan Kaplun
183864d5f0 Refactor header
Use native blink rather than Header#_blink (uglier but faster)
2015-04-29 22:47:39 -04:00
Dan Kaplun
26c2fa9190 Documents alternative promptless save binding 2015-04-28 23:48:09 -04:00
Dan Kaplun
3fa49bfdb4 Adds fullUnicode option to slap.ini 2015-04-15 23:00:58 -04:00
Dan Kaplun
5fa3bbd99f Copies a default config to ~/.slap/config on first run rather than just creating it 2015-03-19 00:10:08 -04:00
Dan Kaplun
d5120d6b74 Adds C-b duplicateLine 2015-02-16 16:14:20 -05:00
Dan Kaplun
b4f9912f8b Adds deleteLeftWord binding: M-backspace 2015-02-16 16:00:54 -05:00
Dan Kaplun
3af25c89fa Fixes #126 M-left/right on certain terminals 2015-02-16 15:55:27 -05:00
Dan Kaplun
2b12e492d1 Factors Editor.copy and Editor.paste into slap-clipboard-plugin 2015-01-30 20:50:31 -06:00
Dan Kaplun
f92c44fe54 Fixes FindForm, GoLineForm, BaseFindForm 2015-01-30 10:39:25 -06:00
Dan Kaplun
b38d44edd5 Reimplements Editor with Atom's text-buffer 2015-01-30 10:39:24 -06:00
Dan Kaplun
04b337ccd9 Throttles selection match finding, render throttling now configurable 2015-01-03 08:11:44 -06:00
Dan Kaplun
fd9f7cb441 Adds slap.ini comment describing available styles 2015-01-02 02:38:27 -06:00
Dan Kaplun
8cd600699b Highlighting is now disableable 2014-12-29 04:07:47 -06:00
Dan Kaplun
a167330608 Changes --profile to --perf.profile and adds option to slap.ini 2014-12-29 03:45:15 -06:00
Dan Kaplun
1d45ac1efb Minor tweaks to gregjoy1's header position PR
Closes #48
2014-12-21 18:38:58 -06:00
Greg Joy
27dbbbc052 Implemented header top/bottom positioning via config 2014-12-21 18:32:56 -06:00
Dan Kaplun
6714a54263 Fixes blinking in Terminal.app
Apparently blessed uses style.blink

Fixes #39
2014-12-21 04:27:02 -06:00
Dan Kaplun
029323c165 Minor changes to katywings' encoding PR
Closes #95
2014-12-20 23:43:56 -06:00
Katja Lutz
110f4b80d1 Added file encoding support with options and autodetection 2014-12-20 23:41:51 -06:00
Dan Kaplun
05981c3b66 Implements multiple buffers 2014-11-11 18:12:53 -06:00
Dan Kaplun
9039d233c8 Adding in ability to toggle Filebrowser and adding in default key
binding
2014-10-19 21:22:17 -05:00
Dan Kaplun
ef16d2dbb8 Adds bullet styling 2014-10-04 14:43:34 -05:00
Dan Kaplun
ab004e0cad Fixes bindings for (go/delete)(Left/Right)Infinity 2014-08-15 19:53:19 -05:00
Dan Kaplun
4a0538bfd1 Replaces selectAll C-a and adds C-e for emacs-like beginning and end of line 2014-08-14 21:05:47 -05:00
Dan Kaplun
2488416422 Improves keybindings for OSX 2014-08-14 21:00:05 -05:00
Dan Kaplun
afbf7c6f0b Sets editor.useSpaces = true and editor.tabSize = 2 by default 2014-08-14 21:00:05 -05:00
Dan Kaplun
feaff7f2ea Allows left/right as well as tab/S-tab navigation in dialogs 2014-06-26 23:24:50 -05:00
Dan Kaplun
9661508f5a Adds empty style for symbol and constant highlighting 2014-06-26 23:08:45 -05:00
Dan Kaplun
832bb994e6 Updates save keybinding 2014-06-25 02:16:38 -05:00
Dan Kaplun
680e3daaf8 Adds file browser 2014-06-20 22:57:53 -05:00
Dan Kaplun
07a465e692 Implements gutter 2014-06-12 19:18:05 -05:00
Dan Kaplun
286a2b644b Adds empty attribute style 2014-06-02 06:06:11 -05:00
Dan Kaplun
35518b033b Adds a title to Help dialog 2014-05-30 10:23:47 -05:00
Dan Kaplun
7f56b80a2e Implements Help dialog 2014-05-30 06:20:13 -05:00
Dan Kaplun
964ca1c3b3 Header refactor 2014-05-28 12:19:48 -05:00
Dan Kaplun
32b41a943d Adds empty styles for value and setting (used in .ini files) 2014-05-27 13:28:08 -05:00
Dan Kaplun
c80b93a5c0 Initializes logger in child processes 2014-05-27 13:19:11 -05:00
Dan Kaplun
ad63366a1e Supports left/right as well as tab/S-tab for dialog navigation 2014-05-23 16:00:06 -05:00
Dan Kaplun
c90d2f3be4 Installs winston (and longjohn if the log level is set to less than info) 2014-05-18 01:46:57 -05:00
Dan Kaplun
939525598b Doesn't highlight matching bracket if there is a selection 2014-05-11 02:58:09 -05:00