1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-01 10:02:36 +03:00
Commit Graph

45 Commits

Author SHA1 Message Date
Tae Won Ha
9b9da5c4cf
GH-405 Use disposed(by:) instead of the old addDisposableTo() 2017-04-22 16:30:40 +02:00
Tae Won Ha
849dfe104c
GH-405 Type action emitter 2017-04-22 15:59:05 +02:00
Tae Won Ha
fee0b5af89
GH-405 Clean also the focus view 2017-03-31 19:53:40 +02:00
Tae Won Ha
f72981ca10
Make some fields private 2017-02-26 11:09:46 +01:00
Tae Won Ha
863a6458a2
Handle show hidden files and cwd changes 2017-02-26 10:55:07 +01:00
Tae Won Ha
6094372e3e
Fix IBActions not firing 2017-02-26 10:12:41 +01:00
Tae Won Ha
426a00ece3
Add focusing of views 2017-02-24 22:47:32 +01:00
Tae Won Ha
febe337a91
Add scroll to source 2017-02-24 10:51:24 +01:00
Tae Won Ha
0321058f4e
Open files via file browser 2017-02-24 00:24:30 +01:00
Tae Won Ha
1feaa62f38
React to cwd changes 2017-02-23 23:58:53 +01:00
Tae Won Ha
ad457fa923
Add kind of working file browser: still have to react to cwd change 2017-02-23 23:39:31 +01:00
Tae Won Ha
b8b5182f42
Do not include "old" files for compilation and add stub file browser 2017-02-23 22:15:35 +01:00
Tae Won Ha
8a9e615378
GH-293 Use .first(where:) instead of .filter {}.first 2016-12-11 22:58:37 +01:00
Tae Won Ha
93d4155c1c
GH-293 Implement scroll to source 2016-12-11 19:48:20 +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
7798885af8
GH-293 Add show hidden menu 2016-12-05 18:19:46 +01:00
Tae Won Ha
39316136e7
GH-293 Tint hidden icons with white 2016-12-04 21:33:45 +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
cb380b0fae
Make the color of the file name white when selected in the buffer list 2016-11-27 11:04:48 +01:00
Tae Won Ha
8681e6f8cc
GH-351 Adjust column with after collapsing 2016-11-26 22:32:33 +01:00
Tae Won Ha
6307ee1740
GH-351 Use concurrent map for column width computation 2016-11-26 22:32:33 +01:00
Tae Won Ha
65c342f63c
GH-351 Use concurrent map for column width computation 2016-11-26 22:32:33 +01:00
Tae Won Ha
91255966f1
GH-351 Make update work 2016-11-26 22:32:12 +01:00
Tae Won Ha
8166f0ec72
GH-351 Add substituting to array 2016-11-26 22:32:12 +01:00
Tae Won Ha
bc479d8867
GH-351 Handle deletions 2016-11-26 22:32:07 +01:00
Tae Won Ha
20a64c540c
GH-351 Filter children in one place 2016-11-26 22:31:50 +01:00
Tae Won Ha
e7bd913e2f
GH-351 Add get file browser item for child urls 2016-11-26 22:31:50 +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
39dcda2050
GH-351 Remove unused methods 2016-11-25 13:52:33 +01:00
Tae Won Ha
eab2b0f882
GH-351 Store expanded state 2016-11-25 13:19:41 +01:00
Tae Won Ha
9df9954088
GH-351 Use an internal model for file browser 2016-11-25 12:02:55 +01:00
Tae Won Ha
4b841e21f0
GH-351 Add child accessors 2016-11-24 23:49:53 +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
3417d806b5
Rename 2016-10-08 19:58:21 +02:00
Tae Won Ha
774e74d726
Remove unnec' log 2016-10-08 19:12:12 +02:00
Tae Won Ha
b42ce881b0
First attempt to automate snapshot uploading 2016-10-07 22:30:46 +02:00
Tae Won Ha
d6cf9e1d83
GH-294 Strongly reference file items in the browser 2016-10-07 21:14:43 +02:00
Tae Won Ha
bb545730a9
GH-295 Fill the expanded states elsewhere 2016-10-07 01:12:07 +02:00
Tae Won Ha
eebb2d11a7
GH-294 Try to fix the crashes... 2016-10-07 00:24:15 +02:00
Tae Won Ha
1fa3abe947
GH-286 Restore expanded states after reloadData 2016-10-06 18:24:10 +02:00
Tae Won Ha
63b8191366
GH-286 Do not set autoresizing... to false 2016-10-04 22:48:39 +02:00
Tae Won Ha
56e21c1cbd
GH-286 Add some tools menu items 2016-10-03 17:50:36 +02:00