I'd love to see the "Insert" command extended to insert:
* a GUID at the cursor location (the style of it should be configurable somewhere in the options - a bit like what GenerateGUID offers)
* just the file name (not the whole path and all)
Thanks!
Marc
Search found 10 matches
- Fri Jun 23, 2006 5:13 pm
- Forum: Enhancement Suggestions
- Topic: Inserting a GUID by hitting a keystroke
- Replies: 0
- Views: 197
- Fri Jun 23, 2006 5:12 pm
- Forum: Enhancement Suggestions
- Topic: Pretty formatting XML
- Replies: 0
- Views: 469
Pretty formatting XML
I woud love to see a built-in function in TextPad to allow me to pretty-format any XML document or fragment so that each tag is on a new line, and indented by x columns (or tabs).
Just to make it nicely human readable.
Just to make it nicely human readable.
- Fri Jun 23, 2006 5:10 pm
- Forum: General
- Topic: Formatting XML
- Replies: 4
- Views: 937
Perfect solution? Nope but you could do a search and replace for ><, or whatever the input string looks like, and replace with >\n< to at least get it broken out into one tag per line. Yeah, that's basically what I'm doing now, but if you have a 200+ line document with hundreds of nodes and up to ...
- Fri Jun 23, 2006 10:26 am
- Forum: General
- Topic: Inserting a GUID
- Replies: 1
- Views: 251
Inserting a GUID
Folks, I find myself having to insert newly generated GUID's into text files in TextPad a lot. I know about GenerateGUID and other tools, but I find it cumbersome to have to go out, launch an external utility, generate a GUID, and go back to Textpad and paste it inside my text file. Is there a way ...
- Fri Jun 23, 2006 10:24 am
- Forum: General
- Topic: Formatting XML
- Replies: 4
- Views: 937
Formatting XML
Folks, is there an easy way in TextPad to nicely format XML? I'm getting back huge long single lines of XML, but I'd like to have it formatted like: <Root> <Level1> <Level2> <Data attrib="something" value="else" /> </Level2> </Level1> </Root> I can do this externally using command-line tools, but it ...
- Wed Mar 03, 2004 3:13 pm
- Forum: Enhancement Suggestions
- Topic: XML Pretty Print functionality
- Replies: 4
- Views: 849
XML Pretty Print functionality
Folks, Dealing with a lot of XML files lately, I've often longed for a function in TextPad that would allow me to "pretty print" (or rather: pretty format) a messed-up XML file. E.g. I'd love to see a function in TextPad that would take an XML file, make sure to put all new elements onto a line of ...
- Wed Mar 03, 2004 3:08 pm
- Forum: Enhancement Suggestions
- Topic: Seamless integration with source control systems
- Replies: 7
- Views: 2237
Well, thanks.... sort of....
Thanks, but I hate to break your bubble - not *EVERYONE* uses CVS, or gets to choose whether or not they use CVS......ramonsky wrote:It already does, surely, in the sense that EVERYTHING integrates seamlessly with CVS.
Marc
- Wed Jan 28, 2004 1:41 pm
- Forum: Enhancement Suggestions
- Topic: TextPad 5.0 — What should we expect?
- Replies: 26
- Views: 11254
>>Maybe text editors like TextPad are mature to the point >>where there's just not much else one can do with the >>app except tweaks. Oh, I would have to disagree - there's still plenty of things Helios could add to TextPad. I guess the bigger problem is deciding what to add (and what adds really ...
- Wed Jan 28, 2004 1:37 pm
- Forum: Enhancement Suggestions
- Topic: Switch Between Hex and Text Display And Edit in Hex
- Replies: 7
- Views: 1043
Switching between text and hex view / edit mode
It'd be about time to have that feature!!
I keep having to resort to unwieldy and crappy Hex editors just for that?? Gimme a break!
I keep having to resort to unwieldy and crappy Hex editors just for that?? Gimme a break!
- Wed Jan 28, 2004 1:35 pm
- Forum: Enhancement Suggestions
- Topic: Seamless integration with source control systems
- Replies: 7
- Views: 2237
Seamless integration with source control systems
Folks, I'd be more than happy to get TextPad 5.0 to integrate seemlessly with various common source control systems, such as MS Visual SourceSafe and SourceGear's Vault. I was hoping to get a "Open from Source Control" command / menu item, which would display the source control contents (as a ...