Tae Won Ha
bd4470f987
GH-308 Set cwd when opening in a new window
2016-11-05 15:17:43 +01:00
Tae Won Ha
17b45329ec
GH-308 Allow to open multiple files with Cmd-O
2016-11-05 11:11:07 +01:00
Tae Won Ha
a1b5e200a0
GH-328 Do not update appcast_snapshot when releasing
2016-11-05 09:18:28 +01:00
Tae Won Ha
173e8d9aa3
GH-220 Use snapshot update channel
2016-10-15 10:05:25 +02:00
Tae Won Ha
b5cf060be4
GH-298 Add open in new window menu item
2016-10-09 21:25:34 +02:00
Tae Won Ha
0249a509ef
GH-286 React to file system changes in file browser
2016-10-04 21:48:22 +02:00
Tae Won Ha
3099bac967
GH-286 Persist the workspace setting of the last closed main window
2016-10-03 14:58:49 +02:00
Tae Won Ha
6623c66eb5
GH-286 Refactor slightly
2016-10-02 14:11:39 +02:00
Tae Won Ha
26a44505d8
GH-227 Clean up
2016-09-25 18:47:46 +02:00
Tae Won Ha
784146f361
GH-227 Remove warnings
2016-09-25 18:47:42 +02:00
Tae Won Ha
0f7b564667
GH-227 It compiles, it compiles
2016-09-25 17:50:33 +02:00
Tae Won Ha
828ac1c690
GH-274 Use ignore patterns pref items
2016-09-11 14:28:56 +02:00
Tae Won Ha
2a79195bf1
GH-264 Turn off debug menu for release config
2016-09-08 22:38:18 +02:00
Tae Won Ha
c5b5707958
GH-264 Monitor and unmonitor urls
2016-09-07 22:29:45 +02:00
Tae Won Ha
c9e4626c32
GH-264 Do not use nvim_command_output
...
- When compiling with -Os nvim_command_output does not work somehow...
Dunno why. For -O0 it works...
2016-09-03 22:49:09 +02:00
Tae Won Ha
4b735581fd
GH-264 Add stub open quickly window
2016-09-02 23:05:48 +02:00
Tae Won Ha
7cf3c2e7bc
GH-232 Install AppleEvent handler in "will-finish".
...
- It's too late in "did-finish" when the App is not launched.
2016-08-25 09:54:28 +02:00
Tae Won Ha
4953659193
GH-232 Remove unused property
2016-08-24 23:19:06 +02:00
Tae Won Ha
d36967816b
GH-232 Open files from vimr
2016-08-24 23:12:33 +02:00
Tae Won Ha
818f61323b
GH-232 Always send cwd
2016-08-21 18:43:12 +02:00
Tae Won Ha
560b522310
GH-232 Add vimr command line tool and stub handler
2016-08-21 11:52:24 +02:00
Tae Won Ha
b7649fbdaf
GH-232 Add stub handle get url event
2016-08-21 11:52:24 +02:00
Tae Won Ha
918c743c89
GH-257 Let neovim clean up when using Cmd-Q
...
- Refactor NeoVimView slightly
2016-08-20 16:59:30 +02:00
Tae Won Ha
32623a1d56
GH-244 Add logic
2016-08-14 18:37:04 +02:00
Tae Won Ha
ae9cddf0ac
GH-244 Add stub applicationOpenUntitledFile()
2016-08-13 23:02:00 +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
5bcd6299e2
GH-228 Remove open in tab menu
2016-08-12 15:02:24 +02:00
Tae Won Ha
b84e24a2d5
GH-228 Open when drag & dropping
2016-08-12 14:57:35 +02:00
Tae Won Ha
0081aedea1
GH-228 Add stub application(:openFiles:)
2016-08-12 10:00:15 +02:00
Tae Won Ha
179bc3e03e
GH-228 Add external parameter name
2016-08-11 22:50:44 +02:00
Tae Won Ha
6e723ddeeb
GH-228 Add open
2016-08-11 22:37:41 +02:00
Tae Won Ha
8de82c2d30
GH-228 Add newTab and openInNewTab
2016-08-11 21:19:03 +02:00
Tae Won Ha
f33ba3f3e3
GH-228 Add stub IBActions and menu items
2016-08-09 22:33:07 +02:00
Tae Won Ha
71fdb30f62
GH-228 Hide debug menu item in Release config
2016-08-09 22:29:46 +02:00
Tae Won Ha
1194b3f8cf
GH-228 Reformat
2016-08-09 22:18:46 +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
2272996da7
GH-213 Add a method to Array to merge observables
2016-07-27 18:22:25 +02:00
Tae Won Ha
3ae8a1d4c2
GH-213 Handle initial font setting
2016-07-27 00:04:31 +02:00
Tae Won Ha
6897d512ac
GH-213 Wire components in AppDelegate
2016-07-26 22:51:05 +02:00
Tae Won Ha
0073fec982
GH-213 Add PrefStore
2016-07-26 21:42:30 +02:00
Tae Won Ha
3b40fa1f2d
GH-213 Use NSTextField to preview editor font
2016-07-24 22:31:52 +02:00
Tae Won Ha
f36b877fd4
GH-213 React to editor font change
2016-07-24 22:31:48 +02:00
Tae Won Ha
efb6bf91e7
GH-213 Add pref window and the appearance pane.
2016-07-22 14:20:02 +02:00
Tae Won Ha
2628e0a281
GH-218 Ask user to confirm when quitting with unsaved buffers
2016-07-18 22:44:23 +02:00
Tae Won Ha
4f46e619cf
Rename nvox to VimR
...
- hopefully we renamed everything
2016-07-12 17:59:01 +02:00