Difference between revisions of "TextPad Setup"

From PCGen Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
[http://pcgen.svn.sourceforge.net/viewvc/pcgen/Trunk/utilities/editor%20syntax/Textpad/?view=tar PCGen TextPad Syntax Highlight File]
 +
 +
 
Once you have TextPad installed, get "PCGen.syn" (link above) to be copied into
 
Once you have TextPad installed, get "PCGen.syn" (link above) to be copied into
 
the "Textpad/system" directory.  After that you need to create a document type for PCGen.
 
the "Textpad/system" directory.  After that you need to create a document type for PCGen.
  
1) Start TextPad
+
'''1)''' Start TextPad
  
2) Configure -> New Document Class
+
'''2)''' Configure -> New Document Class
  
3) Enter "PCGen" for the name and click the Next button.
+
'''3)''' Enter "PCGen" for the name and click the Next button.
  
4) For the class members prompt, enter "*.lst" and "*.pcc" then click the Next button
+
'''4)''' For the class members prompt, enter "*.lst" and "*.pcc" then click the Next button
  
5) Check the "Enable syntax highlighting box"
+
'''5)''' Check the "Enable syntax highlighting box"
  
6) Use the dropdown box to select the PCGen.syn file and then click the Next button
+
'''6)''' Use the dropdown box to select the PCGen.syn file and then click the Next button
  
7) Click the Finish button
+
'''7)''' Click the Finish button
  
 
Now you need to make some further adjustments for your new document type.
 
Now you need to make some further adjustments for your new document type.
  
1) Configure -> Preferences -> Document Classes -> PCGen
+
'''1)''' Configure -> Preferences -> Document Classes -> PCGen
2) Font: Set the font to a monospace font so everything will line up nicely (I use Courier)
+
 
3) Tabulation: Set the default tab spacing to 6 spaces and set the Indent size to 6 spaces
+
'''2)''' Font: Set the font to a monospace font so everything will line up nicely (I use Courier)
 +
 
 +
'''3)''' Tabulation: Set the default tab spacing to 6 spaces and set the Indent size to 6 spaces
  
 
After this you need to make some further adjustments to the general settings of TextPad
 
After this you need to make some further adjustments to the general settings of TextPad
  
1) Configure -> Preferences
+
'''1)''' Configure -> Preferences
  
2) View - Make sure the following are checked:
+
'''2)''' View - Make sure the following are checked:
 
   A)  Highlight the line containing the cursor (*extremely* helpful)
 
   A)  Highlight the line containing the cursor (*extremely* helpful)
 
   B)  Horizontal scroll bar
 
   B)  Horizontal scroll bar
Line 33: Line 38:
 
   E)  Visible white space:Paragraphs, Spaces, Tabs
 
   E)  Visible white space:Paragraphs, Spaces, Tabs
  
3) Associated Files - add "*.lst" and "*.pcc" so that Explorer will automatically start Textpad when you
+
'''3)''' Associated Files - add "*.lst" and "*.pcc" so that Explorer will automatically start Textpad when you
 
double click those file types.
 
double click those file types.
  
4) File Name Filters
+
'''4)''' File Name Filters
 
   A)  Click the New button
 
   A)  Click the New button
 
   B)  Enter a name/description ("PCGen" works well here)
 
   B)  Enter a name/description ("PCGen" works well here)

Revision as of 17:27, 17 October 2010

PCGen TextPad Syntax Highlight File


Once you have TextPad installed, get "PCGen.syn" (link above) to be copied into the "Textpad/system" directory. After that you need to create a document type for PCGen.

1) Start TextPad

2) Configure -> New Document Class

3) Enter "PCGen" for the name and click the Next button.

4) For the class members prompt, enter "*.lst" and "*.pcc" then click the Next button

5) Check the "Enable syntax highlighting box"

6) Use the dropdown box to select the PCGen.syn file and then click the Next button

7) Click the Finish button

Now you need to make some further adjustments for your new document type.

1) Configure -> Preferences -> Document Classes -> PCGen

2) Font: Set the font to a monospace font so everything will line up nicely (I use Courier)

3) Tabulation: Set the default tab spacing to 6 spaces and set the Indent size to 6 spaces

After this you need to make some further adjustments to the general settings of TextPad

1) Configure -> Preferences

2) View - Make sure the following are checked:

  A)  Highlight the line containing the cursor (*extremely* helpful)
  B)  Horizontal scroll bar
  C)  Line numbers (makes talking to each other about where to find stuff easier)
  D)  Vertical scroll bar
  E)  Visible white space:Paragraphs, Spaces, Tabs

3) Associated Files - add "*.lst" and "*.pcc" so that Explorer will automatically start Textpad when you double click those file types.

4) File Name Filters

  A)  Click the New button
  B)  Enter a name/description ("PCGen" works well here)
  C)  Enter our two favorite wildcards "*.lst" and "*.pcc" separated by a comma
  D)  Click Apply

Ok, that's pretty much it for getting TextPad set up. You'll also want to turn off word wrapping (the .lst file lines can get really long and trying to read the word-wrapped is a quick route to insanity...)