Search found 8 matches

by gurok
Mon Mar 17, 2025 5:19 am
Forum: General
Topic: Printing a document changes colour scheme
Replies: 0
Views: 2378

Printing a document changes colour scheme

Hi,

I'm using a dark colour scheme. If I print preview a document, then choose to print it, the document I've printed changes to a light colour scheme. If I mouse around or move to different lines, those lines get repainted in the dark colour scheme. Similarly, if I leave the window and come back ...
by gurok
Fri Dec 27, 2024 3:49 pm
Forum: General
Topic: ♫ E2 99 AB beamed eighth notes
Replies: 13
Views: 9368

Re: ♫ E2 99 AB beamed eighth notes


TextPad is a text editor - it cannot foresee in which code page (not " space ") you will save the current document - it doesn't has to be the same as the currently detected one. Hence, it would be too restrictive to disallow all characters which are not known to the current code page/encoding ...
by gurok
Wed Dec 04, 2024 9:03 am
Forum: General
Topic: Customizing TextPad for Enhanced Workflow – Need Advice
Replies: 2
Views: 2445

Re: Customizing TextPad for Enhanced Workflow – Need Advice

I use a batch file that I've configured as a tool, which opens the matching .h file when you have a .c file open and vice versa:

openrelated.bat

@echo off
if %~x1==.c goto :c
start %~dpn1.c
goto :end
:c
start %~dpn1.h
:end


The settings for the tool are:
Command: openrelated.bat
Parameters ...
by gurok
Sun Nov 10, 2024 11:31 pm
Forum: General
Topic: Ruler bar in the edit window?
Replies: 4
Views: 2557

Re: Ruler bar in the edit window?

Just to offer another opinion, this feature has been suggested in the suggestions forum and there are many good use cases for such a feature, one of which is easier visualisation of tab stops. If you want this feature too, please add your voice to the enhancement suggestion.
by gurok
Fri Nov 17, 2023 12:51 pm
Forum: Enhancement Suggestions
Topic: tree-based navigation of workspace, limit File Explorer to workspace root
Replies: 0
Views: 22709

tree-based navigation of workspace, limit File Explorer to workspace root

There are many threads asking for some kind of tree-based navigation of a workspace, some of them suggesting elaborate XML schemas in the workspace file to support this. In lieu of this, please consider allowing us to limit the File Explorer pane for a workspace to the workspace root (as an option ...
by gurok
Mon Jul 31, 2023 3:56 am
Forum: General
Topic: How to handle "Dockerfile" files?
Replies: 2
Views: 1749

Re: How to handle "Dockerfile" files?

Thank you! I didn't think to check whether text documents were already handling ".".
by gurok
Fri Jul 21, 2023 11:42 am
Forum: General
Topic: How to handle "Dockerfile" files?
Replies: 2
Views: 1749

How to handle "Dockerfile" files?

Hi,

Docker uses a format called "Dockerfile" (for want of a better term). These files are normally named Dockerfile with no extension. I downloaded the Dockerfile syntax definition and made a new document class with Dockerfile in it, but TextPad won't syntax highlight it. If I manually change the ...
by gurok
Tue Apr 06, 2010 3:34 am
Forum: Enhancement Suggestions
Topic: Friendlier Tab-Stops
Replies: 2
Views: 896

Yes, this is (still!) a much needed addition to TextPad. Here's a mockup of a possible ruler design (including the ever-common word break indicator suggestion):

http://i40.tinypic.com/jiztvt.png

They're pretty standard, but the behaviours of the bar would be:

- Clicking on a blank space in the ...