Search found 9 matches
- Sat Feb 07, 2004 8:28 am
- Forum: Enhancement Suggestions
- Topic: New parameter macros $SelFiles and $AllFiles
- Replies: 3
- Views: 476
Usually a tool expects parameters or input files in a certain order - that might be the problem here - in which order are files passed to the tool? For my specific purposes I would not care. As I'd expect to have only one XSLT file and one XML file open I can call the transformation engine via a ...
- Wed Feb 04, 2004 4:35 pm
- Forum: Enhancement Suggestions
- Topic: New parameter macros $SelFiles and $AllFiles
- Replies: 3
- Views: 476
New parameter macros $SelFiles and $AllFiles
I'd like the following parameter macros for feeding to external tools $SelFiles - All selected/highlighted files in the document selector panel seperated by space (excludes the current file) $AllFiles - All open files seperated by spaces My particular wish is to allow more than one file to be passed ...
- Wed Feb 04, 2004 2:09 pm
- Forum: General
- Topic: Using textpad for XSLT transformations
- Replies: 2
- Views: 332
For me the XML generally should have no knowledge of what is going to transform it but I could use this suggestion as a workaround. Unfortunately I'll have to hack my files afterwards to remove this information. So it sounds like a change request to make this more flexible. I can't imagine it being ...
- Wed Feb 04, 2004 12:12 pm
- Forum: General
- Topic: Using textpad for XSLT transformations
- Replies: 2
- Views: 332
Using textpad for XSLT transformations
Any suggestions on how I can use testpad as an XSLT test tool for XML->XML translations? I'd like one window to contain my original XML, another window to contain the XSLT and on execution generate a 3rd window to contain the results (or replace the results in an existing window). Would something ...
- Wed Feb 04, 2004 11:04 am
- Forum: Enhancement Suggestions
- Topic: Syntax Files - Dynamic Keywords
- Replies: 13
- Views: 3032
I don't want to cross-post the detail so here's a link to a related comment I've added to another thread - http://www.textpad.com/forum/viewtopic. ... 5835#15835
- Wed Feb 04, 2004 11:03 am
- Forum: Enhancement Suggestions
- Topic: Additional attributes for syntax highlighting
- Replies: 20
- Views: 7739
I don't want to cross-post the detail so here's a link to a related comment I've added to another thread - http://www.textpad.com/forum/viewtopic. ... 5835#15835
- Wed Feb 04, 2004 11:01 am
- Forum: Enhancement Suggestions
- Topic: Allow background colour setting by namespace
- Replies: 1
- Views: 599
I've just spotted and voted for additional attributes http://www.textpad.com/forum/viewtopic.php?t=3773 and regexp keywords http://www.textpad.com/forum/viewtopic.php?t=3846 I mention this here as they do relate to my request above. If we had attributes available such as bold or underline then this ...
- Tue Feb 03, 2004 6:38 pm
- Forum: Enhancement Suggestions
- Topic: Syntax Files - Dynamic Keywords
- Replies: 13
- Views: 3032
I do not need anything more than keywords begging with a special character. I am afraid RegEx would degrade TextPad's efficiency. And efficiency is probably the most important thing why I use TextPad (my computer is not the newest one). As someone pointed out earlier, any inefficiencies brought in ...
- Tue Feb 03, 2004 6:06 pm
- Forum: Enhancement Suggestions
- Topic: Allow background colour setting by namespace
- Replies: 1
- Views: 599
Allow background colour setting by namespace
I've been attempting to amend the XSLT syntax to background highlight the XSLT template code. There seems to be no way to do this, I can only background highlight the specific keywords, not the entire tag that the keyword is in. What I wanted was to highlight everything that is XSLT template code ...