1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-25 23:02:35 +03:00
vimr/SwiftNeoVim
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
..
CellAttributes.swift Refactor slightly 2016-07-03 22:07:02 +02:00
CocoaExtensions.swift Play around with Cocoa's text input system 2016-06-27 18:42:35 +02:00
ColorUtils.swift Refactor slightly 2016-07-03 22:07:02 +02:00
DispatchUtils.swift Play around with Cocoa's text input system 2016-06-27 18:42:35 +02:00
Grid.swift Guard against invalid positions 2016-07-05 19:00:27 +02:00
Info.plist Add SwiftNeoVim framework target 2016-06-05 17:46:05 +02:00
InputTestView.swift Make hanja menu pop up 2016-07-02 18:57:38 +02:00
MMCoreTextView.h Implement update fg/bg/sp 2016-06-19 20:54:47 +02:00
MMCoreTextView.m Implement update fg/bg/sp 2016-06-19 20:54:47 +02:00
NeoVim.swift Restructure the project 2016-07-10 11:38:34 +02:00
NeoVimAgent.h Restructure the project 2016-07-10 11:38:34 +02:00
NeoVimAgent.m Restructure the project 2016-07-10 11:38:34 +02:00
NeoVimUiBridgeProtocol.h Make resizing NeoVimView work 2016-07-05 18:49:19 +02:00
NeoVimView.swift Add change font method 2016-07-06 19:51:31 +02:00
NeoVimViewDelegate.swift Remove unnec' code 2016-07-05 18:54:44 +02:00
NeoVimViewEvents.swift Rename some methods 2016-07-05 20:13:46 +02:00
NeoVimViewResponder.swift Make Ctrl-F/B work 2016-07-06 18:28:40 +02:00
NeoVimViewUiBridge.swift Restructure the project 2016-07-10 11:38:34 +02:00
SwiftNeoVim.h Restructure the project 2016-07-10 11:38:34 +02:00
TextDrawer.h Use CoreText's font metric 2016-06-19 20:54:55 +02:00
TextDrawer.m Add change font method 2016-07-06 19:51:31 +02:00
VIM.LICENSE Add very very rudimentary rendering of some characters 2016-06-13 18:09:34 +02:00