- Posted by
-   Topics
-   Views
- jimvj
Jan 05, 2021
- The Ctrl+Tab feature is handy, allowing quick switching between two documents. Surprisingly, the Ctrl+Tab is not listed in the Help under Keyboard Commands nor is it available as a macro command. Why? With many documents open, it will switch back & forth between ONLY two of them. I was hoping to fin...Posted in Macros
-   Topics
-   Views
- jimvj
Jan 04, 2021
- Please test this tiny macro on several files (including empty ones) without any text selected. The macro DOES NOT CHANGE THE FILE. If no text is selected, the GetString should never be executed. But it sometimes does and I cannot figure out why/when. PerlReOn Find RegExp SelectText "xsftq" Replace A...Posted in Macros
-   Topics
-   Views
- jimvj
Sep 22, 2019
- Thanks. I will send in a bug report.Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- jimvj
Oct 06, 2018
- In a file that contains this line: S[]=Fabcdx; S[]; Using Perl syntax. Find pattern: \ [ ( \ ] .+? \ [ ) Replace pattern: [1 \1 2 Or: \ [1 \1 2 should give: S[1]=Fabcdx; S[2]; But the result is: S[1 ]; The hex is: 53 58 31 0A 5D 38 0D 0A Is this a bug? Or is my regular expression at fault?Posted in Find/Replace/Regular Expressions
-   Topics
-   Views
- jimvj
Oct 06, 2018