1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-29 00:34:26 +03:00
Commit Graph

112 Commits

Author SHA1 Message Date
Tae Won Ha
ea569658e3
Experimenting further... 2017-01-23 19:49:12 +01:00
Tae Won Ha
6fb23f080c
GH-339 Use single http server for all windows
- very ugly implementation, will refactor in the next issue
2017-01-13 19:48:02 +01:00
Tae Won Ha
ec0f84b656
GH-339 Update preview when tab switching 2017-01-08 16:06:01 +01:00
Tae Won Ha
63b3a35ba9
GH-339 React to cursor moved also 2017-01-08 13:52:28 +01:00
Tae Won Ha
7d69f6f1ae
GH-339 Do not hold a reference of the neovim view in the markdown renderer 2017-01-08 12:46:18 +01:00
Tae Won Ha
fbe1d4a917
GH-339 Use cursor goto method 2017-01-07 15:12:07 +01:00
Tae Won Ha
5098c13781
GH-339 Try set cursor method 2017-01-07 14:56:17 +01:00
Tae Won Ha
dbf25c25ec
GH-339 Remove unnec' log msgs 2017-01-07 08:38:18 +01:00
Tae Won Ha
2de6f9a28d
GH-339 Send ESC in addtion to norm ..G..| 2017-01-07 08:38:15 +01:00
Tae Won Ha
1f2173c5cd
GH-339 Do reverse search 2017-01-06 16:39:03 +01:00
Tae Won Ha
1decd6b49f
GH-339 Add some debug logging msgs 2017-01-04 20:53:28 +01:00
Tae Won Ha
2e9a824de7
GH-339 Pass neovim view to the renderer to get the current line and col 2017-01-04 20:35:53 +01:00
Tae Won Ha
1c163c96dd
GH-339 Pass scroll event 2017-01-04 20:32:56 +01:00
Tae Won Ha
f36517ed8e
GH-339 Read stored pref values for markdown renderer 2017-01-03 17:44:25 +01:00
Tae Won Ha
daf16d0fc0
Merge branch 'develop' into issue/339-md-preview 2017-01-03 16:45:25 +01:00
Tae Won Ha
b6c9624875
GH-376 Re-set NSWindow's delegate just before closing
- When exiting full screen, often, some delegate methods of NSWindow get called after deallocation. This is just a quick-and-dirty fix.
2017-01-03 15:41:14 +01:00
Tae Won Ha
4e0be3d6d4
GH-339 Resolve merge conflict 2017-01-01 17:22:28 +09:00
Tae Won Ha
8955273826
Merge branch 'develop' into issue/339-md-preview 2017-01-01 17:18:11 +09:00
Tae Won Ha
4db07f2672
Store preferences correctly 2017-01-01 17:14:54 +09:00
Tae Won Ha
a7e759b040
GH-339 Store prefs of markdown renderer in preferences 2017-01-01 16:13:35 +09:00
Tae Won Ha
0e28aedc35
GH-339 Add stub forward and reverse search UI elements 2016-12-30 12:32:08 +09:00
Tae Won Ha
d837eb9e12
GH-339 Pass through scroll event to main window component 2016-12-27 17:32:55 +09:00
Tae Won Ha
45252f410d
GH-339 Add github markdown css 2016-12-26 17:04:03 +09:00
Tae Won Ha
1ce679da9d
GH-339 React to opening 2016-12-23 12:15:26 +01:00
Tae Won Ha
738635ca51
GH-339 Make the preview component roughly work
- re-model the view component hierarchy
2016-12-21 07:33:39 +01:00
Tae Won Ha
9b377c9d34
Pass through current buffer changed event to preview component 2016-12-20 01:03:37 +01:00
Tae Won Ha
1451b0ba72
GH-339 Pass through current buffer changed event
- ignore cursor events to avoid slowing down scrolling...
2016-12-20 00:01:59 +01:00
Tae Won Ha
a654eb683a
GH-339 Add stub preview tool 2016-12-19 18:23:43 +01:00
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