1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-23 05:32:13 +03:00
Commit Graph

525 Commits

Author SHA1 Message Date
Tae Won Ha
5a133419bd
Merge branch 'experiment/swift-commaneline-tool' 2016-08-25 10:08:41 +02:00
Tae Won Ha
f10dbea35d
GH-232 Experiment with Swift commane line tool 2016-08-25 10:07:51 +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
8f4b1671d5
GH-232 Update neovim 2016-08-25 09:53:09 +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
4b3e756e0f
GH-232 Reformat 2016-08-21 20:00:29 +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
b7f9642bc5
Update neovim 2016-08-20 17:14:01 +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
2640d6d216
Update neovim 2016-08-19 07:53:42 +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
68c7b030aa
Extend build script 2016-08-19 07:38:08 +02:00
Tae Won Ha
07b2dc4e83
GH-229 Comment a log 2016-08-18 23:40:04 +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
3aa9739f7f
GH-241 Update neovim 2016-08-18 20:31:29 +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
e0e268a2ee
Use whole module optimization for Release 2016-08-18 17:50:22 +02:00
Tae Won Ha
1e85c0e858
GH-243 Change the module name of VimRTests 2016-08-18 17:45:31 +02:00
Tae Won Ha
810dda95a6
GH-243 Add a comment 2016-08-18 17:42:26 +02:00
Tae Won Ha
07a16e6d99
GH-243 Set $PATH when launching neovim 2016-08-18 17:40:41 +02:00
Tae Won Ha
112e614aeb
GH-243 Add ShellUtils
- run command
- get path of user's shell
2016-08-18 17:40:04 +02:00
Tae Won Ha
8f4df133f9
GH-243 Do not use XCTest 2016-08-18 17:28:27 +02:00
Tae Won Ha
0ac57a0ca1
Typo in README 2016-08-16 22:45:23 +02:00
Tae Won Ha
81cbb8717a
Update README (SwiftNeoVim) 2016-08-16 22:44:15 +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
0d6d804925
GH-253 Improve cursor rendering
- Tried to minimize the background filling by only filling the cursor
  rects, but it did not work. Dunno why...
2016-08-16 21:52:36 +02:00
Tae Won Ha
6c9e6ff612
GH-225 Display cell size when resizing 2016-08-15 21:53:40 +02:00
Tae Won Ha
46e4c803ff
Improve pref panes layout slighlty 2016-08-15 21:35:21 +02:00
Tae Won Ha
b63b18098b
Merge branch 'experiment/multiple-xpcs'
- just saving some experiment
2016-08-15 21:14:37 +02:00
Tae Won Ha
6742f8bd1d
Distributed objects do not work because NSXPCListenerEndpoint can be only encoded by a private coder.. 2016-08-15 21:12:15 +02:00
Tae Won Ha
53ee7612d1
User user's monospace font by default 2016-08-15 21:02:35 +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
ee8f4fdc06
GH-252 Update cursor when putting 2016-08-15 20:30:44 +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
900858fb28
Merge branch 'master' into issue/245-unknown-option 2016-08-15 16:08:39 +02:00
Tae Won Ha
832b05f75f
GH-245 A flag will be sent to agent from server whether there was an error during the initialization. 2016-08-15 16:08:03 +02:00
Tae Won Ha
5ee4ef7da6
Update neovim 2016-08-15 16:06:48 +02:00
Tae Won Ha
b8ca0d7e2a
Update README 2016-08-14 23:13:36 +02:00
Tae Won Ha
a7aa7fb6f9 Set snapshot version: 0.9.0-SNAPSHOT-20160814.2233-52 2016-08-14 22:33:22 +02:00