1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 11:37:32 +03:00
Commit Graph

1653 Commits

Author SHA1 Message Date
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
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
3811c673bf
Update release notes 2017-06-11 13:53:07 +02:00
Tae Won Ha
e152559544
Store tools state in the app state such that the next new main window has the same state 2017-06-11 13:50:40 +02:00
Tae Won Ha
7d9d3b6359
Update readme 2017-06-10 11:54:29 +02:00
Tae Won Ha
26aab9116c
Use update_screen, setcursor, ui_flush sequence in window select func 2017-06-10 10:16:32 +02:00
Tae Won Ha
e612bcc80a
Do not upgrade carthage in travis, it somehow causes error... 2017-06-10 09:11:40 +02:00
Tae Won Ha
e1d4be1948
GH-423 Remove commented out code 2017-06-10 08:26:12 +02:00
Tae Won Ha
91f002c09b
Bump appcast to SNAPSHOT-200 2017-06-10 08:25:26 +02:00
Tae Won Ha
efb4083a7d
Bump version: snapshot/200 2017-06-10 08:22:49 +02:00
Tae Won Ha
dfc45d292a
GH-423 Update release notes 2017-06-09 23:17:46 +02:00
Tae Won Ha
786ac2a87e
GH-423 Use transient fields in state for cwd and current buffer to set 2017-06-09 23:16:06 +02:00
Tae Won Ha
91fac3868e
GH-423 Cache cwd and send the change event as a callback 2017-06-09 01:15:45 +02:00
Tae Won Ha
4547ed8c7f
GH-423 Remove unnec' method syncNeoVimViewWithBounds 2017-06-09 00:01:06 +02:00
Tae Won Ha
f3366bfc9b
Prepare release notes for next release 2017-06-07 22:24:48 +02:00
Tae Won Ha
5e0ff85c2b
Bump appcast to v0.15.1-199 2017-06-07 21:24:52 +02:00
Tae Won Ha
a845e410cd
Bump version: v0.15.1-199 2017-06-07 21:17:19 +02:00
Tae Won Ha
de53d8a333
Update release notes 2017-06-07 21:06:52 +02:00
Tae Won Ha
60db84c340
Reformat to 100 chars 2017-06-07 18:41:21 +02:00
Tae Won Ha
c200e05323
Bump appcast to SNAPSHOT-198 2017-06-07 07:25:55 +02:00