首页
社区
课程
招聘
[分享]Sublime Text Build 3059 发布及破解文件(Windows/Linux/32/64/Mac全版本)
发表于: 2013-12-19 18:11 63615

[分享]Sublime Text Build 3059 发布及破解文件(Windows/Linux/32/64/Mac全版本)

2013-12-19 18:11
63615
更新: 下面的下载链接都失效了,最新的有效的下载地址如下(速度会比较慢,见谅)
Dropbox : Sublime Text Build 3059

Part 1
前天(12.17)ST放出了最新版sublime text build3059, 这个版本增加了很多功能,相信很多人看到这个消息应该很兴奋。
下面是Sublime text build 3059的更新内容:

[*]Added tab scrolling, controlled by the enable_tab_scrolling setting
[*]Added image preview when opening images
[*]Encoding and line endings can be displayed in the status bar with the show_encoding and show_line_endings settings
[*]Added settings caret_extra_top, caret_extra_bottom and caret_extra_width to control the caret size
[*]Added index_exclude_patterns setting to control which files get indexed
[*]Automatically closing windows when the last tab is dragged out
[*]Changed tab close behavior: the neighboring tab is now always selected
[*]When the last file is closed, a new transient file is created automatically
[*]Ctrl+Tab ordering is stored in the session
[*]Added minimap_scroll_to_clicked_text setting
[*]Improved error messages when unable to save files
[*]Auto complete now works as expected in macros
[*]Minor improvements to Python syntax highlighting
[*]Vintage: A block caret is now used
[*]Vintage: Improved behavior of visual line mode with word wrapped lines
[*]Find in Files will no longer block when FIFOs are encountered
[*]Linux: Added menu hiding
[*]Linux: Fixed incorrect handling of double clicks in the Find panel
[*]Linux: Fixed incorrect underscore display in some menus
[*]Posix: Fixed new files being created with unexpected permissions
[*]Windows: SSE support is no longer required for 32 bit builds
[*]API: Window.open_file now accepts an optional group parameter
[*]API: Plugins may now call Settings.clear_on_change() within a callback from Settings.add_on_change()
[*]API: Calling Settings.add_on_change() from within a settings change callback won't cause the added callback to be run


还不心动吗? 还不立马去官网上下载一个试用一下:sublime_text_build_3059

Part 2
这个版本的更新除了功能上的更新,在软件加密方面也增加了难度。之前的版本只要把一个函数的返回值始终置为0就可以实现强力破解,但是这个版本增加了难度:原来的那个函数要在输入注册码的时候返回0,而在软件开启的时候返回1.这个就不好破了。
下面是今天搞的windows下的32和64位版本的破解后的exe,下载相应的exe后复制到软件原目录就可以。(必须先自己下载安装官方的原程序!)注册机正在想办法写,Linux下的破解文件也在搞。

破解思路可以看我原来的帖子,今天不详细写了,等把注册机写好之后一并再写。
http://bbs.pediy.com/search.php?searchid=5068774
http://bbs.pediy.com/showthread.php?t=172084
http://bbs.pediy.com/showthread.php?t=172089

这是效果图:


下面是我修改的exe,欢迎交流学习。
Windows版本下载地址:
sublime_text_build_3059_win32
sublime_text_build_3059_win64

Edit:Linux版本的破解补丁在今天搞定了!
Linux版本下载地址:
sublime_text_build_3059_linux32
sublime_text_build_3059_linux64

Edit: MacOS版的也搞定了,
下载地址:
MacOS Sublime Text 3059

更新: 上面的下载链接都失效了,最新的有效的下载地址如下(速度会比较慢,见谅)
Dropbox : Sublime Text Build 3059

[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 0
支持
分享
最新回复 (48)
雪    币: 1636
活跃值: (3820)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
这个软件怎么说,定位函数,和定位项目文件中的函数,这个不错,界面挺漂亮,但是西缺点也不少
1.启动慢,相比scite
2.代码提示没有,我知道可以加,但是比scite加要麻烦
3.只支持utf8编码,虽然有gbktoutf8插件,但还是会出现乱码,比如ctrl +r 操作以后,以前的          gbk写的代码用起来就很头疼

作为轻量级编辑器,替代记事本,太慢,太大
作为项目编辑器,也不咋地

相比,我还是喜欢scite 或者 notepad++

感谢楼主共享破解,能否分享下使用心得?我用来写lua 和 python代码,c/c++还是用vc
2013-12-19 19:37
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
3
1. 启动比起scite确实稍慢一点,不过还好,可以接受的程度。
2. 代码自动完成是默认有的,装一些插件的话效果会更好。
  "auto_complete": true,

  我倒是认为scite的自动补全比不上ST.  可以分享一下scite的配置吗?

3. 编码问题确实是个麻烦事,哪天原程序支持东方多字节语言了,我肯定买个Lincense。
   我自己用的ConvertToUTF8,感觉很爽,尽量不要多个编辑器同时编辑一个文件。

4. 破解心得基本跟我原来分享的差不多。我上面帖子里提供链接了。这次破解的心得稍后再整理吧。
2013-12-19 19:56
0
雪    币: 1636
活跃值: (3820)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
scite 不需要啥配置,就是补全的话写起来很简单
建立个文件,配置里加载就行了

_G holds global environment, setfenv changes environments
_VERSION current interpreter version "Lua 5.0"
assert (v [, message]) 如果 <v> 为 nil 或者 false ,则抛出错误<message>,否则 返回 <v>:error if v nil or false, otherwise returns v
bit.arshift(x, n) arithmetic right-shift
bit.band(x1 [,x2...]) bitwise 'and' of arguments
bit.bnot(x) bitwise 'not' of argument
bit.bor(x1 [,x2...]) bitwise 'or' of arguments
bit.bswap(x) swaps the bytes of the argument (32-bit l

比如这就是lua 代码补全后面是函数说明,lua.properties配置文件里加入下面这行就起作用了
api.$(file.patterns.lua)=$(SciteDefaultHome)\lualib5_annot.api

另外我问的是楼主的 Sublime Text 使用心得,不是破解心得啦:)
2013-12-19 20:34
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
5
明白你的意思了,你的意思是自动提示函数参数之类的补全吧
sublime有一些snippet,没有你说的那类补全,也许是我不知道

sublime我感觉最爽的是多光标,有两种方式:
1. 按住Ctrl键,鼠标在st里面随便点几处,然后就可以在多处同时输入文字了
2. Ctrl+D选中一个单词,继续按这两个键选中更多,然后修改,那在多个地方就同时改了
2013-12-20 09:24
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
6
Linux版的破解补丁也搞定,见一楼。

周末争取把注册机写出来。
2013-12-20 19:19
0
雪    币: 215
活跃值: (18)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
7
请问有mac版本的注册机吗?
2013-12-20 20:29
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
8
我没有mac机,所以一直没搞。
我试试吧。
2013-12-20 21:35
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
9
Mac版已搞定,帮忙试一下能不能用。
下载地址:

macOS Sublime


使用方法是把这个程序复制到Sublime Text/Sublime Text.app/Contents/MacOS/目录下,
要是可以用就可以替换掉原来的Sublime Text程序。

帮忙把测试结果告诉我吧,我没有mac。
2013-12-20 22:37
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
10
请有Mac机的朋友帮忙测一下吧
2013-12-21 09:32
0
雪    币: 57
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
11
mac版本下载地址不对
2013-12-21 11:05
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
12
多谢指正,已修改
2013-12-21 13:43
0
雪    币: 215
活跃值: (18)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
13
多谢,已经可以使用,替换过去需要改变文件的属性
chmod +x Sublime\ Text

另外问一句,是否如这个贴子所说的方式进行破解的?
2013-12-21 14:44
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
14
非常感谢啊

原来的两篇帖子是我写的,这次的破解思路跟原来基本一样,多了一步,导致原来写的注册机不能用了。
这次原来多了一步,等有时间再详细写出来。
2013-12-21 16:01
0
雪    币: 411
活跃值: (376)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
15
Sublime Text Build 3061  LZ跟一下?谢谢

Build 3061
Release Date: 21 December 2013

    API: Updated to Python 3.3.3
    Tweaked window closing behavior when pressing ctrl+w / cmd+w
    Fixed a lockup when transitioning from a blinking to a solid caret
2013-12-21 18:49
0
雪    币: 335
活跃值: (140)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
16
这个代码编辑工具非常不错,我一直用。
2013-12-21 21:02
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
17
这应该是Dev Build, ST更新好快
2013-12-21 21:52
0
雪    币: 411
活跃值: (376)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
18
这一版想跟进一下,麻烦动动刀,谢谢!
2013-12-21 21:58
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
19
搞定:3061
2013-12-21 22:17
0
雪    币: 411
活跃值: (376)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
20
[QUOTE=ingvar;1248965]搞定:3061[/QUOTE]

谢谢,正常使用!
2013-12-21 22:45
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
21
这个编辑器的概念都比较新,现在很多的IDE跟它的快捷键都差不多,像是jetbrain
2013-12-22 08:32
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
22
注册机弄得怎么样啦
2013-12-22 12:34
0
雪    币: 95
活跃值: (85)
能力值: ( LV5,RANK:60 )
在线值:
发帖
回帖
粉丝
23
还没搞定,有一个地方还没想出准确的办法。
2013-12-22 13:25
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
24
期待啊!一直在用这个软件,感觉不错!
2013-12-23 23:25
0
雪    币: 1552
活跃值: (1571)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
25
楼主速度好快 非常感谢
2014-1-2 12:43
0
游客
登录 | 注册 方可回帖
返回
//