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

84 Commits

Author SHA1 Message Date
Tae Won Ha
c7eb5f834a
Remove unnec' logs 2016-12-13 18:50:54 +01:00
Tae Won Ha
d96f19dc68
GH-369 set cwd in main window component later such that the cwdChanged callback can execute normally 2016-12-13 18:50:54 +01:00
Tae Won Ha
13bffc9dbc
GH-293 Trigger select url in the outline view 2016-12-11 16:14:51 +01:00
Tae Won Ha
91b109def3
GH-293 Remove unnec' coment 2016-12-07 21:18:17 +01:00
Tae Won Ha
cfbce465fa
GH-293 Add scroll to source button and some tooltips 2016-12-07 21:04:47 +01:00
Tae Won Ha
ded0023f20
Merge branch 'develop' into issue/293-filebrowser 2016-12-07 20:57:17 +01:00
Tae Won Ha
a4fbdfff39
GH-360 Show reason when the IPC got invalid 2016-12-05 22:05:38 +01:00
Tae Won Ha
16c35ba682
GH-360 Try to react to IPC channels becoming invalid 2016-12-05 21:30:25 +01:00
Tae Won Ha
7798885af8
GH-293 Add show hidden menu 2016-12-05 18:19:46 +01:00
Tae Won Ha
f4a2912f61
GH-293 Use standard pref data instead of a dict 2016-12-05 18:02:45 +01:00
Tae Won Ha
ea06e9f42a
GH-293 Store show hidden flag 2016-12-04 22:14:06 +01:00
Tae Won Ha
1e2e52f7d9
GH-293 Add go up button
- Delete "set parent as cwd menu item"
2016-12-04 21:19:20 +01:00
Tae Won Ha
b32656f600
GH-293 Add inner tool bar to WorkspaceTool 2016-12-04 20:27:29 +01:00
Tae Won Ha
d8da577882
Use == for AppearanceData 2016-12-01 22:53:35 +01:00
Tae Won Ha
d75dfc14cb
Guard against non-cwd-changes...
- Should be fixed.
2016-11-27 10:12:35 +01:00
Tae Won Ha
3d9ccbbc2e
GH-351 Prepare for update implementation 2016-11-26 22:31:50 +01:00
Tae Won Ha
af718bc3e5
GH-297 Use url instead of unescaped path in neovim buffer 2016-11-24 20:18:43 +01:00
Tae Won Ha
338df5270a
GH-297 Remove unnec' comments 2016-11-23 22:08:34 +01:00
Tae Won Ha
70cfb2de7f
GH-297 React to publication 2016-11-23 22:07:09 +01:00
Tae Won Ha
eac05eb040
GH-297 Add icon to buffer list 2016-11-22 22:34:00 +01:00
Tae Won Ha
6aacae34f6
GH-297 Add buffer list to the tool bar 2016-11-22 20:58:11 +01:00
Tae Won Ha
6c871dc17a
GH-297 Refactor slightly such that the changeCwd action carries the cwd 2016-11-21 23:17:24 +01:00
Tae Won Ha
3090ba83a3
GH-297 Rename callback and add changeBufferList action 2016-11-21 23:13:38 +01:00
Tae Won Ha
c87fde969f
GH-297 Add buffer event 2016-11-21 21:47:31 +01:00
Tae Won Ha
c6e1b33825
GH-297 Reformat 2016-11-20 21:56:57 +01:00
Tae Won Ha
6b8990a84e
GH-297 Reformat 2016-11-20 20:46:11 +01:00
Tae Won Ha
d372ca9682
GH-296 Refactor pref data 2016-11-19 22:23:29 +01:00
Tae Won Ha
bf1d26c00e
GH-296 Add pref data for tools 2016-11-18 18:59:29 +01:00
Tae Won Ha
2c47873a15
GH-299 Fix the behavior of set parent as cwd (see also GH-340 for go up) 2016-11-13 22:53:57 +01:00
Tae Won Ha
9085bc4c66
GH-299 Add a context menu 2016-11-12 16:42:10 +01:00
Tae Won Ha
968ea072d6
GH-330 Focus neovim view when closing the file browser with Cmd-1 2016-11-06 23:46:00 +01:00
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
02898e2e98
Merge branch 'issue/322-gcommit-crash' 2016-11-04 20:32:03 +01:00
Tae Won Ha
d6053e5c05
GH-322 Observe subscriptions via MainScheduler 2016-11-03 20:26:29 +01:00
Tae Won Ha
38f46e50eb
GH-270 React to linespacing change 2016-10-27 08:21:29 +02:00
Tae Won Ha
861a362f9f
GH-270 Rename 2016-10-26 22:50:55 +02:00
Tae Won Ha
d6333b058a
Show() main window only after subscribing to its sink such that the key window is handled correctly. 2016-10-25 19:37:24 +02:00
Tae Won Ha
ba9b8576bc
GH-303 Disable some menu items, e.g. open/save, when NeoVim reports that there is no current buffer
- This can happen when the CtrlP panel is open.
2016-10-12 19:41:18 +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
56e21c1cbd
GH-286 Add some tools menu items 2016-10-03 17:50:36 +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
eb16dd7fae
GH-286 Add toggle tools/buttons menu items. 2016-10-03 10:17:30 +02:00
Tae Won Ha
499e7431fc
GH-286 Respect minimum dimension of tools 2016-10-03 09:45:38 +02:00
Tae Won Ha
6623c66eb5
GH-286 Refactor slightly 2016-10-02 14:11:39 +02:00
Tae Won Ha
d099954666
GH-286 Add double click action 2016-10-02 14:07:12 +02:00
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