A simple tools contained three parts:Script, Debug, BugCollect.
ShortCut for editor:
Ctrl+Z : Undo
Ctrl+Y : Redo
Ctrl+G : Go to line
Ctrl+F : Search some text
F3 : Continue search
Ctrl+S : Save the snippet
Ctrl+A then Tab : Select all text and then format all
About Select text:
Shift + Mouse Click | PageUp | PageDown | Home | End | Up | Down | Left | Right : to select multi-text
Double click : select a word.
How to open:
Type /cube to open the dev tool form, it can open the other two. Or bind keys for the three part, just see the images. When lua error occurs, a icon would appear on the minimap, click it open the buglist form.
Notice:
1. In debug part, you can right-click a node to show the dropdownlist,you can delete the node(so it will be really deleted),or show it in new page. in the bottomleft corner, there is a textbox filled with the value of the node, if the value is number or string, you can change it, type like {1,3}would change the node to a table.But if the value is table or function, the textbox can't be edit, for security.
2. This addon is based on my new gui lib, this lib hasn't finished, so maybe you'll found some problem when useing.Don't worry about that.
3. If you use my another addon ShadowDancer3, then move the CWDG Folder in Cube to \Interface\Addons\, the ShadowDancer3 use an old version gui lib. Because I'm making it alone,I forget to change the widgets versions.
4. If you use other bug collector, such as !BugGrabber. Please delete or rename BugList.lua in Cube Folder.
- 1 comment
- 1 comment
Facts
- Date created
- Dec 29, 2008
- Category
- Last update
- May 13, 2012
- Development stage
- Release
- Language
- enUS
- zhCN
- zhTW
- License
- GNU General Public License version 2 (GPLv2)
- Curse link
- Cube
- Downloads
- 1,974
- Recent files
- R: IGAS_Cube_v3_8 for 4.3.4 May 13, 2012
- R: IGAS_Cube_V3_7 for 4.3.3 Apr 15, 2012
- R: IGAS_Cube_v3_6 for 4.3.3 Apr 14, 2012
- R: IGAS_Cube_v3_5 for 4.3.3 Apr 10, 2012
- R: Cube_V3_4 for 4.3.3 Apr 09, 2012
- Reply
- #1
bluechipps Apr 12, 2011 at 17:25 UTC - 0 likeswoohoo! thanks for updating