Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #1006

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from
Open

Develop #1006

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
965fb7f
Xcode7.3 UUID
pebble8888 Mar 23, 2016
ee31a29
Add word delimiter support for Japanese Hiragana,Katakana,Kanji,Punct…
pebble8888 Aug 29, 2015
19ceda0
prevent cursorMode NSAssert crash for Debug build
pebble8888 Sep 3, 2015
c3ab235
prevent NSAssert crash #814 for Debug Build
pebble8888 Sep 5, 2015
970fa5b
prevent << command NSAssert crash for Debug build
pebble8888 Sep 21, 2015
7883d7f
prevent NSAssert crash for release build
pebble8888 Jun 2, 2016
6bbb0c9
remove debug log
pebble8888 Jun 20, 2015
df37cfb
support jump list to jump to definition.
pebble8888 Oct 25, 2015
4690bba
change cusor color
pebble8888 Dec 25, 2015
30a12e0
refactering XVimMotion
pebble8888 Dec 31, 2015
f9e7db9
Merge branch 'shu_master' into develop3
pebble8888 Jun 17, 2016
75fbb8a
remove bianay
pebble8888 Aug 20, 2016
1d7c011
Xcode8 UUID
pebble8888 Sep 17, 2016
e27a614
normal mode playground cursor
JessThrysoee Sep 11, 2016
b094abe
Xcode8.1 UUID
pebble8888 Oct 28, 2016
a87a101
Xcode8.2 UUID
pebble8888 Dec 13, 2016
b96010f
prevent crash xvim_firstOfLine
pebble8888 Jan 6, 2017
442eda3
compiler warning
pebble8888 Jan 7, 2017
6e59516
prevent crash CTRL-W #989
pebble8888 Jan 7, 2017
e70ae95
fix #1050 Build failure using Xcode 8.3 beta 3
pebble8888 Mar 5, 2017
703f65f
Xcode8.3 uuid
pebble8888 Mar 5, 2017
72eef19
Xcode8.3 uuid GM
pebble8888 Apr 1, 2017
13ac489
macvim launcher feature for Xcode9. but can't get linenumber
pebble8888 Jun 17, 2017
685597f
macvim launcher with linenumber for Xcode9
pebble8888 Aug 26, 2017
98b84c3
Xcode9 uuid
pebble8888 Sep 13, 2017
fce6749
/Applications/mvim -> /usr/local/bin/mvim
pebble8888 Sep 13, 2017
f682c5e
change Xcode9 beta to Xcode9 GM
pebble8888 Sep 13, 2017
ee69f5f
remove zt command
pebble8888 Sep 13, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Gemfile.lock
build
*.xccheckout
gitrevision.h
*.o
unsign
1 change: 1 addition & 0 deletions SourceEditor.framework/Resources
1 change: 1 addition & 0 deletions SourceEditor.framework/SourceEditor
Binary file not shown.
Binary file not shown.
Binary file not shown.
42 changes: 42 additions & 0 deletions SourceEditor.framework/Versions/A/Resources/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>17A302</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>SourceEditor</string>
<key>CFBundleIdentifier</key>
<string>com.apple.dt.SourceEditor</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>SourceEditor</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>9A234a</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>17A328</string>
<key>DTSDKName</key>
<string>macosx10.13internal</string>
<key>DTXcode</key>
<string>0900</string>
<key>DTXcodeBuild</key>
<string>9A234a</string>
</dict>
</plist>
Binary file not shown.
Binary file not shown.
18 changes: 18 additions & 0 deletions SourceEditor.framework/Versions/A/Resources/version.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BuildAliasOf</key>
<string>SourceEditor</string>
<key>BuildVersion</key>
<string>6</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>ProjectName</key>
<string>SourceEditor</string>
<key>SourceVersion</key>
<string>13212000000000000</string>
</dict>
</plist>
Binary file added SourceEditor.framework/Versions/A/SourceEditor
Binary file not shown.
201 changes: 201 additions & 0 deletions SourceEditor.framework/Versions/A/_CodeSignature/CodeResources
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Resources/ActionMenuController.nib</key>
<data>
gOchd+9GX6/3ZplNdrmlqaAGdYA=
</data>
<key>Resources/Assets.car</key>
<data>
QMOYniffJrt+rrOz8NUXtSVoT28=
</data>
<key>Resources/FoldIndicator.pdf</key>
<data>
OoLgN2QP8/ltVOLyrlM+PNg75AI=
</data>
<key>Resources/Info.plist</key>
<data>
xxmEvTto4pRyNUZvMwvUWs8kpms=
</data>
<key>Resources/TextFindPanelViewController.nib</key>
<data>
J9Y8YeuM2hD5qTOzIQNs9Ol/gCQ=
</data>
<key>Resources/en.lproj/Localizable.strings</key>
<dict>
<key>hash</key>
<data>
aLVuWIOayXA7x6gsb8iEL20zbgw=
</data>
<key>optional</key>
<true/>
</dict>
<key>Resources/version.plist</key>
<data>
KnVfX5RmrRjgcbwD7f5BrwstBQo=
</data>
</dict>
<key>files2</key>
<dict>
<key>Resources/ActionMenuController.nib</key>
<dict>
<key>hash2</key>
<data>
cB0xdPL7inOUJNR9+iGtTqZ9+sImWzRPP2fj515amOY=
</data>
</dict>
<key>Resources/Assets.car</key>
<dict>
<key>hash2</key>
<data>
muio8vLxmGAVOp4ces2V09sq95MfRZb7ugvckJfSiUA=
</data>
</dict>
<key>Resources/FoldIndicator.pdf</key>
<dict>
<key>hash2</key>
<data>
NoagZgkN02ykqTQUkR6Cngo7pE/xWb9XoWn6Wb+oIgk=
</data>
</dict>
<key>Resources/Info.plist</key>
<dict>
<key>hash2</key>
<data>
d8QHIphMYzstud2wU0nBRHhmSEuPQ4MnOGVDQziCvKA=
</data>
</dict>
<key>Resources/TextFindPanelViewController.nib</key>
<dict>
<key>hash2</key>
<data>
/plQhQsd/7YqNVspNftDvEIaQbixQ3535mfu2HTF5qY=
</data>
</dict>
<key>Resources/en.lproj/Localizable.strings</key>
<dict>
<key>hash2</key>
<data>
bWMwRKp6rOpy3wtSF0YxD6nAwFPJshdHGF8NagpgLzg=
</data>
<key>optional</key>
<true/>
</dict>
<key>Resources/version.plist</key>
<dict>
<key>hash2</key>
<data>
+oiH5jSjBDGTtpmS8vyvxj0lapHtYBOGkigCS9+a9Rk=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^Resources/</key>
<true/>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^Resources/.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^Resources/.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Resources/Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>
1 change: 1 addition & 0 deletions SourceEditor.framework/Versions/Current
Loading