Search found 10 matches
- Fri Jan 27, 2012 5:42 pm
- Forum: General
- Topic: Can I save the color configurations for a document class?
- Replies: 1
- Views: 278
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?
- Fri Jun 27, 2008 2:32 pm
- Forum: General
- Topic: Is it possible to set a default syntax highlighting?
- Replies: 2
- Views: 553
- Thu Jun 26, 2008 7:47 pm
- Forum: General
- Topic: Is it possible to set a default syntax highlighting?
- Replies: 2
- Views: 553
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 that files ...
- Tue Jun 19, 2007 8:22 pm
- Forum: General
- Topic: Unix to Windows space formatting
- Replies: 11
- Views: 1889
- Sun Jun 10, 2007 9:47 pm
- Forum: General
- Topic: Unix to Windows space formatting
- Replies: 11
- Views: 1889
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 ...
- Thu Jun 07, 2007 7:19 pm
- Forum: General
- Topic: Unix to Windows space formatting
- Replies: 11
- Views: 1889
- Thu Jun 07, 2007 2:53 pm
- Forum: General
- Topic: Unix to Windows space formatting
- Replies: 11
- Views: 1889
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 ...
- Sun Apr 10, 2005 10:55 pm
- Forum: General
- Topic: Any Way to specify words to be highlighted during launch?
- Replies: 0
- Views: 141
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?
- Wed Sep 15, 2004 4:44 am
- Forum: General
- Topic: Any macro to reformat brackets?
- Replies: 2
- Views: 362
Any macro to reformat brackets?
I am in the situation of editing a lot of code written by other people in this format:
I would like to reformat this type of code as:
Any macro or utility out there that could make my life easier?
Code: Select all
public class Example {
public Example {
}
}
Code: Select all
public class Example
{
public Example
{
}
}
- Tue Jun 10, 2003 4:03 am
- Forum: General
- Topic: What language + environment was TextPad written in?
- Replies: 1
- Views: 744
What language + environment was TextPad written in?
out of curiosity, What language + environment was TextPad written in?