Search found 10 matches

by vb.net
Fri Jan 27, 2012 5:42 pm
Forum: General
Topic: Can I save the color configurations for a document class?
Replies: 1
Views: 223

Can I save the color configurations for a document class?

I just spent 30 minutes configuring the color scheme of a document class. I accidentally hit "set default" and poof, the beautiful colors vanished and now I'm back to the original white background. Is it possible to save the color configuration before I accidentally erase it again?
by vb.net
Fri Jun 27, 2008 2:32 pm
Forum: General
Topic: Is it possible to set a default syntax highlighting?
Replies: 2
Views: 482

Thank you very much 8)
by vb.net
Thu Jun 26, 2008 7:47 pm
Forum: General
Topic: Is it possible to set a default syntax highlighting?
Replies: 2
Views: 482

Is it possible to set a default syntax highlighting?

Hi, I would like to highlight every file type (*.*) with the same .syn def. Actually, what I'm trying to do exactly, is to use the Perl syntax to highlight every file type, especially files without an extension. However, it warns me that "*.* is a part of Default and Perl". The result is t...
by vb.net
Tue Jun 19, 2007 8:22 pm
Forum: General
Topic: Unix to Windows space formatting
Replies: 11
Views: 1531

No. A tab is a tab, and TextPad treats it as such. Not if the tab was created using a different operating system and/or encoding scheme. I have the file opened right here. Let me try to illustrate to you in Textpad the difference between a recognized tab and an unrecognized tab consisting of a seri...
by vb.net
Sun Jun 10, 2007 9:47 pm
Forum: General
Topic: Unix to Windows space formatting
Replies: 11
Views: 1531

A tab is a tab - the ASCII character whose value is 9. There are no emacs tabs or TextPad tabs. If emacs is using a tab spacing of 4 and TextPad is using a tab spacing of 2, then the two files represented above are not the same file. Perhaps something has expanded all the tabs in the originals to 8...
by vb.net
Thu Jun 07, 2007 7:19 pm
Forum: General
Topic: Unix to Windows space formatting
Replies: 11
Views: 1531

Hi, Actually, I have my Textpad tabs set to 2 spaces. I believe you're right about Emacs setting tabs to 4 spaces. Unfortunately the files edited with Emacs, when opened with Textpad on Win32, lose their tabular characteristic, and are processed as white spaces only. This causes all sorts of weirdne...
by vb.net
Thu Jun 07, 2007 2:53 pm
Forum: General
Topic: Unix to Windows space formatting
Replies: 11
Views: 1531

Unix to Windows space formatting

I currently develop on Win32 using Textpad, but my teammates develop on Linux. I like using Textpad; however when I bring up Emacs-formatted code into Textpad, the letter spacing isn't displayed as it was formatted in Linux. For example, consider this Linux code: sub toString { my $self = shift; my ...
by vb.net
Sun Apr 10, 2005 10:55 pm
Forum: General
Topic: Any Way to specify words to be highlighted during launch?
Replies: 0
Views: 97

Any Way to specify words to be highlighted during launch?

I wrote a program to search files containing a certain word, if files are found, the program launches Textpad to open those files. It would be nice if Textpad could highlight the words within those files (automatically on start). Is there any way to specify Textpad to do this?
by vb.net
Wed Sep 15, 2004 4:44 am
Forum: General
Topic: Any macro to reformat brackets?
Replies: 2
Views: 245

Any macro to reformat brackets?

I am in the situation of editing a lot of code written by other people in this format:

Code: Select all

public class Example {
	public Example {

	}
}
I would like to reformat this type of code as:

Code: Select all

public class Example
{
	public Example 
	{

	}
}
Any macro or utility out there that could make my life easier?
by vb.net
Tue Jun 10, 2003 4:03 am
Forum: General
Topic: What language + environment was TextPad written in?
Replies: 1
Views: 503

What language + environment was TextPad written in?

out of curiosity, What language + environment was TextPad written in?