Search found 19 matches
- Tue Nov 16, 2021 3:36 pm
- Forum: General
- Topic: Escaped quotes not handled properly with syntax colors
- Replies: 2
- Views: 1043
Thanks. My previous editor handled this with regard to syntax highlighting so I was hoping it was simply an issue that could be corrected. Unfortunately, that editor had other unrelated issues that made it unstable in recent versions, so here I am evaluating other editors... Although removing the ...
- Tue Nov 16, 2021 2:51 am
- Forum: General
- Topic: Escaped quotes not handled properly with syntax colors
- Replies: 2
- Views: 1043
Escaped quotes not handled properly with syntax colors
I have a Perl script that uses the following substitution regex to replace double quotes with a backslash + double quote combo: (Since the backslash is not showing up in the code sample below after posting, I'm going to use a vertical bar in place of where the real code has a backslash.) $str =~ s ...
- Thu Nov 11, 2021 6:26 am
- Forum: General
- Topic: Double-click selection of variable names in Perl
- Replies: 2
- Views: 1413
- Thu Nov 11, 2021 4:10 am
- Forum: General
- Topic: Double-click selection of variable names in Perl
- Replies: 2
- Views: 1413
Double-click selection of variable names in Perl
In Perl a variable can begin with $, %, or @. If I double-click to select a variable name, it will include the "$" of "$myvar", but it won't get the "@" of "@myarray" or the "%" of "%myhash".
- Wed Nov 10, 2021 9:17 pm
- Forum: HOW-TOs
- Topic: Tool to transfer TextPad (8.9.0) settings to another PC
- Replies: 6
- Views: 11620
I'm assuming v6.5 uses the registry for its settings. I've updated the application to look for the HKEY_CURRENT_USER/Software/Helios registry key, and if it exists, to export it (and its subkeys) to the export location. It is then restored to the registry of the target computer when importing with ...
- Mon Nov 08, 2021 10:04 pm
- Forum: Enhancement Suggestions
- Topic: Option to allow saving a file even if not modified
- Replies: 1
- Views: 5805
Option to allow saving a file even if not modified
Many times while working on a file, I want to save it so FileZilla will detect a change and re-upload it. Sometimes I just want to update the date/time on a file I'm editing for some reason. Currently, TextPad doesn't allow me to save a file using the bound Save key (Ctrl+S in my case) if it hasn't ...
- Mon Nov 08, 2021 3:12 pm
- Forum: Enhancement Suggestions
- Topic: Clear search results output panel before each new search
- Replies: 2
- Views: 6060
Another way that this could be accomplished would be to have macro commands that expose the "clear search output window" (and clear tool output window for that matter) as well as one that simply opens the Find dialog. The second one (open the Find dialog) would also help me with the other suggestion ...
- Mon Nov 08, 2021 3:09 am
- Forum: Enhancement Suggestions
- Topic: Default Find to word under cursor and auto-close Find window
- Replies: 0
- Views: 18903
Default Find to word under cursor and auto-close Find window
Here is a feature that I was able to "sort of" implement with a macro, but it's not quite the same as my last editor, and was a feature I liked a lot: When I press the bound "Find" (Search) key, it launches the "Find" window which is expected. The last search phrase is displayed as the text to find ...
- Mon Nov 08, 2021 2:59 am
- Forum: Enhancement Suggestions
- Topic: Highlight matching braces, More themes & Visual Design
- Replies: 4
- Views: 5682
I know this thread is old, but I would also very much like to see the highlighting of matching braces when the cursor is moved next to one of a matching pair. This was available in my last editor and I do miss it now. Forgive me if this feature has been added. I did look the various Preferences and ...
- Mon Nov 08, 2021 2:52 am
- Forum: Enhancement Suggestions
- Topic: Clear search results output panel before each new search
- Replies: 2
- Views: 6060
Clear search results output panel before each new search
I would like to see an option to have the search results output window cleared automatically before each new search.
- Fri Nov 05, 2021 2:05 pm
- Forum: General
- Topic: Explorer pane does not start in Preferences Startup folder
- Replies: 8
- Views: 2166
- Wed Nov 03, 2021 11:55 pm
- Forum: General
- Topic: Explorer pane does not start in Preferences Startup folder
- Replies: 8
- Views: 2166
- Wed Nov 03, 2021 7:59 pm
- Forum: General
- Topic: Explorer pane does not start in Preferences Startup folder
- Replies: 8
- Views: 2166
I just opened a file in TP from FileZilla while making some changes, but then the Explorer pane opens to the FileZilla folder. :( It would be great if the app had setting (either Preferences/Folders/Startup or a separate setting just for this pane) that could override this behavior and always show a ...
- Wed Nov 03, 2021 6:00 pm
- Forum: General
- Topic: Explorer pane does not start in Preferences Startup folder
- Replies: 8
- Views: 2166
@amigojack: I tried the shortcut "Start In" and that worked -- thanks. Because that folder is so many levels deep in the drive tree hierarchy, that pane now needs to be very wide to show the files in it. It would be a cool feature to be able to specify a folder for Explorer pane and have it display ...
- Wed Nov 03, 2021 5:54 pm
- Forum: HOW-TOs
- Topic: Tool to transfer TextPad (8.9.0) settings to another PC
- Replies: 6
- Views: 11620