Search found 149 matches

by chrisjj
Fri Nov 11, 2016 11:49 am
Forum: General
Topic: 8.0.2 Workaround for Tool Output failure to act on \r?
Replies: 3
Views: 525

AmigoJack wrote:I'm sure Textpad has its own conventions when interpreting output
I'm not. None are declared in the docs and changing from the interpretation of the host OS would be pretty dumb.

Tool Output should show the tool output, unchanged.
by chrisjj
Fri Nov 11, 2016 1:42 am
Forum: General
Topic: 8.0.2 Workaround for Tool Output failure to act on \r?
Replies: 3
Views: 525

8.0.2 Workaround for Tool Output failure to act on \r?

At a CMD prompt, this PHP

echo "abc\rxyz";

shows

xyz

In Tool Output it shows

abc
xyz

i.e. ignores the \r.

This is messing up my /-\| activity monitor.

Anyone know a workaround?
by chrisjj
Thu Nov 10, 2016 12:30 am
Forum: General
Topic: 8.0.2 How to get Tool Output to show Unicode?
Replies: 29
Views: 3680

OK, so my options to get correct display of the valid UTF-8 sent to Tool Output include : [...] 2 Changing my program to add bytes to the output that are not recommended by the Unicode Standard and are illegal in some major applications e.g. https://tools.ietf.org/html/rfc7159#section-8.1 This ...
by chrisjj
Thu Nov 10, 2016 12:26 am
Forum: General
Topic: 8.0.2 Failure of shortcut keys on External tools 6 and 7
Replies: 7
Views: 1114

ak47wong wrote:No, the first screenshot shows that Ctrl+6 is assigned to the command currently selected in the Commands field, namely Tool06.
And what is Tool06, if not Tool #6 on the External Tools menu?
by chrisjj
Mon Nov 07, 2016 8:01 pm
Forum: Enhancement Suggestions
Topic: 8.0.2 Please add assignable commands to move the current tab
Replies: 0
Views: 3509

8.0.2 Please add assignable commands to move the current tab

Assuming the reason I can find no way to reorder tabs using keyboard is that tab move commands don't exist, please add them.
by chrisjj
Mon Nov 07, 2016 7:59 pm
Forum: Enhancement Suggestions
Topic: 8.0.2 Please allow reordering of document selector entries
Replies: 0
Views: 2699

8.0.2 Please allow reordering of document selector entries

Please allow reordering of document selector entries, e.g. ALT+Up/Down Arrow moves selected entries by one place.

The tab bar's reorderability is the only think that keeps me using it, and I'd far prefer to use the more-redable vertical document selector if it had this feature.
by chrisjj
Mon Nov 07, 2016 2:51 am
Forum: General
Topic: 8.0.2 Failure of shortcut keys on External tools 6 and 7
Replies: 7
Views: 1114

ak47wong wrote:You don't seem to have tools 6 and 7 set up.
Don't the follow show I do?

Image

Image
ak47wong wrote: Did you try reassigning Ctrl+6 to PHP Program 2 and Ctrl+7 to PHP DOS Command 2?
Yes. You can see CTRL+6 in the first screenshot of this message.
by chrisjj
Sun Nov 06, 2016 4:18 pm
Forum: General
Topic: 8.0.2 Why does this UTF-8 display kluge fail in Tool?
Replies: 2
Views: 337

8.0.2 Why does this UTF-8 display kluge fail in Tool?

Re AmigoJack's BOM to kluge TP's UTF-8 display failure , I get success in Run: http://i.imgur.com/utinMg1.png but failure in External Tool created with Add, Program... (having exactly the same settings): http://i.imgur.com/Zfr9xiL.png Any idea why? FWIW, I get slightly different failure on an ...
by chrisjj
Sun Nov 06, 2016 3:44 pm
Forum: General
Topic: 8.0.2 Failure of shortcut keys on External tools 6 and 7
Replies: 7
Views: 1114

8.0.2 Failure of shortcut keys on External tools 6 and 7

Here, keys assigned to external tools 6 and 7:

Image Image

have no effect when pressed and are missing from the menu:

Image

Do others see the same? Or have I done something wrong?[/img]
by chrisjj
Fri Nov 04, 2016 10:22 pm
Forum: General
Topic: 8.0.02 How to avoid selection losing syntax colouring?
Replies: 9
Views: 800

A bug is something that is not working as intended, and syntax highlighting in your text selection was never intended. I wonder what makes you think it was never intended. I see nothing on the UI indicating e.g. my keyword colour is supposed to disappear when the keyword is selected. If that was ...
by chrisjj
Fri Nov 04, 2016 6:40 pm
Forum: Enhancement Suggestions
Topic: 8.0.2 Enhancement suggestion: fix Tool Output UTF-8 fail
Replies: 1
Views: 1760

Re: 8.0.2 Enhancement suggestion: fix Tool Output UTF-8 fail

chrisjj wrote:Image

seems to be completely defunct.
And perhaps all classes' too. http://forums.textpad.com/viewtopic.php?t=13012 .
by chrisjj
Fri Nov 04, 2016 6:34 pm
Forum: General
Topic: 8.0.02 How to avoid selection losing syntax colouring?
Replies: 9
Views: 800

AmigoJack wrote:It's a feature request what are describing here.
Really?? What makes you think this behaviour isn't just a bug?
by chrisjj
Fri Nov 04, 2016 4:18 pm
Forum: Enhancement Suggestions
Topic: 8.0.2 Enhancement suggestion: fix Tool Output UTF-8 fail
Replies: 1
Views: 1760

8.0.2 Enhancement suggestion: fix Tool Output UTF-8 fail

Image

seems to be completely defunct.

Leading to this: http://forums.textpad.com/viewtopic.php?p=42721#42721

It would be really nice to have this fixed.[/img]
by chrisjj
Fri Nov 04, 2016 4:14 pm
Forum: General
Topic: 8.0.2 How to get Tool Output to show Unicode?
Replies: 29
Views: 3680

That means: save your tool output in a file with ANSI encoding, then open the file again by specifying UTF-8 as encoding (instead of Default ). Now you should see what you always expected. No, that's not what I always expected. What I expected was correct display in the Tool Output window . I can ...
by chrisjj
Thu Nov 03, 2016 6:55 pm
Forum: General
Topic: 8.0.2 How to get Tool Output to show Unicode?
Replies: 29
Views: 3680

TextPad does not offer a command prompt. Do you mean the Run command? By "command prompt" I mean the only one existing in the system, not Textpad . This resembles to CMD.EXE on nowadays Windows version. In Textpad 's "Run" dialog or "Tools > Add" menu this is the (wrongly titled) "DOS command ...