Tae Won Ha
f06fd354da
Adapt NvimView demo app to custom tabs
2021-02-20 13:50:43 +01:00
Tae Won Ha
b396942c21
Update NvimServer
2020-12-30 15:36:28 +01:00
Tae Won Ha
10bfe5e3ee
Add more docs
2020-12-30 15:35:25 +01:00
Tae Won Ha
c937345e2d
Update docs
2020-12-30 15:34:58 +01:00
Tae Won Ha
588d9579bb
Update neovim
2020-12-26 10:13:43 +01:00
Tae Won Ha
d2d7a4f92a
Add swiftlint yaml
2020-12-25 21:59:50 +01:00
Tae Won Ha
cb5ea8b7a9
Fix some of swiftlint msgs
2020-12-25 21:59:35 +01:00
Tae Won Ha
76e390d85d
Fix warnings
2020-12-25 14:31:34 +01:00
Tae Won Ha
d1787e23da
Fix support apps
2020-12-24 22:22:49 +01:00
Tae Won Ha
9098fd5499
Update neovim
2020-12-24 22:03:15 +01:00
Tae Won Ha
e6c0e543e4
Update nimble
2020-12-24 21:43:56 +01:00
Tae Won Ha
836b454295
ln nvimserver version
2020-12-24 20:26:26 +01:00
Tae Won Ha
80bb50bbc3
Update appcast
2020-12-24 20:23:15 +01:00
Tae Won Ha
31aa61f373
Update version
2020-12-24 20:07:52 +01:00
Tae Won Ha
b112e1b50e
Update neovim
2020-12-24 20:02:06 +01:00
Tae Won Ha
5a67e67b18
Update version and nvimserver version
2020-12-24 19:45:08 +01:00
Tae Won Ha
6fae55ad37
Revert "Update appcast"
...
This reverts commit 9fd9eca737
.
2020-12-24 19:28:25 +01:00
Tae Won Ha
9fd9eca737
Update appcast
2020-12-24 18:15:22 +01:00
Tae Won Ha
00d63e6f46
Update version
2020-12-24 17:52:27 +01:00
Tae Won Ha
0bcad7343e
Update release notes
2020-12-24 17:50:48 +01:00
Tae Won Ha
06afc5131d
Reformat
2020-12-24 17:48:27 +01:00
Tae Won Ha
2c2920097c
Update neovim
2020-12-24 17:36:12 +01:00
Tae Won Ha
419f8bf924
Update nvimserver
2020-12-24 16:47:50 +01:00
Tae Won Ha
10e90b2363
Update nvimserver
2020-12-24 16:42:28 +01:00
Tae Won Ha
ea92725b7e
Adapt script
2020-12-24 16:32:41 +01:00
Tae Won Ha
5761687559
Update neovim
2020-12-24 16:00:26 +01:00
Tae Won Ha
b719809402
WIP
2020-12-24 13:21:35 +01:00
Tae Won Ha
9754fdc7bf
Restructure a bit
2020-12-24 12:15:36 +01:00
Tae Won Ha
ed84e6ac49
Extend script slightly
2020-12-24 10:56:46 +01:00
Tae Won Ha
c2788b437c
Fix script
2020-12-24 10:44:24 +01:00
Tae Won Ha
be2895bbe4
Update neovim
2020-12-24 10:36:24 +01:00
Tae Won Ha
9a1739d8a3
Update neovim
2020-12-20 18:46:32 +01:00
Tae Won Ha
2d2108e74b
Add self
2020-12-20 16:06:56 +01:00
Tae Won Ha
2812877cee
Ignore error when setting guifont at the very beginning
2020-12-20 16:05:12 +01:00
Tae Won Ha
18a9c93e68
Update neovim
2020-12-20 15:53:11 +01:00
Tae Won Ha
98b5d51212
Update release notes
2020-12-20 15:30:19 +01:00
Tae Won Ha
d236687f7e
Update neovim
2020-12-20 15:25:17 +01:00
Tae Won Ha
9ee067a0d3
Move shell code to Commons
2020-12-20 15:24:57 +01:00
Tae Won Ha
921e2f7e6d
Add cast to suppress a warning
2020-12-20 15:24:16 +01:00
Tae Won Ha
360a9152c5
Restructure a bit
2020-12-20 15:24:16 +01:00
Tae Won Ha
a42a6d87cb
Merge pull request #830 from Shirk/remote_options_and_guifont
...
Implement support for 'set guifont' via optionSet. (fixes #779 )
2020-12-20 15:23:55 +01:00
René Köcher
62be8668a5
vimFontSpec(fromFont:) and RemoteOption.fromFont() don't need Optionals
2020-12-20 12:07:40 +01:00
René Köcher
872d61b713
Add font(fromVimFontSpec:) as reversal to vimFontSpec(forFont:)
2020-12-20 11:54:45 +01:00
René Köcher
18742458a6
Include suggestions by @qvacua & apply swiftformat
2020-12-20 11:50:56 +01:00
René Köcher
a1d3d26765
Report invalid fonts back to NvimServer
2020-12-19 22:06:20 +01:00
René Köcher
1ca66cadf3
Add support to report option changes to NvimServer
...
Currently this is only implemented for font changes, but can be
extended to any other option added in the future.
2020-12-19 21:31:30 +01:00
René Köcher
84eef4a830
Implement support for 'set guifont' via optionSet.
...
This adds a framework to handle options set from NvimServer
and hooks into the optionSet() RPC api endpoint in NVimView.
Currently it handles `guifont` and `guifontwide` in the Server->View
direction. Changes are also reflected in VimR's Preferences dialog.
Not yet handled:
- sending the currently configured font as `guifont` to NvimServer
- sending an error to NvimSever if the font specification is invalid
- differenciation between `guifont` and `guifontwide`
2020-12-19 18:12:54 +01:00
Tae Won Ha
5d864bc516
Reformat
2020-12-17 21:18:57 +01:00
Tae Won Ha
8c88b68f6c
Refactor slightly
2020-12-16 20:39:55 +01:00
Tae Won Ha
945433b399
Use more inset when on macOS >= 11
2020-12-15 21:16:58 +01:00