Forum Replies Created
- AuthorPosts
Yutaka Emura
KeymasterEmEditor Professional v14.3.0 beta 9 released!
Today, we are releasing EmEditor Professional v14.3.0 beta 9.
Updates from beta 8 include:
- Scrolling by ThinkPad TrackPoint supported.
- Other bug fixes and optimization.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta9.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta9.exe (64-bit installer)Yutaka Emura
KeymasterEmEditor Professional v14.3.0 beta 8 released!
Today, we are releasing EmEditor Professional v14.3.0 beta 8.
Updates from beta 7 include:
New General Features
- Fixed a certain file comparison issue.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta8.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta8.exe (64-bit installer)Yutaka Emura
KeymasterHi Ivan,
Please uninstall older beta versions first, and then install a new version. There is a logic to automatically uninstall older versions, but I think it works only in English. I will improve this on the new beta versions (on v14.4 or later). Thank you!
Yutaka Emura
KeymasterEmEditor Professional v14.3.0 beta 7 released!
Today, we are releasing EmEditor Professional v14.3.0 beta 7.
Updates from beta 6 include:
New General Features
- Fixed the bug where searching in CSV files might have caused a crash.
- Other bug fixes and optimization.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta7.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta7.exe (64-bit installer)Yutaka Emura
KeymasterEmEditor Professional v14.3.0 beta 6 released!
Today, we are releasing EmEditor Professional v14.3.0 beta 6.
Updates from beta 5 include:
New General Features
- Fixed the bug where previous beta versions didn’t work on Windows XP.
- Optimization.
To Download
http://www.emeditor.com/pub/emed32_14.3.0_beta6.exe (32-bit installer)
http://www.emeditor.com/pub/emed64_14.3.0_beta6.exe (64-bit installer)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!
AuthorPosts