Forum Replies Created
- AuthorPosts
derekcohen
Participantbrilliant – Patrick
Thanks
Derek
October 22, 2017 at 6:01 am in reply to: Shortcuts assigned to custom macros lost after upgrading to v17.2.0 #22556derekcohen
ParticipantI 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.
derekcohen
ParticipantYou 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
derekcohen
Participantworked 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
January 22, 2011 at 9:12 am in reply to: tooltips for collapsed code in outline mode bleeding through #9226derekcohen
Participantwell sometimes it happens because a script running on one of my web pages launches a new window, r I alt-tab to Excel
derekcohen
Participantbrilliant! thanks
derekcohen
Participantexcellent – thanks
derekcohen
ParticipantCan 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
derekcohen
ParticipantThat’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
derekcohen
Participantwell I disagree I’m afraid as it’s standard behaviour in any other text editor.
derekcohen
Participanthow do I do verify SHA1?
I’ve downloaded the installer and the options are modify/repair/remove. There’s no upgrade.
derekcohen
Participantthanks
derekcohen
Participantcan I have a macro to toggle word wrap between none and window (ie between Control+1 and Control+3)?
thanks
Derek
derekcohen
Participanthmmm. 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.
derekcohen
Participantwhat is the link to the latest RC of V 10 – the links above don’t work.
thanks
Derek
derekcohen
Participantthanks. 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
derekcohen
ParticipantI 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
derekcohen
Participantno, that only does it if you click on a line, not if the Find locates something
derekcohen
Participantthanks – that’s very useful
Derek
derekcohen
Participantthanks – that works
derekcohen
ParticipantI 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?
derekcohen
ParticipantCan we have a button to toggle line numbers on and off?
derekcohen
ParticipantI 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
derekcohen
Participantbrilliant – thanks
derekcohen
ParticipantI’ve just noticed there is a document selector, but when it is enabled the projects tree disappears – is it possible to display both?
- AuthorPosts