Search found 513 matches

by AmigoJack
Tue Apr 10, 2018 7:04 am
Forum: General
Topic: Inserting Unicode conflicts with Shortcuts
Replies: 6
Views: 1481

Re: Inserting Unicode conflicts with Shortcuts

Mike Olds wrote:Entering ḥ (h underdot, ALT (NPad +) (keypad) 1e25 /ALT)
This implies an input method to be active in Windows, see https://en.wikipedia.org/wiki/Unicode_i ... ft_Windows
by AmigoJack
Thu Apr 05, 2018 10:52 am
Forum: General
Topic: Can't drag-and-drop file into TP
Replies: 1
Views: 978

It does, no matter where your mouse cursor resides (can be any portion of any window of TextPad).

Make sure TextPad has actually read access to the file you want to drop (how? Use the File > Open dialog). Make sure other programs still support drag'n'drop (i.e. Notepad).
by AmigoJack
Tue Mar 27, 2018 9:46 am
Forum: General
Topic: 8.1.2 replacement \\\i does not execute \i
Replies: 3
Views: 1895

Oh, both of those work - I never expected the replacement to have any function for parenthesis. Another workaround is using \x5c\i.

Do you have an explanation why TextPad is overreacting here?
by AmigoJack
Sun Mar 18, 2018 3:26 pm
Forum: General
Topic: 8.1.2 replacement \\\i does not execute \i
Replies: 3
Views: 1895

8.1.2 replacement \\\i does not execute \i

The replacement \\\i should output a literal backslash and then an increment per match, so matches are replaced with the texts "\1", "\2", "\3" etc. But that's not the case. However, if I use the replacement \\ \i the output is as expected: "\ 1", "\ 2", "\ 3" etc. But I don't want another character ...
by AmigoJack
Fri Mar 16, 2018 8:47 pm
Forum: General
Topic: Howto find which files are in PC and which ones are in MAC ?
Replies: 11
Views: 2128

this thread phpBB doesn't know threads either, only topics. I'm afraid fundamental understandings about line endings and encodings is still not clear to you. Not to speak of that you came in the with a question that has nothing to do with what is discussed now. In TextPad use the menu item " Save ...
by AmigoJack
Fri Mar 16, 2018 12:59 pm
Forum: General
Topic: Howto find which files are in PC and which ones are in MAC ?
Replies: 11
Views: 2128

The "code" is "visible" if you'd look at your file in binary. To find all files for one of the line ending modes search all files (CTRL+F5), tick the condition "Regular expression" and: find [^\x0a]\x0d[^\x0a] to list all files having only CR linebreaks (Mac) find [^\x0d]\x0a[^\x0d] to list all ...
by AmigoJack
Wed Mar 14, 2018 12:06 pm
Forum: General
Topic: Find is not working - Replace is OK
Replies: 10
Views: 2109

CTRL+F only finds next, the initial search window is called via F5. See your program menu for the assigned keyboard shortcuts. What MudGuard describes applies to every window, not just those of TextPad . And you need to be able to distinguish between "this window is active" and "another window has ...
by AmigoJack
Tue Mar 13, 2018 4:16 pm
Forum: General
Topic: File tabs
Replies: 5
Views: 1603

Re: DOCUMENT Tabs

I cant work in a MDI environment I need to be able to work on multiple documents simultaneously This is mutually exclusive - either you want MDI or not; either use multiple TextPad instances or not. Not sure if you grasp all the settings of 8.1.2 so have a read on: Curious: why was MDI dropped ...
by AmigoJack
Tue Mar 13, 2018 1:30 pm
Forum: General
Topic: File tabs
Replies: 5
Views: 1603

(It's most supposely called "document" because not every tab necessarily is a file, it could also contain yet not saved content or search results.)
by AmigoJack
Sat Mar 10, 2018 12:19 pm
Forum: General
Topic: Howto find which files are in PC and which ones are in MAC ?
Replies: 11
Views: 2128

Or do you have a batch of files in which you want to find one of the specific endings?
by AmigoJack
Sat Mar 10, 2018 12:17 pm
Forum: General
Topic: Visual Comparison
Replies: 6
Views: 3300

No, not every feature goes to the (window) menu - there can still be countless different context menus. Likewise I'm always browsing thru all the preferences of each program, also to find/change keyboard shortcuts. But yes: every program lacks an exhaustive search feature - a search with which you ...
by AmigoJack
Fri Mar 09, 2018 8:45 am
Forum: General
Topic: Visual Comparison
Replies: 6
Views: 3300

Configure > Preferences > Keyboard > Categories: Tools > Commands: NextDifference > Press new shortcut key: ... > Assign > Ok

Are you even aware of all the settings TextPad offers?
by AmigoJack
Wed Mar 07, 2018 1:24 pm
Forum: General
Topic: Syntax Highlighting Fails For Numbers At Ends of Lines
Replies: 7
Views: 1904

If you have this in other files (to which other syntax highlighting applies) then that syntax definition (not your color settings for "numbers") apply. How about trying this with every document class, instead of only your PL/SQL and Java classes? As said before: I'm unable to reproduce this. Also ...
by AmigoJack
Mon Mar 05, 2018 3:27 pm
Forum: General
Topic: All of sudden can't make Textpad default for txt files
Replies: 5
Views: 1631

(I can't help you, but) Does this only happen to TextPad in particular? Because otherwise it sounds like an issue with "latest Win 10 update" that should be asked elsewhere.
by AmigoJack
Mon Mar 05, 2018 3:25 pm
Forum: General
Topic: Syntax Highlighting Fails For Numbers At Ends of Lines
Replies: 7
Views: 1904

You have to restart TextPad after setting up a new document class or changing one of its syntax definition files. Also sure you're using that very document class (if your file has the name extension ".sql" then does really only that one document class have *.sql as "Files in class")?