1
1
mirror of https://github.com/qvacua/vimr.git synced 2025-01-01 10:16:24 +03:00
Commit Graph

895 Commits

Author SHA1 Message Date
Tae Won Ha
45da880c4b
Bump version: snapshot/249 2017-12-14 22:36:14 +01:00
Tae Won Ha
a50e6dfb1f
Fix Xcode proj 2017-12-10 22:28:35 +01:00
Tae Won Ha
458d702439
Compile swifter directly again
- It's Swift 4 compatible now
2017-12-10 22:19:20 +01:00
Tae Won Ha
2a7ffebad7
Delete unnec' scheme 2017-12-10 18:13:12 +01:00
Tae Won Ha
433ab199a1
Bump version: snapshot/248 2017-12-10 17:59:33 +01:00
Tae Won Ha
8e72e2fdea
Bump version: snapshot/247 2017-12-10 13:36:29 +01:00
Tae Won Ha
3b577f95bf
Remove unused target 2017-12-09 22:33:35 +01:00
Tae Won Ha
256e136de7
Use private instead of fileprivate 2017-12-09 20:37:22 +01:00
Tae Won Ha
d517fc83b0
Bump version: snapshot/246 2017-12-09 17:55:02 +01:00
Tae Won Ha
d6f902b7dd
Fix outline view and table view width problem on High Sierra 2017-12-09 17:13:47 +01:00
Tae Won Ha
52c0b7ec51
Use the custom API for getting buffer info 2017-12-08 18:37:17 +01:00
Tae Won Ha
381063d13f
Update version 2017-12-08 12:26:07 +01:00
Tae Won Ha
333eba4a6d
Migrate nvim objects to Swift 2017-12-03 18:05:02 +01:00
Tae Won Ha
be4c38e244
Rename NeoVimView to NvimView 2017-12-03 17:22:39 +01:00
Tae Won Ha
d691e213b9
Fix reverse search 2017-12-03 16:41:29 +01:00
Tae Won Ha
587934b3ac
Reformat 2017-12-03 14:28:23 +01:00
Tae Won Ha
4ef2fd0f15
Restructure the project 2017-12-03 09:59:15 +01:00
Tae Won Ha
c3fda490d7
Add Result and MessagePack.swift to Credits.rtf 2017-12-02 08:01:58 +01:00
Tae Won Ha
eacd355927
Bump version: snapshot/243 2017-12-01 22:05:15 +01:00
Tae Won Ha
8585e2ae07
Bump version: snapshot/242 2017-12-01 21:42:16 +01:00
Tae Won Ha
96f73181fa
Bump version: snapshot/241 2017-12-01 19:02:11 +01:00
Tae Won Ha
a3e01fda74
Rename opened files list to buffers list 2017-12-01 18:51:34 +01:00
Tae Won Ha
bbd7d85b4b
Bump version: snapshot/240 2017-11-30 18:15:03 +01:00
Tae Won Ha
5dc85552f6
Bump version: snapshot/239 2017-11-30 07:26:16 +01:00
Tae Won Ha
d6a62df419
Bump version: v0.20.0-238 2017-11-21 19:18:43 +01:00
Tae Won Ha
5848edcbf2
Bump version: snapshot/237 2017-11-19 10:26:10 +01:00
Tae Won Ha
05c38f31ee
Bump version: snapshot/236 2017-11-15 19:52:21 +01:00
Tae Won Ha
49e42a946c
Fix compilation (due to RxSwift 4 update) 2017-11-10 19:48:11 +01:00
Tae Won Ha
ea286e99c4
Update dependencies 2017-11-10 16:15:55 +01:00
Tae Won Ha
c8984aade4
Do not call GUI updates from background 2017-11-10 12:31:26 +01:00
Tae Won Ha
3f5b761d7c
Don't use String.characters 2017-11-10 12:17:47 +01:00
Tae Won Ha
067f469596
Bump version: snapshot/235 2017-11-10 11:09:08 +01:00
Tae Won Ha
fd83be11f0
Bump version: snapshot/234 2017-11-08 17:30:26 +01:00
Tae Won Ha
9e731b9f1f
Bump version: snapshot/233 2017-11-08 08:15:24 +01:00
Tae Won Ha
24400bacb1
Bump version: snapshot/232 2017-10-23 20:59:31 +02:00
Tae Won Ha
c57733f7e4
GH-544 Use String.count instead of String.characters.count 2017-10-22 21:43:03 +02:00
Tae Won Ha
4f09da0789
GH-544 Include swifter as framework again 2017-10-22 21:28:09 +02:00
Tae Won Ha
5656f6765a
GH-544 Migrate VimR to Swift 4 2017-10-22 14:33:18 +02:00
Tae Won Ha
8b23d2fa35
Bump version: snapshot/231 2017-10-17 21:25:46 +02:00
Tae Won Ha
52f029ea07
Bump version: snapshot/230 2017-10-17 21:16:03 +02:00
Tae Won Ha
5cce06d889
GH-521 Compute the max width differently 2017-10-17 19:39:11 +02:00
Tae Won Ha
d579db9de5
GH-521 Remove old colum witdh computation 2017-10-06 19:14:06 +02:00
Neal Clark
4e700af5b3 cover the MainWindow+Delegates.swift case 2017-10-06 09:34:01 -07:00
Neal Clark
a1f827a4d8 use .command instead of NSCommandKeyMask 2017-10-06 09:33:51 -07:00
Neal Clark
911e860d36 Close the “Discard and Quit” menu with ⌘-D
Allow quitting the application with an unsaved 
buffer via the keyboard. macvim makes the “Quit” 
button default. vimr makes the “Cancel” button 
default, leaving no way to “Discard and Quit” 
without using the mouse (as far as I can tell). 

⌘-D uses the convention of ⌘ + first letter of 
the button text
2017-10-05 17:18:47 -07:00
Tae Won Ha
74e29cfa19
Reformat 2017-09-07 18:42:24 +02:00
Tae Won Ha
3d45ed607c
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
2bddff5956
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
ff4b2fa4c6
Refactor slightly 2017-09-07 18:42:24 +02:00
Tae Won Ha
28175102a4
Refactor slightly 2017-09-07 18:42:24 +02:00