1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-27 15:53:31 +03:00
Commit Graph

133 Commits

Author SHA1 Message Date
Tae Won Ha
c7fcab1358
GH-264 Refactor slightly 2016-09-07 22:29:35 +02:00
Tae Won Ha
923f07cba6
GH-264 Use NSOperation to filer
- Using NSOperation, we can cancel the filtering better
2016-09-05 23:17:50 +02:00
Tae Won Ha
32e564cd3d
GH-264 Implement filter 2016-09-05 23:15:46 +02:00
Tae Won Ha
c9e4626c32
GH-264 Do not use nvim_command_output
- When compiling with -Os nvim_command_output does not work somehow...
  Dunno why. For -O0 it works...
2016-09-03 22:49:09 +02:00
Tae Won Ha
d227d4f7d1
GH-264 Add cwd to open quickly component 2016-09-02 23:57:39 +02:00
Tae Won Ha
7df9bf82cf
GH-264 Add some convenience extensions 2016-09-02 23:55:19 +02:00
Tae Won Ha
28f59a6efd
GH-264 Add a stub table view 2016-09-02 23:44:05 +02:00
Tae Won Ha
b47f6caf8d
GH-264 Add path control 2016-09-02 23:35:18 +02:00
Tae Won Ha
0bd9511550
GH-264 Add (sync) NeoVimAgent.vimCommandOutput 2016-09-02 23:07:20 +02:00
Tae Won Ha
4b735581fd
GH-264 Add stub open quickly window 2016-09-02 23:05:48 +02:00
Tae Won Ha
202baa4469
GH-264 Use RxSwift instead of holding a reference of MainWindowManager in the component 2016-09-01 20:09:00 +02:00
Tae Won Ha
ec94566ba9
GH-264 Extract superclasses for components 2016-08-31 22:36:22 +02:00
Tae Won Ha
e5aae0b346
GH-264 Add credits 2016-08-30 20:49:46 +02:00
Tae Won Ha
d15ee6a2fe
GH-264 Add file items related files and restructure the project a bit 2016-08-30 20:49:46 +02:00
Tae Won Ha
0ac3c16b60 Set snapshot version: 0.9.0-SNAPSHOT-20160830.1836-66 2016-08-30 18:37:08 +02:00
Tae Won Ha
7cccc87f7f Set snapshot version: 0.9.0-SNAPSHOT-20160826.1731-65 2016-08-26 17:31:26 +02:00
Tae Won Ha
137831e367
GH-262 Launch NeoVimServer using login shell. 2016-08-26 17:27:42 +02:00
Tae Won Ha
1c9ccf6e28
GH-260 Use neovim's logging facilities in NeoVimServer 2016-08-26 15:31:30 +02:00
Tae Won Ha
84bd52bf17
Route help to the wiki 2016-08-26 09:19:40 +02:00
Tae Won Ha
772b824a5e Set snapshot version: 0.9.0-SNAPSHOT-20160825.2258-64 2016-08-25 22:58:30 +02:00
Tae Won Ha
fb86c67c73 Set snapshot version: 0.9.0-SNAPSHOT-20160825.1621-63 2016-08-25 16:22:20 +02:00
Tae Won Ha
44377b7011 Set snapshot version: 0.9.0-SNAPSHOT-20160825.1535-62 2016-08-25 15:35:40 +02:00
Tae Won Ha
80a76019af Set snapshot version: 0.9.0-SNAPSHOT-20160825.1015-61 2016-08-25 10:16:05 +02:00
Tae Won Ha
7cf3c2e7bc
GH-232 Install AppleEvent handler in "will-finish".
- It's too late in "did-finish" when the App is not launched.
2016-08-25 09:54:28 +02:00
Tae Won Ha
8a171528ed
GH-232 Use NSError's description for the alert 2016-08-25 09:53:28 +02:00
Tae Won Ha
c41cf4909d
GH-232 Add pref entry for cli tool 2016-08-25 09:27:59 +02:00
Tae Won Ha
4953659193
GH-232 Remove unused property 2016-08-24 23:19:06 +02:00
Tae Won Ha
d36967816b
GH-232 Open files from vimr 2016-08-24 23:12:33 +02:00
Tae Won Ha
a236b2c16a
GH-232 Launch neovim synchronously.
- The agent waits till neovim has finished launching. This makes many
  things easier...
2016-08-21 18:43:21 +02:00
Tae Won Ha
818f61323b
GH-232 Always send cwd 2016-08-21 18:43:12 +02:00
Tae Won Ha
560b522310
GH-232 Add vimr command line tool and stub handler 2016-08-21 11:52:24 +02:00
Tae Won Ha
b7649fbdaf
GH-232 Add stub handle get url event 2016-08-21 11:52:24 +02:00
Tae Won Ha
c52eccbed9 Set snapshot version: 0.9.0-SNAPSHOT-20160820.1912-60 2016-08-20 19:13:20 +02:00
Tae Won Ha
e5b08a9785
GH-255 Reorder file menu items 2016-08-20 19:07:47 +02:00
Tae Won Ha
85d17cfb73
GH-255 Add Save and Save As menu items 2016-08-20 19:02:16 +02:00
Tae Won Ha
0b8469a011 Set snapshot version: 0.9.0-SNAPSHOT-20160820.1706-59 2016-08-20 17:06:51 +02:00
Tae Won Ha
918c743c89
GH-257 Let neovim clean up when using Cmd-Q
- Refactor NeoVimView slightly
2016-08-20 16:59:30 +02:00
Tae Won Ha
ee3a07ec14 Set snapshot version: 0.9.0-SNAPSHOT-20160819.0745-58 2016-08-19 07:45:56 +02:00
Tae Won Ha
49cf51077c
GH-229 Send dirty status when changed to the UI 2016-08-18 23:11:33 +02:00
Tae Won Ha
ea31a26676 Set snapshot version: 0.9.0-SNAPSHOT-20160818.2037-57 2016-08-18 20:38:02 +02:00
Tae Won Ha
940e9b00d9 Set snapshot version: 0.9.0-SNAPSHOT-20160818.1757-56 2016-08-18 17:57:45 +02:00
Tae Won Ha
21c58ec259 Set snapshot version: 0.9.0-SNAPSHOT-20160816.2159-55 2016-08-16 21:59:49 +02:00
Tae Won Ha
46e4c803ff
Improve pref panes layout slighlty 2016-08-15 21:35:21 +02:00
Tae Won Ha
392d627b46 Set snapshot version: 0.9.0-SNAPSHOT-20160815.2034-54 2016-08-15 20:34:46 +02:00
Tae Won Ha
f25e06cdfa Set snapshot version: 0.9.0-SNAPSHOT-20160815.1635-53 2016-08-15 16:35:33 +02:00
Tae Won Ha
a7aa7fb6f9 Set snapshot version: 0.9.0-SNAPSHOT-20160814.2233-52 2016-08-14 22:33:22 +02:00
Tae Won Ha
5df0bd3da9
GH-244 Refactor 2016-08-14 21:46:03 +02:00
Tae Won Ha
c865e12b90
GH-244 Refactor GeneralPrefPane 2016-08-14 19:07:50 +02:00
Tae Won Ha
983710fef4
GH-244 Refactor slightly Appearance pref pane 2016-08-14 18:37:09 +02:00
Tae Won Ha
32623a1d56
GH-244 Add logic 2016-08-14 18:37:04 +02:00