Forum Replies Created
- AuthorPosts
- derekcohenParticipant
brilliant – 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 #22556derekcohenParticipantI 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.
derekcohenParticipantYou 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
derekcohenParticipantworked 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 #9226derekcohenParticipantwell sometimes it happens because a script running on one of my web pages launches a new window, r I alt-tab to Excel
derekcohenParticipantbrilliant! thanks
derekcohenParticipantexcellent – thanks
derekcohenParticipantCan 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
derekcohenParticipantThat’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
derekcohenParticipantwell I disagree I’m afraid as it’s standard behaviour in any other text editor.
derekcohenParticipanthow do I do verify SHA1?
I’ve downloaded the installer and the options are modify/repair/remove. There’s no upgrade.
derekcohenParticipantthanks
derekcohenParticipantcan I have a macro to toggle word wrap between none and window (ie between Control+1 and Control+3)?
thanks
Derek
derekcohenParticipanthmmm. 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.
derekcohenParticipantwhat is the link to the latest RC of V 10 – the links above don’t work.
thanks
Derek
derekcohenParticipantthanks. 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
derekcohenParticipantI 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
derekcohenParticipantno, that only does it if you click on a line, not if the Find locates something
derekcohenParticipantthanks – that’s very useful
Derek
derekcohenParticipantthanks – that works
derekcohenParticipantI 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?
derekcohenParticipantCan we have a button to toggle line numbers on and off?
derekcohenParticipantI 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
derekcohenParticipantbrilliant – thanks
derekcohenParticipantI’ve just noticed there is a document selector, but when it is enabled the projects tree disappears – is it possible to display both?
- AuthorPosts