Search found 3 matches

by uwix
17 Jul 2025 11:12
Forum: Bugs
Topic: FIXED: [16.42] BUG: Lines disappearing
Replies: 5
Views: 49964

Re: [16.42] BUG: Lines disappearing

Also noticed this with working in PS1 and JSON files. Took me about 3 hours before I discover my JSON with over 1000 lines was screwed up. Because lines are deleted the online validators still agree the JSON is valid.

Well, I tried to find the previous version of RJ TextEd but cannot seem to find ...
by uwix
23 Jan 2018 09:41
Forum: External or integrated tools
Topic: How to use varaibles when using Batch as tool?
Replies: 2
Views: 57589

Re: How to use varaibles when using Batch as tool?

Sadly enough, that doesn't do the trick.

Correct me if I'm wrong; but this variable option should enable the double clicking on the returned line containing the error and the "on line xxx", to jump to the refering line, isn't it?

Not really a must for me to have but would be convenient to use it ...
by uwix
21 Jan 2018 16:49
Forum: External or integrated tools
Topic: How to use varaibles when using Batch as tool?
Replies: 2
Views: 57589

How to use varaibles when using Batch as tool?

I added a tool to simply check my PHP code using the php.exe -l option using the Tools Menu.

Everything works fine and I do receive information about the found syntax error. But now I want to use the variables option to make the line clickable with the found error line.

The returned result is ...