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

38 Commits

Author SHA1 Message Date
Tae Won Ha
46b69882ef
GH-286 Add a stub file browser 2016-10-02 11:28:22 +02:00
Tae Won Ha
109f498291
GH-286 Rename and use Any? 2016-10-02 11:23:31 +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
d29c67064e
Merge branch 'master' into issue/282-workspace 2016-09-25 08:58:01 +02:00
Tae Won Ha
5a126607b3
GH-282 Use Workspace in the main window 2016-09-25 08:57:28 +02:00
Tae Won Ha
8265505666
Rename LaunchOptions to Config 2016-09-25 08:55:26 +02:00
Tae Won Ha
1614717ba5
GH-262 Add advenced pref pane 2016-09-24 16:31:14 +02:00
Tae Won Ha
c5b5707958
GH-264 Monitor and unmonitor urls 2016-09-07 22:29:45 +02:00
Tae Won Ha
b47f6caf8d
GH-264 Add path control 2016-09-02 23:35:18 +02:00
Tae Won Ha
0bd9511550
GH-264 Add (sync) NeoVimAgent.vimCommandOutput 2016-09-02 23:07:20 +02:00
Tae Won Ha
4b735581fd
GH-264 Add stub open quickly window 2016-09-02 23:05:48 +02:00
Tae Won Ha
202baa4469
GH-264 Use RxSwift instead of holding a reference of MainWindowManager in the component 2016-09-01 20:09:00 +02:00
Tae Won Ha
ec94566ba9
GH-264 Extract superclasses for components 2016-08-31 22:36:22 +02:00
Tae Won Ha
d36967816b
GH-232 Open files from vimr 2016-08-24 23:12:33 +02:00
Tae Won Ha
a236b2c16a
GH-232 Launch neovim synchronously.
- The agent waits till neovim has finished launching. This makes many
  things easier...
2016-08-21 18:43:21 +02:00
Tae Won Ha
85d17cfb73
GH-255 Add Save and Save As menu items 2016-08-20 19:02:16 +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
49cf51077c
GH-229 Send dirty status when changed to the UI 2016-08-18 23:11:33 +02:00
Tae Won Ha
32623a1d56
GH-244 Add logic 2016-08-14 18:37:04 +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
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
7871eddd63
GH-228 Refactor open and open in new tab 2016-08-12 14:57:39 +02:00
Tae Won Ha
b84e24a2d5
GH-228 Open when drag & dropping 2016-08-12 14:57:35 +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
ce18e5cdee
GH-226 Implement cut/copy/paste
- cursor drawing is not yet correct
2016-08-04 23:13:40 +02:00
Tae Won Ha
2600a3e19a
GH-226 Add stub IBActions 2016-08-03 21:02:47 +02:00
Tae Won Ha
75f922d4e7
GH-221 Draw word-wise to take ligatures into account 2016-07-31 20:51:28 +02:00
Tae Won Ha
12fe0daa4b
GH-223 When pinching use a proxy image 2016-07-29 22:23:43 +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
56002e1600
GH-222 Use constants of PrefStore 2016-07-28 19:41:55 +02:00
Tae Won Ha
9f40b738f0
GH-222 Add some font related menu items 2016-07-28 19:37:39 +02:00
Tae Won Ha
3ae8a1d4c2
GH-213 Handle initial font setting 2016-07-27 00:04:31 +02:00
Tae Won Ha
9d9ab452ba
GH-213 Remove unnec' log 2016-07-25 08:00:22 +02:00
Tae Won Ha
f36b877fd4
GH-213 React to editor font change 2016-07-24 22:31:48 +02:00