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
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
ee8f4fdc06
GH-252 Update cursor when putting
2016-08-15 20:30:44 +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
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
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
e011498299
GH-228 Rename NeoVimTypes to NeoVimBuffer
2016-08-12 15:19:06 +02:00
Tae Won Ha
45badf6099
GH-228 Remove unnec' import
2016-08-12 15:07:45 +02:00
Tae Won Ha
c2e79e0632
GH-228 Add get all buffers
2016-08-12 14:57:38 +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
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
Tae Won Ha
f46cb9625c
GH-228 Remove unnec' log
2016-08-10 21:38:09 +02:00
Tae Won Ha
b539ed86a2
Delete unused stuff (forceRedraw)
2016-08-09 21:54:56 +02:00
Tae Won Ha
ce18e5cdee
GH-226 Implement cut/copy/paste
...
- cursor drawing is not yet correct
2016-08-04 23:13:40 +02:00
Tae Won Ha
c967a912da
GH-224 Check null for set title and set icon
2016-07-28 22:14:27 +02:00
Tae Won Ha
89fdab1566
GH-218 Check validity of ports before invalidating
2016-07-18 20:16:56 +02:00
Tae Won Ha
4b4ccd13b3
GH-218 Add hasDirtyDocs()
...
- Use it to determine whether to close the window or not.
2016-07-18 20:16:56 +02:00
Tae Won Ha
7db9cf1440
GH-216 Change wording
2016-07-17 15:59:01 +02:00
Tae Won Ha
4f46e619cf
Rename nvox to VimR
...
- hopefully we renamed everything
2016-07-12 17:59:01 +02:00
Tae Won Ha
4699e3db35
Forward almost every keystroke to neovim
...
- we probably still have to fine-tune this.
2016-07-12 17:58:35 +02:00
Tae Won Ha
f2dd39d80d
Reformat
2016-07-10 16:16:16 +02:00
Tae Won Ha
07f0210841
Add some logging
2016-07-10 14:43:26 +02:00
Tae Won Ha
52f528b33b
Use ARC in NeoVimServer
2016-07-10 14:27:28 +02:00
Tae Won Ha
b1af87bc5c
Refactor slightly
2016-07-10 14:10:09 +02:00
Tae Won Ha
6eca26bbc7
Refactor slightly
2016-07-10 14:00:31 +02:00
Tae Won Ha
b77ac875ad
Delete the XPC service
2016-07-10 11:58:48 +02:00
Tae Won Ha
656746d673
Refactor slightly
2016-07-10 11:58:45 +02:00
Tae Won Ha
f7a2fe770b
Ensure no NeoVimServer processes are left over
2016-07-10 11:38:53 +02:00
Tae Won Ha
4f0a20d2ba
Make NeoVimServer work
2016-07-10 11:38:52 +02:00
Tae Won Ha
2623b351c6
Restructure the project
...
- add the NeoVimServer binary
- we're on our way to remove the XPC service since only 1-to-1 correspondence
possible between an XPC and the main app
- NeoVimServer communicates with the main app via two CFMessagePorts
- Use enums to distinguish between messages
2016-07-10 11:38:34 +02:00