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

23 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
1a7f633cea
GH-339 Use a http server to serve the markdown preview html file (and the content of the containing folder)
- WKWebView does not let you load files in arbitrary folders when you use loadHTMLString()
- loadFileURL can load files from one directories, but you'd have to create a temporary file in the folder
2017-01-13 08:11:47 +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
a3428879af
GH-339 Do manual refresh 2017-01-07 08:38:17 +01:00
Tae Won Ha
1f2173c5cd
GH-339 Do reverse search 2017-01-06 16:39:03 +01:00
Tae Won Ha
d384bb519d
GH-339 React to scroll events on both sides 2017-01-06 14:41:19 +01:00
Tae Won Ha
ff8658f38c
GH-339 Adapt timing for scroll events 2017-01-04 20:39:30 +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
7a2fa36391
GH-339 Use unowned self 2017-01-01 17:16:01 +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
c33dd0536a
GH-339 Add scroll callback 2016-12-27 16:20:31 +09:00
Tae Won Ha
19a52ecf44
GH-339 Render in .userInitiated queue 2016-12-26 17:36:23 +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
9cebb5ab48
GH-339 Pass through auevents... 2016-12-19 23:11:42 +01:00
Tae Won Ha
a654eb683a
GH-339 Add stub preview tool 2016-12-19 18:23:43 +01:00