1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-12-28 08:13:17 +03:00
Commit Graph

571 Commits

Author SHA1 Message Date
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
51d82214d9
Avoid webview crash when deiniting 2017-02-28 19:21:22 +01:00
Tae Won Ha
1bf7e2035b
Store states 2017-02-28 18:53:49 +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
b3d2c0fff7
Set the local state in the app delegate 2017-02-28 11:17:11 +01:00
Tae Won Ha
2ba5e362e5
Add advanced pref 2017-02-28 11:10:04 +01:00
Tae Won Ha
99c1b930a7
Rename StateContext to Context 2017-02-28 10:43:45 +01:00
Tae Won Ha
b17d7eaaec
Add some convenience functions 2017-02-28 10:42:34 +01:00
Tae Won Ha
02ebe1e3c2
Remove unnec' properties 2017-02-28 10:20:25 +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
189977c42a
Add open in key window using vimr command line tool 2017-02-27 20:45:07 +01:00
Tae Won Ha
d3da1f955b
React to +/- font 2017-02-27 17:35:38 +01:00
Tae Won Ha
71c3d7642b
Remove unnec' log 2017-02-26 23:09:20 +01:00
Tae Won Ha
d3f9abe55f
Fix open quickly closing 2017-02-26 23:08:18 +01:00
Tae Won Ha
d3e8d98027
Update preview when doubli cliking opened file list 2017-02-26 23:01:06 +01:00
Tae Won Ha
3c8afbabab
Add double click in the opened files list 2017-02-26 14:23:23 +01:00
Tae Won Ha
35fd4d97a8
Add opened files list w/o double click 2017-02-26 12:00:19 +01: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
9fd4a82c44
Set dirty status of main window 2017-02-26 10:26:37 +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
2b2fb3a736
Fix the owner of the xib file 2017-02-24 09:22:16 +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
a74c0f0728
Add some unmodified flags 2017-02-23 19:22:11 +01:00
Tae Won Ha
d7922b927c
Improve description of marked 2017-02-23 19:02:19 +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
a502fcb87a
React to file sys changes 2017-02-19 20:15:10 +01:00
Tae Won Ha
b09a0bcc1a
Add file monitor 2017-02-19 18:00:41 +01:00
Tae Won Ha
7248311fbd
Migrating open quickly window 2017-02-13 19:31:10 +01:00
Tae Won Ha
7236ddd476
Remove unnec' logs 2017-02-12 17:29:49 +01:00
Tae Won Ha
dd640cd413
Merge scroll and cursor sources 2017-02-12 17:28:49 +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
Tae Won Ha
292d20043c
Add hasDifferentMark to Marked 2017-02-12 14:07:52 +01:00
Tae Won Ha
404af920c6
Add Position.beginning 2017-02-12 13:41:12 +01:00
Tae Won Ha
7092c226f1
Implement refresh now 2017-02-12 13:35:58 +01:00
Tae Won Ha
bce3e9e5f0
Correctly clean up swps when closing and quitting 2017-02-12 10:54:19 +01:00
Tae Won Ha
ae69318199
Ignore forward search when reverse searching 2017-02-12 10:54:01 +01:00
Tae Won Ha
379068de13
Use marked positions to distinguish the cases to set the position 2017-02-11 12:41:38 +01:00