![Understanding the Issue: Clarifying Confusion in EmEditor Text Editing](https://thmb.techidaily.com/78573d1d50e3fe1a208211e6210a893de5cb63383e5008c1e4699b06b4a4f916.jpg)
Understanding the Issue: Clarifying Confusion in EmEditor Text Editing
![](/images/site-logo.png)
Understanding the Issue: Clarifying Confusion in EmEditor Text Editing
November 15, 2008 at 6:27 am #6603
Keymaster
webern wrote:
I have the problem with the macro below:with (document.selection){
Replace(“^”,”* “, eeFindNext | eeReplaceSelOnly | eeReplaceAll | eeFindReplaceRegExp);
Replace(“(?<!(.)$)$”, “.“, eeFindNext | eeReplaceSelOnly | eeReplaceAll | eeFindReplaceRegExp);
}
Something wrong with the above (highlighted) regexp. I know this regexp is not perfect, but I get exactly what I want with it on EE7.
The results are different on EE8.Steps to reproduce:
1. Apply the macro to the text below:[font=Verdana]EmEditor Text Editor is a lightweight
EmEditor Text Editor is a lightweight
EmEditor Text Editor is a lightweight.
EmEditor Text Editor is a lightweight.
(a) On EE7 the results are as follows (changes are highlighted):
EmEditor Text Editor is a lightweight**.**
EmEditor Text Editor is a lightweight**.**
EmEditor Text Editor is a lightweight.
EmEditor Text Editor is a lightweight.
(b) On EE8 I got something wrong (highlighted):
EmEditor Text Editor is a lightweight.
EmEditor Text Editor is a lightweight..
EmEditor Text Editor is a lightweight.
.* EmEditor Text Editor is a lightweight.
2. Press Ctrl+Z right after applying the macro on EE8 then look at the screen to see what the Undo have produced.
P.S. A friend of mine suggested me to replace the imperfective “(?<!(.)$)$”, “.” with more reliable “([^.])$”, “1.“
but after applying it added an unwanted extra to the end of the selection.
[/font]
RC 5 addressed this issue. Please try again with RC 5. Thank you!
Also read:
- 2024 Approved Blueprint for a Viral Solitary Audio Experience
- 2024 Approved Exploring the Depths of Time-Lapse Photography with GoPro
- 2024 Approved Mastering the Art of Effective Spotify Promotion
- 2024 Approved Prime Products Best Free & Paid Mac/PC Video Decoders
- Amplify Your Voice on YouTube - Mastery Through TubeBuddy
- Channeling Changes Transition to YouTube's Updated Membership Model for 2024
- Enable Pure Password Authentication and Skip Security Queries for Windows 11 Accounts
- Excelデータ損失からの回復 - 最新方法で未保存または上書きされたファイルを取り戻す
- In 2024, YouTube and Instagram Synergy Posting Content Easily
- Lunch: Mixed Greens Salad with Grilled Shrimp, Cherry Tomatoes, Cucumber, Red Onion, and Lemon-Olive Oil Dressing.
- Mastering the Art of Problem Solving: Essential Skills and Methods
- Maximize Storage Potential with Newly Updated Kingston SSD Firmware for Superior Performance Gains
- Schnelle Lösungen Für Den Windows 11 Startmanger-Reparaturprozess – Ein Leitfaden Von MyRecover
- Top-Lösungen Zum Wiederherstellen Von Gelöschten Profilen Unter Windows 10: Eine Umfassende Liste!
- Troubleshooting SQL Server Backup Errors: Top Techniques and Secondary Options
- Unlocking Excel's Secrets: 11 Uncommon Yet Essential Features for Enhanced Efficiency
- تعزيز التوفر: إمكانات القطة عالية السرعة لاستنساخ بيانات قرص صلب USB - الدليل الأحدث
- Title: Understanding the Issue: Clarifying Confusion in EmEditor Text Editing
- Author: Timothy
- Created at : 2024-10-30 17:04:25
- Updated at : 2024-11-03 17:07:58
- Link: https://win-studio.techidaily.com/understanding-the-issue-clarifying-confusion-in-emeditor-text-editing/
- License: This work is licensed under CC BY-NC-SA 4.0.