Search found 3 matches
- Mon Mar 12, 2012 4:42 pm
- Forum: Enhancement Suggestions
- Topic: Enable TextPad to combine .syn files
- Replies: 0
- Views: 674
Enable TextPad to combine .syn files
The basic issue this addresses is best explained with an example: The PHP5Drupal6.syn file might be very small and simply say: " Use PHP5.syn for syntax, and add Drupal6.syn as additional keywords ". The PHP5.syn file would be maintained and updated to be correct for any *.php file. Programmers ...
- Mon Mar 12, 2012 4:32 pm
- Forum: Enhancement Suggestions
- Topic: Make multiple .syn definitions apply to one file(PHP/HTML/JS
- Replies: 0
- Views: 465
Make multiple .syn definitions apply to one file(PHP/HTML/JS
Textpad already has a great syntax highlighting system... However, web development frequently includes several different languages in one file , such as in Drupal Development: The basic language is HTML. The <SCRIPT> tag switches context to Javascript. The <?PHP tag switches context to PHP The PHP ...
- Wed Feb 15, 2012 1:20 am
- Forum: General
- Topic: Syntax highlighting fails if search jumps to middle of file
- Replies: 0
- Views: 189
Syntax highlighting fails if search jumps to middle of file
I "launch" a textpad workspace file which automatically opens about a hundred files (my entire project). Then, if I click on a document in the document selector, and search on a string that makes me jump way down into the file, the syntax highlighting does not work. Comments are highlighted green ...