Feature Introduction
- Outline support: Supports displaying key content in the outline, and can quickly locate
- Syntax highlighting: support for coloring in the editor, based on syntax, making code easier to read and debug
- Error TIP: If there is an error in the template language, you can make an error in the project navigation, error view, and edit window
- Code folding: Support code folding for code blocks for easy reference
- Syntax hints: Support tiny template engine syntax hints and HTML syntax hints for quick entry
- Fast positioning: Supports quick switching between the start statement and the closing sentence in the tiny template
- Variable Quick tip: When clicking a variable with a mouse click, all variables with the same name in the file will be highlighted.
- The macro definition corresponds to the position display: when the tiny block handles the label head CTRL, it highlights its corresponding #end, and vice versa
- Quick support for code comments
Introduced
Outline support, now supports macro definition, layout definition, layout implementation, variable definition four, you can quickly locate and select the relevant content by double-clicking the node in the outline tree
image2015-1-13%2019%3a11%3a20.jpg (47.24 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Syntax coloring
image2015-1-13%2019%3a10%3a38.jpg (32.02 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Error prompt, when the written template has errors, in the project navigation, editing window and error view will be displayed synchronously:
image2015-1-13%2019%3a12%3a59.jpg (65.27 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Click the X in front of the editor to display detailed error messages:
image2015-1-13%2019%3a13%3a31.jpg (24.9 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Code folding It is important to note that if the code is less than 3 lines, it is not allowed to collapse
image2015-1-13%2019%3a14%3a5.jpg (19.89 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Syntax hints, support for fuzzy matching, segmented matching
image2015-1-13%2019%3a14%3a44.jpg (31.38 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Also support fuzzy matching, can also be called Jump match, as long as the string order, you can match
image2015-1-13%2019%3a15%3a16.jpg (29.46 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Smart tips are lowercase, user input characters are case insensitive and can be matched arbitrarily
In addition to the template language hints, support for HTML syntax is also supported:
image2015-1-13%2018%3a52%3a1.jpg (29.83 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Of course, support for HTML is not just a support tag, and attributes are supported:
image2015-1-13%2018%3a52%3a57.jpg (25.33 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
Fast switching:
122042_nhxg_1245989.jpg (7.22 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
When using CTRL + LEFT mouse button Click #end, will quickly locate the corresponding macro label head, when using CTRL + LEFT mouse button click on the macro tag head, you can quickly locate the corresponding #end. Variable with the same name is displayed, when you click on a variable, the variable with the same name is highlighted
162609_zxjf_1245989.jpg (19.04 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
When you press the CTRL key at the size or end of the block, the corresponding end or size of the block is highlighted to facilitate quick positioning. This figure cannot see the effect, the effect is to hold down CTRL, the mouse moves to 36 lines (Terminator), the 30th line (start position) is highlighted
Code Comment Line Comment: ##+ content block Comment: #*+ content +*#
image2015-1-13%2018%3a42%3a44.jpg (28.47 KB, download number: 0)
Download attachments
2015-5-27 13:42 Upload
If there are conflicting comment shortcuts, or if you need to customize them, you can modify
Tiny Template Editor > image2015-1-13 18:45:47.png "class=" Confluence-embedded-image "src=" http://www.tinygroup.org/ Confluence/download/attachments/9109727/image2015-1-13%2018%3a45%3a47.png?version=1&modificationdate= 1421146623215&api=v2 "border=" 0 "> Formatting feature, default shortcut ctrl+shift+ftiny Template Editor > image2015-2-3 17:28:39.png" class= " Confluence-embedded-image "src=" http://www.tinygroup.org/confluence/download/attachments/9109727/image2015-2-3% 2017%3a28%3a39.png?version=1&modificationdate=1422955720122&api=v2 "border=" 0 "> Tiny template Editor > Image2015-2-3 17:30:0.png "class=" Confluence-embedded-image "src=" http://www.tinygroup.org/confluence/download/ Attachments/9109727/image2015-2-3%2017%3a30%3a0.png?version=1&modificationdate=1422955801358&api=v2 " border= "0" >
Shortcut settings are similar to annotations, set tiny template editor > image2015-2-3 17:33:55.png "class=" Confluence-embedded-image "src=" with Eclipse Unified shortcut keys Http://www.tinygroup.org/confluence/download/attachments/9109727/image2015-2-3%2017%3A33%3A55.png?version=1 &modificationdate=1422956036449&api=v2 "border=" 0 ">
Tiny Template Editor