ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Complex HTML Tag Assembler

<< < (3/3)

AbteriX:
So, what's with this edtor, PSPad? When I unzip and run it, it is all in Russian, even though the PSPad.ini file says it should be English? Searching the home website, even the forum didn't yield any clues.
-pseudolus (October 18, 2005, 05:49 PM)
--- End quote ---
That happens more often than one think  ;D
It's not russian but czech.
You must unpack the *.cab file with folders structure.
(you must have an "\Lang" sub folder with the "English.INI" in it,
and all the other folders as well of course.)
IF you not able to do that, download the installer,,,, or ask again.

HTH

--
Edit:
you have found nothing into forum ?
http://forum.pspad.com/read.php?f=2&i=9546&t=9545
http://forum.pspad.com/read.php?f=2&i=6602&t=6563
http://forum.pspad.com/read.php?f=2&i=5445&t=5444
http://forum.pspad.com/read.php?f=2&i=4384&t=4366

hurricanedavid:
Since posting this question, I have been learning how to program in AutoHotKey.  I have been working on this project. 

It will be able to create tags, but not really edit them via the GUI.  PSPad looked good, but I didn't want to have to learn a new editor.  Plus, with AutoHotKey, I will be able to use this GUI with any text editor, even notepad.

I figured out that I would need two ways to call up the GUI for a particular tag:
1) Typing the whole tag ... e.g. "<img"
        - This method better for shorter tags
2) Typing a hotkey and then selecting a tag by typing the first few letters
        - This method better for longer tags

I'm also coding it to create functions as well as HTML and ColdFusion tags.  I use a ini file to keep the data configuration for the tags, so it will be expandable to add in syntax for any kind of functions or tags.

Navigation

[0] Message Index

[*] Previous page

Go to full version