Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterToday, we are releasing EmEditor Professional v14.3.0 beta 5.
Updates from beta 4 include:
New General Features
- Scroll bar marker now becomes 3 columns and allows you to show Comparison results.
- Optimization.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta5.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta5.exe (64-bit installer)Yutaka Emura
KeymasterToday, we are releasing EmEditor Professional v14.3.0 beta 4.
Updates from beta 3 include:
New General Features
- Fixed the bug where beta 3 didn’t scroll by gesture with touch screen.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta4.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta4.exe (64-bit installer)Yutaka Emura
KeymasterHi Skeeve,
What is the size of the file? (How many lines or bytes)
If possible, can you send me a sample file to [email protected] and please identify yourself as Skeeve from the forum.
I will need to reproduce the slowness issue to fix it.Thank you!
Yutaka Emura
KeymasterToday, we are releasing EmEditor Professional v14.3.0 beta 3.
Updates from beta 2 include:
New General Features
- The ability to change the colors of vertical indicators and the scroll bar marker.
- Optimized for large files when Encode/Decode Selection commands are selected.
- Fixed the bug where the horizontal scroll bar didn’t move.
- The vertical scroll bar markers redraw optimization.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta3.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta3.exe (64-bit installer)Yutaka Emura
KeymasterWe are releasing EmEditor Professional v14.3.0 beta 2.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta2.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta2.exe (64-bit installer)These files will be deleted when official release versions become available. The official releases can be downloaded at the
Yutaka Emura
KeymasterHi Amdreas,
I will work on this as soon as I have a time.
Thanks!
Yutaka Emura
KeymasterI fixed this issue. Please try:
http://www.emeditor.com/pub/emed32_14.2.2_b1.exe (32-bit)
http://www.emeditor.com/pub/emed64_14.2.2_b1.exe (64-bit)Thank you!
Yutaka Emura
KeymasterHi LTT,
OK, I will make “Rename” available in this case.
Thanks!
Yutaka Emura
KeymasterHi no1,
After you open the file as Binary (ASCII View), you can record a macro. For example, when the cursor is at the left top corner, you can click the “Record All Except Mouse/Keyboard Activities” button on the toolbar, and record your keystroke like this:
Press RIGHT 8 times, COMMA (,), RIGHT 30 times, COMMA (,), RIGHT 15 times, COMMA (,), RIGHT 10 times, COMMA (,), RIGHT 13 times, … , HOME, DOWN.
Then stop recording the macro. This will record a macro like this (in case of JavaScript):
document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.Text=","; document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.Text=","; document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.Text=","; document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.Text=","; document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.CharRight(false,1); document.selection.Text=","; document.selection.StartOfLine(false,eeLineView | eeLineHomeText); document.selection.LineDown(false,1);Then you can choose Run with Temporary Options on the Macros menu, and enter the number of lines as the “Repeat Count”. After you have done this, save the file, and open the file and switch to the CSV mode. I hope this helps.
Yutaka Emura
KeymasterHello Glamsight,
This will be fixed on the next minor version, and it will be released shortly.
Thanks!Yutaka Emura
KeymasterHello,
How about opening a file as Binary (ASCII View)?
Yutaka Emura
KeymasterI will fix this issue on the next version. Meanwhile, you can change the color after you delete the first occurrence.
I am also deleting other duplicates, and adding many more HTML 5 keywords.
Thanks!Yutaka Emura
KeymasterIt appears that “span” was specified twice in the list. You can scroll down the list and you will see another SECOND occurrence of “span”, which is RED. You can delete the SECOND “span”. I will fix the default keyword list for HTML.
Thanks!
Yutaka Emura
Keymasterv14.2.0 beta 2 is released to fix bugs and update international user interfaces and Help. Please download at:
http://www.emeditor.com/pub/emed32_14.1.91.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.1.91.exe (64-bit installer)Thank you!
December 31, 2013 at 8:18 am in reply to: Background color of bookmarked lines and current line #17763Yutaka Emura
KeymasterThat’s good to hear!
Happy new year!December 30, 2013 at 7:05 pm in reply to: Background color of bookmarked lines and current line #17761Yutaka Emura
KeymasterHi Andreas,
I fixed this issue. Can you try this:
http://www.emeditor.com/pub/emed32_14.1.91.exe
http://www.emeditor.com/pub/emed64_14.1.91.exeThanks!
December 29, 2013 at 5:03 pm in reply to: Background color of bookmarked lines and current line #17742Yutaka Emura
KeymasterHi Andreas,
This bug should be fixed on this version:
http://www.emeditor.com/forums/topic/emeditor-professional-v14-2-0-beta-1-released/
Can you please try it?
Thanks!December 23, 2013 at 3:33 pm in reply to: Background color of bookmarked lines and current line #17710Yutaka Emura
KeymasterHi Andreas,
Not exactly same, bug if you specify “Transpart” color to the background for bookmarked lines, then you will distinguish bookmarked current line from bookmarked lines.
I hope this helps.Thanks!
Yutaka Emura
KeymasterThese were implemented in v14.1.0 beta 1. Can you please check?
http://www.emeditor.com/forums/topic/emeditor-professional-v14-1-0-beta-1-released/
Thanks!
December 21, 2013 at 7:20 pm in reply to: Background color of bookmarked lines and current line #17696Yutaka Emura
KeymasterThese were implemented in v14.1.0 beta 1. Can you please check?
http://www.emeditor.com/forums/topic/emeditor-professional-v14-1-0-beta-1-released/Thanks!
Yutaka Emura
KeymasterHi Blackhawk,
I am glad you like the change. The next minor version will include the CTRL+ SHIFT + ARROW in multiple cursor mode. It should have been included in this version.
Thanks,
Yutaka Emura
KeymasterHi blackhawk,
I see what you mean. I might improve this usability in future versions. In this case, I might make the first ESC to collapse all the selections but keep multiple cursors. The second ESC will break all the cursors except the last cursor… This might become annoyance to some users, so it might become an option. I will try to do more research.
Thanks!
Yutaka Emura
KeymasterHello,
I am not sure exactly what you mean, but in the Find dialog box, you can click “Find All” button to select all occurrences of the searched string.
Also, if you want to place multiple cursors (but not select), you might want to disable “CTRL + Click to select a word” in the Mouse tab of the Customize dialog box.
Please let me know if you still have questions.
Thanks!
Yutaka Emura
KeymasterHi PATATE12,
Unfortunately, there is no way to get the last key pressed. As I wrote before, the best way is to use the Snippets plug-in. Please try it.
Thanks!Yutaka Emura
KeymasterHi Ivan,
Indeed, this was a bug, and I fixed it. Please try beta 3 when it becomes available.
Thank you!
AuthorPosts