- AuthorPosts
- July 20, 2012 at 7:57 pm #10453SalabimParticipant
I don’t know what the current state of the purpose of the Outline plugin is, but it looks extremely buggy.
If I open the code below & activate the “Outline” plugin, it outlines the wrong lines, lots of
aren’t properly recognized, like the line containing “ (line 7) and many other irregularities.Someone can reproduce what i mean please ?
Code here : pastebin
July 20, 2012 at 9:30 pm #10454StefanParticipantYou can make the Outline plugin do what you want:
* open the outline plugin, e.g. via “Tools > Plugins”
* right click into the plugin panel
* chose Properties
* see EmEditor Help – How to – Plug-insand perhaps that for an better understanding:
http://www.emeditor.com/modules/feature1/rewrite/tc_30.html
(especially the video)
http://www.emeditor.com/modules/feature1/rewrite/tc_36.html
(scroll down to ‘Outline’)July 21, 2012 at 2:59 am #10455SalabimParticipantThanks for the reply Stefan.
I’m really staying quite a noob at using EmEditor.
Perhaps i’ve missed it somewhere, but is there actually some kind of “Syntax Highlighting and Syntax Folding” for HTML files like in Notepad++ ?For example, i’ve nowhere found an option in EmEditor (nor do i know it’s actually possible in EmEditor) to highlight closing tags, including nested ones like the example below. So when the cursor in over some
element, EmEditor will automatically search & highlight the corresponding closing tag.
Example:
<div id="header">
<div id="sitelogo">
<a href="http://fileforum.betanews.com">Fileforum</a>
</div>
<div id="userbox">
<div id="logged_in">
<img class="ypzrfxekdknhxhslwbbn" src="http://images.six.betanews.com/betanews2/bn_defaulticon.png">
<li><a href="http://fileforum.betanews.com/auth/profile">Edit Profile</a></li>
<li><a href="http://fileforum.betanews.com/downloadcart">(0) Download Cart</a></li>
<li><a href="http://fileforum.betanews.com/auth/logout">Log Out</a></li>
</div>
</div>…. which works out of the box (and wonderfully well) in Notepad++ , a free editor btw.
I have always been glad to have bought this editor, but the lack of usable improvements is starting to make me regret my purchase. :-(
July 21, 2012 at 10:52 am #10456StefanParticipantI know what you mean:
but i don’t know how EmEditor will aid you here.
.
July 23, 2012 at 2:47 pm #10461JohnQSmithParticipantOff topic…
Stefan,
What utility are you using to create your animated GIF demos?
Thanks
JohnQSmithJuly 23, 2012 at 3:31 pm #10462StefanParticipantJohnQSmith wrote:
Off topic…Stefan,
What utility are you using to create your animated GIF demos?
Thanks
JohnQSmithMy current simple method is just this:
* screen shots: Alt+Print
(for including mouse cursor and auto-save: WinSnap’s last freeware version, or IrfanView too)* picture modification(paint/text): IrfanView’s Paint-plugin or just msPaint
* Gif Anymator:
currently Gif-X 2.5 (free, portable, simple)
Workflow: New, Import all pics, set delay ms, export as GIF, done!In the past i had used:
– Ulead GIF Animator 2
– Microsoft GIF Animator
They are both very old and can be found via google too (tip: encoderX forum)July 24, 2012 at 6:02 am #10463zhouzh2ParticipantIt is currently not possible, but I believe Yutaka said in other posts that he had being working on that and maybe someday we will get this function.
Meanwhile, you can install Zen-coding on Emeditor, which allows you to use ctrl+[ to go to macting pair, or Ctrl+Shift+D to balance tag.AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)- You must be logged in to reply to this topic.