首页
社区
课程
招聘
[转帖]010 Editor 5.0
2013-7-2 23:49 3343

[转帖]010 Editor 5.0

2013-7-2 23:49
3343
010 Editor 5.0
What's new in 010 Editor 5.0:
July 2nd, 2013

Syntax Highlighting:
· Added syntax highlighting for HTML, XML and PHP.
· New Syntax Highlights can be created or existing Highlights modified using the Syntax page of the Options dialog.
· Support styles for Syntax Highlights so multiple rules can share a single color.
· Edit styles using the Styles page of the Options dialog.
· Easily modify the list of highlighted keywords for a Syntax Highlight.
· Support multiple rule types including Multi-Line Block, Single-Line Comment, Keywords, Single-Line Block, C-Style String, Tag Name, and Tag Attribute.
· Rules can be applied with Ignore Case for case insensitivity.
· Support multi-line C-style strings with '\'.
· Import or export the list of Syntax Highlights including styles using the Import List or Export List buttons.
· Support sub-rules so that different types of syntax highlighting can be applied to the same file.
Column Mode:
· Support Column Mode for editing the columns of text or hex data.
· Easily make a column selection with the mouse by holding down Ctrl while dragging.
· Enter column mode using Alt+C or click the Column Mode icon in the Toolbar.
· Make column selections and copy or paste them using the clipboard.
· Make a column selection and start typing to insert text on each line at the same time.
· Column selections supported in Hex mode as well.
· Click and drag straight down to create a special column insert line.
· When the clipboard contains just a single line of data, pasting the data with a column selection pastes the data on each line of the selection.
Toolbar Customization:
· Can customize Toolbars by using the Toolbars page of the Options dialog.
· Access the Toolbars page by right-clicking on a Toolbar and selecting 'Customize...'.
· Drag-and-drop actions to the Toolbar list to insert items into the Toolbars.
· Insertion point marked with red line.
· Drag icons out of the Toolbar list to delete items from the Toolbars.
· Create, delete and rename custom Toolbars.
Menu Customization:
· Customize the Editor Right-Click menu using the Menus page of the Options dialog.
· Can also access the Menus page by right-clicking on an Editor Window and choosing 'Customize...'.
· Drag-and-drop actions from the Actions tree to the menu to insert actions.
· A red line marks the action insertion point.
· Drag items out of the menu to delete actions from the menu.
· Add separators to the menu using the special Separator action.
· Add sub-menus to the menu with the Submenu action.
· Double-click on a sub-menu name to rename the sub-menu.
Format Menu:
· Added new Format menu for working with text data.
· Can convert text to Uppercase, Lowercase, or Capitalize (e.g. APPLE, apple, Apple).
· Converts spaces to tabs using Tabify or tabs to spaces using Untabify.
· Can add or remove comments from the selection using Comment Selection and Uncomment Selection.
· Commenting supports line comments (e.g. '//') and multi-line comments (e.g. '/*' and '*/') based off the current Syntax Highlighting scheme.
· Format menu supports Increase Line Indent to add tabs or Decrease Line Indent to remove tabs (similar to using Tab or Shift+Tab in the editor).
· Trim Trailing Whitespace removes any spaces or tabs from the end of each line.
· Tabify, Untabify and Trim Trailing Whitespace operate on the whole file if no selection is made.
Show Whitespace:
· Use 'View > Tabs/Whitespace > Show Whitespace' or the icon in Toolbar to display whitespace.
· Shows symbols in a text file where spaces and tabs exist.
· The color of the symbols can be controlled in the Colors page of the Options dialog.
· The Show Whitespace setting is remembered with the current File Interface.
Shortcut Keys:
· New, easier-to-use interface for changing Shortcut keys in the Options dialog.
· Better support for Shortcut keys on the Mac.
· Enter a Shortcut key by pressing the key on your keyboard instead of having to type out 'Ctrl+M'.
· Use 'Help > View Shortcut List' or click the List Shortcuts button in the Options dialog to view a list of all shortcuts sorted by shortcut name.
· The list of shortcuts shows any customized shortcuts as bold.
· Allow multiple shortcut keys to be assigned to a single action.
· Better interface for removing shortcut keys from actions.
· Can see any conflicting actions when assigning shortcut keys.
New Functions:
· Converts a set of hex bytes to a double, float, or hfloat with ConvertBytesToDouble, ConvertBytesToFloat, or ConvertBytesToHFloat.
· Support copying an array of hex bytes to or from the clipboard with CopyBytesToClipboard and GetClipboardBytes.
· Save a portion of a file with the FileSaveRange function.
· Access the custom clipboards with the GetClipboardIndex and SetClipboardIndex functions.
· Access other properties of bookmarks with the GetBookmarkArraySize, GetBookmarkBackColor, GetBookmarkForeColor, GetBookmarkMoveWithCursor, and GetBookmarkType functions.
· Added a radio button box input dialog using the function InputRadioButtonBox.
· Ask the user for a directory with the InputDirectory function.
· Can overwrite a block of bytes using the OverwriteBytes function.
· Added ReadHFloat and WriteHFloat for working with half-floats.
· Set environment variables within the working process with the SetEnv function.
Functions Updates:
· FileClose was improperly asking to save changes on a modified file.
· GetClipboardString, CopyStringToClipboard, and ClearClipboard uses the current clipboard (see GetClipboardIndex and SetClipboardIndex).
· CopyStringToClipboard has a charset parameter to inform the clipboard of the type of data being copied.
· Can specify a custom polynomial or initial value with the Checksum functions.
· Added an optional number of bytes to read to the ReadWString, ReadString, ReadLine, and ReadWLine functions.
· FileNew has a new makeActive parameter to control if the created file is set as the active file.
· Added an optional fill character to the InsertBytes function.
· InputOpenFileName, InputOpenFileNames, and InputSaveFileName functions now use UTF-8 strings.
· The Sleep function now refreshes the screen before long sleeps (more than 1000 milliseconds).
· Added SHA512 algorithm to the checksum functions.
· Added Binary Text format to the Import/Export functions.
· TextGetNumLines now returns -1 if the current file is a hex file.
· Update help that Strlen returns the number of bytes instead of the number of characters.
Templates/Scripts:
· Added 16-bit Half-float (hfloat) data type.
· Automatically cast between hfloat, float and double data types.
· Tooltips now properly use any custom functions.
General:
· Updated visual style of the interface and updated some icons.
· Added new File Interfaces HTML, PHP, and XML.
· When selecting more than one line in a text editor, the number of selected lines is now shown by default in the status bar.
· Added SHA-512 hash algorithm.
· Able to delete individual recent files or clear the list of recent files by right-clicking on the Recent Files list in the Workspace or the Startup page.
· Added Goto button to the Goto Bar.
· Added new File Interfaces to the New list.
· Auto-detect XML files.
· Added -readonlyall command line option to mark all files as read only.
· Added 'Selection > Goto Selection Start' and 'Selection > Goto Selection End' for jumping to the beginning or the end of a selection from the right-click menu.
· Synchronized scrolling now only works between all hex files or all text files.
· Faster Undo/Redo for operations which contain a large number of small operations.
· Renamed 'Toggle Word Wrap' action to 'Word Wrap'.
· Renamed configuration file to '010Editor50.cfg'.
· Removed 3-computer limit in the End-User License Agreement.

Import/Export:
· Added Import/Export option for the Binary Text format (e.g. 10100010 11110000).
· Added Copy As Binary Text and Paste From Binary Text to the Edit menu.
· 'Copy as ' now uses the displayed number of bytes per line (it was using the number of bytes from the last export).
Options:
· Can disable the auto-import of Intel Hex or Motorola files when dragging and dropping from the system File Manager (see the Importing page).
· Added option to disable the Backspace/Delete key in Overwrite mode for hex files (see the Hex Editor page).
· Can control the color of the Show Whitespace characters on the Colors page.
Bugs:
· Fixed bug with Save Selection on a newly created file.
· Fixed crash with -compare command line option when the file names were the same.
· Fixed issue with updating the Recent Files list when scripts or templates were opened.
· Deleting a file from the Workspace Recent Files list did not update the Startup Page Recent Files list.
· Fixed up Insert Date/Insert Color on big endian unicode files.
· Fixed up 'Move to New Vertical Tab Group' missing after a Compare.
· Fixed warning dialog for optimized structs cannot be dismissed on Mac.
· Fixed crash when an improper argument was passed to a function inside a script in certain cases.
· Fixed error message in the Windows installer about Regsvr32.
· Possible to delete part of a DOS linefeed in certain cases.

http://www.softpedia.com/dyn-postdownload.php?p=6960&t=0&i=1


[CTF入门培训]顶尖高校博士及硕士团队亲授《30小时教你玩转CTF》,视频+靶场+题目!助力进入CTF世界

收藏
点赞1
打赏
分享
最新回复 (21)
雪    币: 563
活跃值: (95)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
lixupeng 2013-7-3 00:36
2
0
010 Editor 的模板很强大
雪    币: 4568
活跃值: (932)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
b23526 2013-7-3 00:51
3
0
希望能有汉化版,鸟语看的烦啊
雪    币: 2956
活跃值: (66)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
bankw 2013-7-3 01:49
4
0
感谢告知,更新!
雪    币: 8706
活跃值: (2075)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
airbar 2013-7-3 13:13
5
0
没有注册码
雪    币: 83429
活跃值: (198485)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2013-7-3 13:20
6
0
雪    币: 799
活跃值: (1738)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
老伙计 2013-7-3 17:10
7
0
    请试试这个:

    Name : Edward Joseph Snowden
Password : CADE-FD9C-32C6-AF77
雪    币: 9075
活跃值: (1440)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
hxsoft 2013-7-3 17:51
8
0
试过了,不行。
雪    币: 799
活跃值: (1738)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
老伙计 2013-7-3 18:32
9
0
阁下确定输入无误?
   
    输注册码时,请务必把注册名前、后的空格(中间的空格一定要保留)一律都删除掉。
上传的附件:
雪    币: 263
活跃值: (342)
能力值: ( LV3,RANK:20 )
在线值:
发帖
回帖
粉丝
ntzwq 2013-7-3 18:34
10
0
好象可以
雪    币: 406
活跃值: (164)
能力值: ( LV12,RANK:250 )
在线值:
发帖
回帖
粉丝
荒野无灯 5 2013-7-3 19:18
11
0
Thanks ,the code works ~~
雪    币: 8706
活跃值: (2075)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
airbar 2013-7-4 15:50
12
0
谢谢你的注册码!
雪    币: 83429
活跃值: (198485)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2013-7-4 16:04
13
0
雪    币: 141
活跃值: (1125)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
mavermaver 3 2013-7-4 17:41
14
0
注册码无效,应该有5段 xxxx-xxxx-xxxx-xxxx-xxxx
雪    币: 214
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
restoreip 2013-7-5 12:40
15
0
注册失败时试下做一个注册表文件或直接修改注册表,然后屏蔽010 Editor主程序访问网络,注册名和注册码可以通过注册器算;

REGEDIT4

[HKEY_CURRENT_USER\Software\SweetScape\010 Editor]
"Name"="注册名"
"Password"="注册码"

[-HKEY_CURRENT_USER\Software\SweetScape\010 Editor\CLASSES]

如果原有注册过的,只要删除
HKEY_CURRENT_USER\Software\SweetScape\010 Editor\CLASSES
加屏蔽主程序访问网络即可
雪    币: 141
活跃值: (1125)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
mavermaver 3 2013-7-5 16:40
16
0
15楼的方法依然无效。
雪    币: 83429
活跃值: (198485)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2013-7-5 17:02
17
0
Sweetscape 010 Editor 5.0 portable
Размер: 10.64 Мб

http://rusfolder.com/37106318
http://rghost.ru/47193443
Сборка сделана на VMware ThinApp 4.7.3.

雪    币: 83429
活跃值: (198485)
能力值: (RANK:10 )
在线值:
发帖
回帖
粉丝
linhanshi 2013-7-5 17:05
18
0
Sweetscape 010 Editor 4.0.3 Incl Unblacklister by TSRh TeaM
NO TEST.
上传的附件:
雪    币: 179
活跃值: (131)
能力值: ( LV12,RANK:290 )
在线值:
发帖
回帖
粉丝
WAKU 7 2013-7-6 18:22
19
0
谢谢林版分享
非常强大的工具,天天用
雪    币: 216
活跃值: (11)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
xiaosd 2013-7-7 17:57
20
0
KEY可用~~

15楼方法可用~~~禁网
雪    币: 141
活跃值: (1125)
能力值: ( LV2,RANK:150 )
在线值:
发帖
回帖
粉丝
mavermaver 3 2013-7-7 20:15
21
0
禁网都可用,但感觉不便,用旧版吧。
雪    币: 1338
活跃值: (1215)
能力值: ( LV12,RANK:212 )
在线值:
发帖
回帖
粉丝
shuax 2 2013-7-7 20:27
22
0
必须要禁网,不然就注册表删除大法。
游客
登录 | 注册 方可回帖
返回