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

56 Commits

Author SHA1 Message Date
Tae Won Ha
40fd7e1eb5
GH-426 Store active tools in user defaults 2017-05-01 17:15:21 +02:00
Tae Won Ha
4b1c569996
GH-405 Simplify reducing 2017-04-30 09:25:15 +02:00
Tae Won Ha
016e2bcf80
GH-405 Move code around 2017-04-22 16:35:06 +02:00
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
c422035dca
GH-405 Rename some generic types 2017-04-22 16:03:45 +02:00
Tae Won Ha
849dfe104c
GH-405 Type action emitter 2017-04-22 15:59:05 +02:00
Tae Won Ha
f1b72d7d44
GH-405 Reduce some boiler plate 2017-04-22 11:31:42 +02:00
Tae Won Ha
ed1368fe51
GH-398 Set the icon in the window title bar 2017-04-16 08:58:56 +02:00
Tae Won Ha
ff73dfaa55
GH-405 Quit cleanly... 2017-04-15 10:38:07 +02:00
Tae Won Ha
d2f15d0e17
GH-383 Add initial preview page for html preview tool 2017-04-11 19:26:34 +02:00
Tae Won Ha
7409f27c00
GH-383 Restructure http server service 2017-04-02 17:27:12 +02:00
Tae Won Ha
84fdcfe912
Merge branch 'develop' into 383-html-preview-tool 2017-04-02 17:18:27 +02:00
Tae Won Ha
380c3ac61f
GH-405 Store prefs directly after changing 2017-04-02 17:15:30 +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
702c0cd539
GH-405 Quit more cleanly 2017-04-01 21:02:31 +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
d7aa58f424
GH-405 Rename and move AdvancedPrefReducer 2017-03-30 20:05:57 +02:00
Tae Won Ha
6897978e4e
GH-405 Quit cleanly II 2017-03-30 20:03:09 +02:00
Tae Won Ha
6dba05b248
GH-405 Quit cleanly 2017-03-30 00:36:57 +02:00
Tae Won Ha
836501408c
GH-405 Rename Element to Pair 2017-03-29 20:23:04 +02:00
Tae Won Ha
d568592b89
GH-405 Rename transform() to reduce() 2017-03-29 20:17:45 +02:00
Tae Won Ha
83c0fd4670
GH-405 Rename transformers to reducers 2017-03-29 20:10:11 +02:00
Tae Won Ha
e44ecdd311
Merge branch 'develop' into 383-html-preview-tool 2017-03-26 23:48:40 +02:00
Tae Won Ha
ead3008b5e
GH-405 Add a transform(by: [T])
- the compiler does not work correctly... so commented out...
2017-03-25 23:13:56 +01:00
Tae Won Ha
c26ea812d5
GH-383 Add stub HTML preview tool 2017-03-24 17:47:08 +01:00
Tae Won Ha
dcdee489da
Rename transformers to reducers... 2017-03-11 17:08:50 +01:00
Tae Won Ha
1bf7e2035b
Store states 2017-02-28 18:53:49 +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
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
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
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
a74c0f0728
Add some unmodified flags 2017-02-23 19:22:11 +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
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
Tae Won Ha
511e3685ab
Show no preview initially 2017-02-06 18:57:50 +01:00