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

21 Commits

Author SHA1 Message Date
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
c60321855a
GH-354 Use weak instead of unowned for self in closures.
- According to http://stackoverflow.com/questions/24414998/why-does-weak-self-work-but-unowned-self-break-in-a-swift-closure Swift may crash when [unowned self] is used in closures... Why???
2016-11-30 18:59:12 +01:00
Tae Won Ha
3d9ccbbc2e
GH-351 Prepare for update implementation 2016-11-26 22:31:50 +01:00
Tae Won Ha
51fea10c66
GH-351 Adjust the column width (correctly hopefully) 2016-11-26 22:31:49 +01:00
Tae Won Ha
0a0b1207aa
GH-351 Experiment with outline view 2016-11-26 22:31:44 +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
9cfde7eafd
GH-297 Add a stub buffer list component 2016-11-20 18:40:12 +01:00
Tae Won Ha
9085bc4c66
GH-299 Add a context menu 2016-11-12 16:42:10 +01:00
Tae Won Ha
d6053e5c05
GH-322 Observe subscriptions via MainScheduler 2016-11-03 20:26:29 +01:00
Tae Won Ha
1fa3abe947
GH-286 Restore expanded states after reloadData 2016-10-06 18:24:10 +02:00
Tae Won Ha
3f19f53f95
GH-286 Resize file view after reloading 2016-10-05 21:27:21 +02:00
Tae Won Ha
e3b99f38b7
GH-286 Resize file view 2016-10-05 21:09:14 +02:00
Tae Won Ha
aa2c55aae5
GH-286 Guard against files which disappear fast 2016-10-04 23:34:02 +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
0c3cdb6108
GH-286 Delete unused code 2016-10-03 19:47:06 +02:00
Tae Won Ha
00f2882e6d
GH-286 Comment log 2016-10-03 19:35:58 +02:00
Tae Won Ha
56e21c1cbd
GH-286 Add some tools menu items 2016-10-03 17:50:36 +02:00
Tae Won Ha
d099954666
GH-286 Add double click action 2016-10-02 14:07:12 +02:00
Tae Won Ha
786f87564d
GH-286 Refactor slightly 2016-10-02 12:28:47 +02:00
Tae Won Ha
1105ec0805
GH-286 Add double click action 2016-10-02 12:25:57 +02:00
Tae Won Ha
46b69882ef
GH-286 Add a stub file browser 2016-10-02 11:28:22 +02:00