Forum Replies Created

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • in reply to: copying nothing #22651
    derekcohen
    Participant

    brilliant – Patrick

    Thanks

    Derek

    derekcohen
    Participant

    I just upgraded to 17.2.1 64-bit. I only have one version installed.

    Like other have said, all my custom keyboard shortcuts have been deleted.

    in reply to: open documents plugin macro #21424
    derekcohen
    Participant

    You misunderstood.

    I AM talking about the open documents pane. It has options to sort documents by name. modified etc.

    I often switch between these different views and so wanted to record a couple of macros so that I could use the keyboard to switch to, say, last modified file at the top.

    thanks

    in reply to: copy file name to clipboard #9738
    derekcohen
    Participant

    worked it out:

    document.CopyFullName();
    var fn=clipboardData.getData(‘Text’);
    fnArray=fn.split(”);
    clipboardData.setData(“Text”,fnArray[fnArray.length-1]);

    Is there an API reference anywhere?

    thanks

    Derek

    in reply to: tooltips for collapsed code in outline mode bleeding through #9226
    derekcohen
    Participant

    well sometimes it happens because a script running on one of my web pages launches a new window, r I alt-tab to Excel

    in reply to: bookmarks #9144
    derekcohen
    Participant

    brilliant! thanks

    in reply to: Use Tab for WordComplete instead of Enter #9096
    derekcohen
    Participant

    excellent – thanks

    in reply to: Use Tab for WordComplete instead of Enter #9094
    derekcohen
    Participant

    Can you give the exact steps for this as I’m confused about where to start. Plug-ins properties for WordCommplete doesn’t have a Keyboard tab.

    thanks

    Derek

    in reply to: sort selection #9014
    derekcohen
    Participant

    That’s great.

    I have created a macro

    //narrowing on
    editor.ExecuteCommandByID(4457);
    //sort A-Z
    editor.ExecuteCommandByID(4477);
    //narrowing off
    editor.ExecuteCommandByID(4458);

    and added it to one of the menus but it displays the name of the macro file – is there a way for it to display “Sort selection” rather than “sortselection.jsee”

    thanks

    Derek

    in reply to: sorting selection #8984
    derekcohen
    Participant

    well I disagree I’m afraid as it’s standard behaviour in any other text editor.

    in reply to: install of 10.0.1 fails #8871
    derekcohen
    Participant

    how do I do verify SHA1?

    I’ve downloaded the installer and the options are modify/repair/remove. There’s no upgrade.

    in reply to: How to set configuration properties in a macro #8860
    derekcohen
    Participant

    thanks

    in reply to: How to set configuration properties in a macro #8846
    derekcohen
    Participant

    can I have a macro to toggle word wrap between none and window (ie between Control+1 and Control+3)?

    thanks

    Derek

    in reply to: no tabs #8758
    derekcohen
    Participant

    hmmm. So I create a macro so that with my 30 open documents I can just select them with the document list on the left and do away with the tabs.

    Great! I end up with 30 separate document windows. Not what I either expected or wanted. I’d assumed that

    editor.EnableTab = false;

    would just hide the tabs.

    in reply to: EmEditor Professional v10 RC 23 (9.90.32) #8679
    derekcohen
    Participant

    what is the link to the latest RC of V 10 – the links above don’t work.

    thanks

    Derek

    in reply to: untitled file #8649
    derekcohen
    Participant

    thanks. As I’m using EmEditor for a fairly critical project I think I’ll live with it for now and wait for the released version.

    thanks

    Derek

    in reply to: Save all when untitled files are open #8622
    derekcohen
    Participant

    I wouldn’t mind if the Cancel didn’t just cancel saving the unnamed file but also the rest of the changed and named ones.

    thanks

    Derek

    in reply to: highlight current line #8603
    derekcohen
    Participant

    no, that only does it if you click on a line, not if the Find locates something

    in reply to: macro focus #8563
    derekcohen
    Participant

    thanks – that’s very useful

    Derek

    in reply to: Close all documents #8538
    derekcohen
    Participant

    thanks – that works

    in reply to: saving bookmarks #8526
    derekcohen
    Participant

    I have now checked that and reloaded EmEditor but the bookmarks have gone, even when I edited a file and saved it.

    What am I missing?

    in reply to: How to set configuration properties in a macro #8516
    derekcohen
    Participant

    Can we have a button to toggle line numbers on and off?

    in reply to: How to match text in multi-line? #8514
    derekcohen
    Participant

    I want to replace some text that spans multiple lines with some other text. If I copy the text across the lines I can’t then paste it into the find box even though Use regular Expressions is checked.

    I expected that the new lines would be automatically converted into n.

    thanks

    Derek

    in reply to: Document selector #8505
    derekcohen
    Participant

    brilliant – thanks

    in reply to: Document selector #8495
    derekcohen
    Participant

    I’ve just noticed there is a document selector, but when it is enabled the projects tree disappears – is it possible to display both?

Viewing 25 posts - 1 through 25 (of 25 total)