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