Forum Replies Created

Viewing 12 posts - 26 through 37 (of 37 total)
  • Author
    Posts
  • in reply to: Return method is not shown now #4141
    danderson
    Member

    Personally, I would love to see the file return method shown in the status bar. Other editors do this. I think others have asked for this enhancement.

    in reply to: Find Up/Down wrap option #4022
    danderson
    Member

    :oops: Heh. I misunderstood what it meant. I thought it meant start at the beginning of the file rather than the current position. Sorry. Thanks for the info.

    in reply to: characters get "cut off" at the end of tags #3975
    danderson
    Member

    Yes. I do have cleartype enabled. The issue does go away when I turn it off. I like cleartype though, so hopefully you can fix this issue :) An interim solution, if this is very difficult to fix, could be to allow cleartype to be turned off for the document component.

    I also noticed that the issue does not appear until a character is added after the keyword. If the keyword is the last word in a line, the last letter is not affected. Not sure if that is helpful.

    in reply to: Write To Output Window via Macro #3972
    danderson
    Member

    This function is probably the one thing that is actually not available that I would really, really love to use. Some way to write output from a script that contains references to locations in files for automatically “jumping” would be great.

    BTW, EmEditor is very impressive. Each time I think that a particular feature or function doesn’t exist, it seems that I just didn’t look in the right place :)

    in reply to: Retrieve full document text via macro #3971
    danderson
    Member

    I figured out how to do this without any screen flashing by reordering my code a bit. I also noticed the window.redraw function which I haven’t needed to try. Makes the enhancement more of a nice to have simplification, but not really all that critical. Thanks for the suggestion.

    in reply to: Code "Folding" Support #3970
    danderson
    Member

    Heh. Wow. I see. Didn’t realize that. Looks like it’s does exactly what I want :) Thanks again for your help.

    in reply to: Macro Function "Libraries" #3968
    danderson
    Member

    Yeah. The latter (separate files) is what I was looking for. I have a couple of macro scripts that use some common functions that I currently have to maintain copies of in every script that uses them. It would be nice to have a “utility” script that I could use functions from in other scripts. Nice to have, but not critical.

    in reply to: Code "Folding" Support #3967
    danderson
    Member

    Oh. Yeah. That’s exactly what I was looking for. Thanks! It works great for xml and xsl (haven’t tried others just yet). I didn’t realize that the outline plugin added folds to the text area. I searched on “folding” in the documentation and forum :)

    The plugin is very useful as is, but It would be great if it provided a “mode” in which it is active, but the actual outline bar/window is hidden. That way any file types that have folding support would show the folding and those that do not (e.g. txt) would not show an empty bar. A hotkey could be used to toggle display of the actual outline window.

    in reply to: Write To Output Window via Macro #3956
    danderson
    Member

    I think it would be very useful. An alternative would be the option in the scripting API to create the “special” kind of file that is generated by the find in files function. This would not be quite as useful though, IMO.

    in reply to: Retrieve full document text via macro #3953
    danderson
    Member

    Thanks. I will use that.

    It would be nice to have a simple property. That way I wouldn’t have to save the current select start and end, select the entire document, set the selection start and end back when I want to get the entire document text without changing the selection. It also would prevent the “screen flashing” that occurs. I realize that I am being very picky :)

    in reply to: button or keyboard/mouse shortcut to run a macro #3952
    danderson
    Member

    I’m kind of embarrassed that I missed that. Thanks!

    in reply to: button or keyboard/mouse shortcut to run a macro #3946
    danderson
    Member

    How? I see that you can set a keyboard shortcut to run the “selected” macro. Is there a way to set a multiple keyboard shortcuts to run different macros?? This seems to me to be a highly critical feature.

Viewing 12 posts - 26 through 37 (of 37 total)