1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-29 03:53:38 +03:00

Merge remote-tracking branch 'origin/develop' into update-neovim

This commit is contained in:
Tae Won Ha 2017-06-30 21:33:36 +02:00
commit f8716f044c
14 changed files with 47 additions and 37 deletions

View File

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-212</string>
<string>0.17.0</string>
<key>CFBundleVersion</key>
<string>212</string>
<string>213</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View File

@ -9,6 +9,7 @@ VimR — Neovim Refined
![Screenshot 1](https://raw.githubusercontent.com/qvacua/vimr/develop/resources/screenshot1.png)
![Screenshot 0](https://raw.githubusercontent.com/qvacua/vimr/develop/resources/screenshot0.png)
![Screenshot 2](https://raw.githubusercontent.com/qvacua/vimr/develop/resources/screenshot2.png)
## About

View File

@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-212</string>
<string>0.17.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>212</string>
<string>213</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2016 Tae Won Ha. All rights reserved.</string>
<key>NSPrincipalClass</key>

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-212</string>
<string>0.17.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>212</string>
<string>213</string>
</dict>
</plist>

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-212</string>
<string>0.17.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>212</string>
<string>213</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>

View File

@ -1799,7 +1799,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 212;
DYLIB_CURRENT_VERSION = 213;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -1824,7 +1824,7 @@
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 212;
DYLIB_CURRENT_VERSION = 213;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@ -2061,7 +2061,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 212;
CURRENT_PROJECT_VERSION = 213;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@ -2111,7 +2111,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 212;
CURRENT_PROJECT_VERSION = 213;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;

View File

@ -32,7 +32,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-212</string>
<string>0.17.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -49,7 +49,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>212</string>
<string>213</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>

View File

@ -251,6 +251,9 @@ class MainWindow: NSObject,
self.usesTheme = state.appearance.usesTheme
self.currentBuffer = state.currentBuffer
self.window.representedURL = state.appearance.showsFileIcon ? self.currentBuffer?.url : nil
if self.defaultFont != state.appearance.font
|| self.linespacing != state.appearance.linespacing
|| self.usesLigatures != state.appearance.usesLigatures {
@ -439,8 +442,6 @@ extension MainWindow {
func currentBufferChanged(_ currentBuffer: NeoVimBuffer) {
self.emit(self.uuidAction(for: .setCurrentBuffer(currentBuffer)))
self.currentBuffer = currentBuffer
self.window.representedURL = self.currentBuffer?.url
}
func tabChanged() {

View File

@ -154,7 +154,7 @@ class ThemedTableCell: NSTableCellView {
textField.removeFromSuperview()
self.addSubview(textField)
textField.autoPinEdgesToSuperviewEdges(with: EdgeInsets(top: 2, left: 2, bottom: 2, right: 2))
textField.autoPinEdgesToSuperviewEdges(with: EdgeInsets(top: 2, left: 4, bottom: 2, right: 2))
}
fileprivate let _textField = NSTextField(forAutoLayout: ())

View File

@ -15,10 +15,10 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>SNAPSHOT-212</string>
<string>0.17.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>212</string>
<string>213</string>
</dict>
</plist>

View File

@ -7,20 +7,27 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>v0.16.2-210</title>
<title>v0.17.0-213</title>
<description><![CDATA[
<p>GH-472: Bugfix: Mouse wheel scrolling in split window sometimes scrolls in the wrong split.</p>
<ul>
<li>GH-436: Use colors from the selected <code>colorscheme</code> for tools, e.g. the file browser:<ul>
<li>Use the <code>directory</code> color for folders in the file browser.</li>
<li>Use slightly darker version of the <code>background</code> color for the window title bar.</li>
<li>Add an option to turn off file icons in the file browser and in the buffer list in case the <code>colorscheme</code> does not play well with them, cf. GH-479.</li>
</ul>
</li>
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/v0.16.2-210
https://github.com/qvacua/vimr/releases/tag/v0.17.0-213
</releaseNotesLink>
<pubDate>2017-06-28T17:32:57.613213</pubDate>
<pubDate>2017-06-30T20:21:47.223329</pubDate>
<minimumSystemVersion>10.10.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.16.2-210/VimR-v0.16.2-210.tar.bz2"
sparkle:version="210"
sparkle:shortVersionString="0.16.2"
sparkle:dsaSignature="MCwCFBoq/JsW4co7/MxAg1jmd8gLhJhjAhQJvYBjgAel04nN0DTZFptRkr4eyg=="
length="10631071"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.17.0-213/VimR-v0.17.0-213.tar.bz2"
sparkle:version="213"
sparkle:shortVersionString="0.17.0"
sparkle:dsaSignature="MC4CFQDqNma3SXdeCptQiYm7Ll4YbSfjbQIVAMbpdfCwpKEUQAip/fTCThMRsVAx"
length="10696081"
type="application/octet-stream"/>
</item>
</channel>

View File

@ -7,10 +7,11 @@
<description>Most recent changes with links to updates for VimR.</description>
<language>en</language>
<item>
<title>SNAPSHOT-212</title>
<title>v0.17.0-213</title>
<description><![CDATA[
<ul>
<li>GH-436: Use colors from the selected <code>colorscheme</code> for tools, e.g. the file browser.<ul>
<li>GH-436: Use colors from the selected <code>colorscheme</code> for tools, e.g. the file browser:<ul>
<li>Use the <code>directory</code> color for folders in the file browser.</li>
<li>Use slightly darker version of the <code>background</code> color for the window title bar.</li>
<li>Add an option to turn off file icons in the file browser and in the buffer list in case the <code>colorscheme</code> does not play well with them, cf. GH-479.</li>
</ul>
@ -18,15 +19,15 @@
</ul>
]]></description>
<releaseNotesLink>
https://github.com/qvacua/vimr/releases/tag/snapshot/212
https://github.com/qvacua/vimr/releases/tag/v0.17.0-213
</releaseNotesLink>
<pubDate>2017-06-30T07:01:34.030982</pubDate>
<pubDate>2017-06-30T20:21:47.223329</pubDate>
<minimumSystemVersion>10.10.0</minimumSystemVersion>
<enclosure url="https://github.com/qvacua/vimr/releases/download/snapshot/212/VimR-SNAPSHOT-212.tar.bz2"
sparkle:version="212"
sparkle:shortVersionString="SNAPSHOT-212"
sparkle:dsaSignature="MCwCFAwd1ymF+w06C6w2v0llTZDOiSAIAhR2Dob7tTVk/ZwG09se+wcDAI/pNw=="
length="10694624"
<enclosure url="https://github.com/qvacua/vimr/releases/download/v0.17.0-213/VimR-v0.17.0-213.tar.bz2"
sparkle:version="213"
sparkle:shortVersionString="0.17.0"
sparkle:dsaSignature="MC4CFQDqNma3SXdeCptQiYm7Ll4YbSfjbQIVAMbpdfCwpKEUQAip/fTCThMRsVAx"
length="10696081"
type="application/octet-stream"/>
</item>
</channel>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 KiB

After

Width:  |  Height:  |  Size: 305 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 533 KiB

After

Width:  |  Height:  |  Size: 448 KiB