1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-29 03:53:38 +03:00
Commit Graph

1978 Commits

Author SHA1 Message Date
Tae Won Ha
8b73055552
Prepare release notes for next version 2017-06-21 13:12:42 +02:00
Tae Won Ha
48058d363f
Bump appcast to v0.16.0-205 2017-06-21 13:10:52 +02:00
Tae Won Ha
9795d23538
Bump version: v0.16.0-205 2017-06-21 13:09:00 +02:00
Tae Won Ha
b229780d05
Update release notes 2017-06-21 12:37:47 +02:00
Tae Won Ha
a9c605fcb6
Adapt capitalization 2017-06-21 12:36:45 +02:00
Tae Won Ha
9c28464eed
Reformat 2017-06-20 13:39:17 +02:00
Tae Won Ha
2298cbf07b
Reformat 2017-06-20 13:37:01 +02:00
Tae Won Ha
ebfd722aa4
GH-302, GH-421 Add a info dialog when the pipe query param is not there 2017-06-20 11:27:21 +02:00
Tae Won Ha
dc0b2aab5d
Render the whole view even when the resizing does not change grid's size 2017-06-17 17:25:52 +02:00
Tae Won Ha
eb740bd36c Update neovim 2017-06-17 16:05:59 +02:00
Tae Won Ha
eb63cdbbcf Merge remote-tracking branch 'origin/develop' into update-neovim 2017-06-16 19:39:18 +02:00
Tae Won Ha
cb0c3c829b
Bump appcast to SNAPSHOT-204 2017-06-16 19:33:17 +02:00
Tae Won Ha
f2fd30073c
Bump version: snapshot/204 2017-06-16 19:32:55 +02:00
Tae Won Ha
865ba32ba0
GH-378 Update release notes 2017-06-16 19:23:33 +02:00
Tae Won Ha
cae3795fb5
GH-378 Draw undercurl, eg for spelling 2017-06-16 18:17:32 +02:00
Tae Won Ha
b0e50675be
Move a bit more from xib to code 2017-06-15 18:03:25 +02:00
Tae Won Ha
e3b9b361c7
Implement init from coder for application just to be safe 2017-06-14 23:50:48 +02:00
Tae Won Ha
fcefde94d1
Use the custom application class in main menu xib 2017-06-14 23:41:53 +02:00
Tae Won Ha
e9a99f9d2b
Use the hasMainWindows field 2017-06-14 22:18:25 +02:00
Tae Won Ha
b9ca490667
Bump appcast to SNAPSHOT-203 2017-06-14 18:34:27 +02:00
Tae Won Ha
18ff02164d
Bump version: snapshot/203 2017-06-14 18:32:29 +02:00
Tae Won Ha
3576f42cde
GH-302, GH-421 Force activate app when using CLI tool 2017-06-14 18:20:00 +02:00
Tae Won Ha
c3b740bc4f Update neovim 2017-06-13 23:52:51 +02:00
Tae Won Ha
425b0691c5 Merge remote-tracking branch 'origin/develop' into update-neovim 2017-06-13 23:49:38 +02:00
Tae Won Ha
909a910cf7
Update release notes 2017-06-13 23:32:47 +02:00
Tae Won Ha
6ef74f4b28
Bump appcast to SNAPSHOT-202 2017-06-13 23:32:34 +02:00
Tae Won Ha
5ddd9a812e
Bump version: snapshot/202 2017-06-13 23:30:42 +02:00
Tae Won Ha
b221a84b84
GH-326, GH-460 Update release notes 2017-06-13 23:19:37 +02:00
Tae Won Ha
6e9f33ea77
GH-326, GH-460 Persist last window action pref 2017-06-13 23:17:06 +02:00
Tae Won Ha
884296145b
GH-326, GH-460 Add an option to hide or quit when the last window closes 2017-06-13 22:57:08 +02:00
Tae Won Ha
f524a3ff0c
GH-302, GH-421 Call agent.quit() in main thread
- this avoids the strange delay which occurs sometimes when we call it in the mach port server thread
2017-06-13 22:56:50 +02:00
Tae Won Ha
418d1fe1c2
Directly integrate swifter
- Dunno why, but swifter.framework includes many swift related dylibs which are approx. 8MB big.
2017-06-13 00:08:17 +02:00
Tae Won Ha
e1bf9f17bf
GH-302, GH-421 Update release notes 2017-06-12 23:48:01 +02:00
Tae Won Ha
204cb18e37
GH-302, GH-421 Reformat 2017-06-12 23:38:00 +02:00
Tae Won Ha
32ce55ab22
GH-302, GH-421 Use the named pipe as nonce...
- the existence of the named pipe and the 0600 permission is probably enough...
2017-06-12 23:33:28 +02:00
Tae Won Ha
c0a114a1b9
GH-302, GH-421 Update release notes 2017-06-12 23:33:25 +02:00
Tae Won Ha
253aa00f78
GH-302, GH-421 Use vimCommand to initialize some neovim settings
- otherwise _NSDetectedLayoutRecursion gets invoked.. dunno why
2017-06-12 21:49:16 +02:00
Tae Won Ha
9d38dd58e7
GH-302, GH-421 Write back to cli only when we can open the pipe 2017-06-12 20:18:51 +02:00
Tae Won Ha
5f88b0c37b
GH-302, GH-421 Refactor vimr cli tool 2017-06-12 19:53:42 +02:00
Tae Won Ha
64501bb43f
GH-302, GH-421 Launch neovim after first resize.
- when using -d option of nvim, it's important that the initial size of nvim corresponds to the NSWindow's size such that both splits have the same width
2017-06-12 19:28:58 +02:00
Tae Won Ha
ec838aa0b9
GH-302, GH-421 Add --wait to cli tool 2017-06-12 19:28:54 +02:00
Tae Won Ha
3216b08699
GH-302, GH-421 Add passthrough arguments to vimr script 2017-06-12 00:30:33 +02:00
Tae Won Ha
8241d596fd
Adapt to sync neovim stop handling 2017-06-11 16:28:25 +02:00
Tae Won Ha
2d64198e5c
Sync return when quitting neovim 2017-06-11 15:48:18 +02:00
Tae Won Ha
16e12221c6
Remove unnec' properties 2017-06-11 15:08:16 +02:00
Tae Won Ha
94ea7f7cc4
Remove outlineview test target 2017-06-11 14:43:35 +02:00
Tae Won Ha
3abdb9c684
Bump appcast to v0.15.2-201 2017-06-11 14:15:36 +02:00
Tae Won Ha
de195e7726
Bump version: v0.15.2-201 2017-06-11 14:12:47 +02:00
Tae Won Ha
0b74e98272 Merge remote-tracking branch 'origin/develop' into update-neovim 2017-06-11 13:53:52 +02:00
Tae Won Ha
3811c673bf
Update release notes 2017-06-11 13:53:07 +02:00