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

4139 Commits

Author SHA1 Message Date
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
Tae Won Ha
ffe4f1b873
Merge branch 'master' into issue/244-open 2016-08-14 22:24:57 +02:00
Tae Won Ha
5cc6c43d8c
Update neovim 2016-08-14 22:24:28 +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
Tae Won Ha
c68ee7a602
GH-244 Add controls 2016-08-14 18:36:57 +02:00
Tae Won Ha
7da4ce77a4
GH-244 Add General pref pane 2016-08-14 14:29:50 +02:00
Tae Won Ha
f43031e045
GH-244 Tune conrol sizes 2016-08-14 10:52:06 +02:00
Tae Won Ha
ae9cddf0ac
GH-244 Add stub applicationOpenUntitledFile() 2016-08-13 23:02:00 +02:00
Tae Won Ha
d30b2ab31b
GH-244 Refactor PrefStore 2016-08-13 23:01:31 +02:00
Tae Won Ha
a95ee0ddf8
GH-244 Extract a superclass for PrefPanes 2016-08-13 23:01:08 +02:00
Tae Won Ha
fcd546d8e7
Check for nil responses 2016-08-13 11:20:03 +02:00
Tae Won Ha
5efad3603d
GH-248 Modify some logs 2016-08-12 23:45:56 +02:00
Tae Won Ha
4cfb644a0e
GH-248 Deactivate some logs 2016-08-12 23:44:16 +02:00
Tae Won Ha
534a0077e1
GH-248 Close the current tab instead of always closing the whole window 2016-08-12 23:07:16 +02:00
Tae Won Ha
9d16ae1d26 Set snapshot version: 0.9.0-SNAPSHOT-20160812.1949-51 2016-08-12 19:49:53 +02:00
Tae Won Ha
37a574a9c6
GH-247 Reformat 2016-08-12 19:39:13 +02:00
Tae Won Ha
a7716c5c7e
GH-247 Clean up swap files
- Cleaning the swap files are done by `ml_close_all()` in `mch_exit()`
  and now we call it before stopping UI in neovim.
- When all main windows are closed we quit. Using Observable here, but
  it's messy...
2016-08-12 19:37:03 +02:00
Tae Won Ha
4b2f77b817
GH-247 Update neovim 2016-08-12 19:37:03 +02:00
Tae Won Ha
c6282bb2f4 Set snapshot version: 0.9.0-SNAPSHOT-20160812.1638-50 2016-08-12 16:39:06 +02:00
Tae Won Ha
915f0a99b4
Update neovim 2016-08-12 16:28:41 +02:00
Tae Won Ha
054a152939
Merge branch 'issue/228-open' 2016-08-12 16:22:12 +02:00
Tae Won Ha
06d5152579
GH-228 Compile NeoVimBuffer in SwiftNeoVim module 2016-08-12 15:36:19 +02:00
Tae Won Ha
9675f3a090
Fix how to build 2016-08-12 15:29:32 +02:00
Tae Won Ha
e011498299
GH-228 Rename NeoVimTypes to NeoVimBuffer 2016-08-12 15:19:06 +02:00
Tae Won Ha
2055fcb104
GH-228 Refactor slightly 2016-08-12 15:16:43 +02:00
Tae Won Ha
45badf6099
GH-228 Remove unnec' import 2016-08-12 15:07:45 +02:00
Tae Won Ha
5bcd6299e2
GH-228 Remove open in tab menu 2016-08-12 15:02:24 +02:00
Tae Won Ha
7871eddd63
GH-228 Refactor open and open in new tab 2016-08-12 14:57:39 +02:00
Tae Won Ha
c2e79e0632
GH-228 Add get all buffers 2016-08-12 14:57:38 +02:00
Tae Won Ha
b84e24a2d5
GH-228 Open when drag & dropping 2016-08-12 14:57:35 +02:00
Tae Won Ha
ecc63fbbfe
GH-228 Open files using escaped file name
- Let NeoVim escape the file names.
2016-08-12 10:51:44 +02:00
Tae Won Ha
0081aedea1
GH-228 Add stub application(:openFiles:) 2016-08-12 10:00:15 +02:00
Tae Won Ha
127c79985f
GH-228 Remove unused import 2016-08-12 09:52:34 +02:00
Tae Won Ha
d5f50e899f
GH-228 Remove unused function 2016-08-12 09:52:15 +02:00