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

66 Commits

Author SHA1 Message Date
Tae Won Ha
ab21bb767e
GH-325 Refactor slightly 2017-08-20 15:11:19 +02:00
Tae Won Ha
229fc1c9ee
GH-325 Add frame to MainWindow's state (and persist it) 2017-08-14 21:04:35 +02:00
Tae Won Ha
c3de0c0298
GH-436, GH-479 Persist show file icon setting 2017-06-29 23:45:36 +02:00
Tae Won Ha
fecdc69e48
GH-436, GH-479 Add show file icons option 2017-06-29 23:45:26 +02:00
Tae Won Ha
3ba2d93f48
GH-436 Store the uses theme option in user defaults 2017-06-27 06:47:45 +02:00
Tae Won Ha
7a4c5f955e
GH-436 Add an option in appearance pref pane
- Added a theme struct to VimR module for the case when the option is turned off
2017-06-27 06:41:16 +02:00
Tae Won Ha
3d20c87268
GH-436 Move theme to appearance state and add a flag whether to use neovim's colorscheme 2017-06-25 17:42:24 +02:00
Tae Won Ha
c00a634c86
GH-436 Add theme to neovim view 2017-06-25 17:35:51 +02:00
Tae Won Ha
7164f47ad7
GH-436 Add Theme to mainwindow 2017-06-25 11:46:43 +02:00
Tae Won Ha
6e9f33ea77
GH-326, GH-460 Persist last window action pref 2017-06-13 23:17:06 +02:00
Tae Won Ha
884296145b
GH-326, GH-460 Add an option to hide or quit when the last window closes 2017-06-13 22:57:08 +02:00
Tae Won Ha
ec838aa0b9
GH-302, GH-421 Add --wait to cli tool 2017-06-12 19:28:54 +02:00
Tae Won Ha
3216b08699
GH-302, GH-421 Add passthrough arguments to vimr script 2017-06-12 00:30:33 +02:00
Tae Won Ha
8241d596fd
Adapt to sync neovim stop handling 2017-06-11 16:28:25 +02:00
Tae Won Ha
786ac2a87e
GH-423 Use transient fields in state for cwd and current buffer to set 2017-06-09 23:16:06 +02:00
Tae Won Ha
d4ede81fe5
GH-450 Move root to open quickly state 2017-05-14 12:06:21 +02:00
Tae Won Ha
487da9fa47
Merge branch 'master' into develop
Conflicts:
	VimR/Info.plist
	VimR/UiRootReducer.swift
	resources/release-notes.md
2017-05-05 18:03:17 +02:00
Tae Won Ha
0e1598177e
GH-440 Store use interactive zsh in user defaults and fix the ui root reducer 2017-05-05 17:42:35 +02:00
Tae Won Ha
f014ba39f8
GH-433 Use string enum for workspace bar location 2017-05-03 22:23:01 +02:00
Tae Won Ha
40fd7e1eb5
GH-426 Store active tools in user defaults 2017-05-01 17:15:21 +02:00
Tae Won Ha
be2f64ecf4
Merge branch 'develop' into 383-html-preview-tool
Conflicts:
	VimR/States.swift
2017-04-10 22:41:07 +02:00
Tae Won Ha
f043147ab4
GH-405 Be more forgiving when prefs regarding tools are not complete 2017-04-10 22:40:25 +02:00
Tae Won Ha
f36fcbf440
GH-383 Store html preview tools prefs 2017-04-10 22:15:48 +02:00
Tae Won Ha
85dce6a8c7
Merge branch 'develop' into 383-html-preview-tool
Conflicts:
	VimR/MainWindow.swift
2017-04-10 21:58:17 +02:00
Tae Won Ha
4b4fde58e5
GH-405 Store the order of the tools 2017-04-10 20:38:17 +02:00
Tae Won Ha
8902aafedd
GH-383 Reload only when a new file gets selected 2017-04-02 21:55:24 +02:00
Tae Won Ha
55cddec9ad
GH-383 Serve the selected html file and the content of its parent folder 2017-04-02 20:45:12 +02:00
Tae Won Ha
026e776ad6
Merge branch 'develop' into 383-html-preview-tool 2017-04-02 16:52:45 +02:00
Tae Won Ha
fee0b5af89
GH-405 Clean also the focus view 2017-03-31 19:53:40 +02:00
Tae Won Ha
1516fc3bf9
GH-405 Clean up the app state after firing 2017-03-31 19:53:40 +02:00
Tae Won Ha
a34d208d2d
GH-405 Fix forward and reverse search 2017-03-31 19:53:31 +02:00
Tae Won Ha
6dba05b248
GH-405 Quit cleanly 2017-03-30 00:36:57 +02:00
Tae Won Ha
c26ea812d5
GH-383 Add stub HTML preview tool 2017-03-24 17:47:08 +01:00
Tae Won Ha
79f3a72605
React to stored prefs 2017-03-01 16:59:23 +01:00
Tae Won Ha
4535d90ecf
Add init(dict) 2017-02-28 22:15:27 +01:00
Tae Won Ha
ee0bc0a550
Fix closing behavior of the main window 2017-02-28 17:17:18 +01:00
Tae Won Ha
808dbd0c8d
Store tools states 2017-02-28 15:52:48 +01:00
Tae Won Ha
2ba5e362e5
Add advanced pref 2017-02-28 11:10:04 +01:00
Tae Won Ha
abc652d62f
Add appearance pref pane 2017-02-28 09:53:27 +01:00
Tae Won Ha
7cd3477331
Add general pref pane 2017-02-27 22:45:26 +01:00
Tae Won Ha
e04e14bd64
Add some general pref values 2017-02-27 21:18:12 +01:00
Tae Won Ha
426a00ece3
Add focusing of views 2017-02-24 22:47:32 +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
910c27139c
Open selected file in open quickly 2017-02-23 19:02:19 +01:00
Tae Won Ha
5a813bd5ae
progress
Make open quickly window open and search
2017-02-23 19:02:17 +01:00
Tae Won Ha
ce8a3a9f6d
Remove base server url from app state 2017-02-20 18:04:45 +01:00
Tae Won Ha
b09a0bcc1a
Add file monitor 2017-02-19 18:00:41 +01:00
Tae Won Ha
1a85dea28e
Restructure some types 2017-02-12 17:21:10 +01:00
Tae Won Ha
962003f229
Make manual reverse search work 2017-02-12 16:40:49 +01:00