FYI: There is a patch for a few bugs in version 3 (http://www.editplus.com/trouble.html)....
5673
boofo131
Feb 19, 2008 2:50 am
Is there a way to set EditPlus 3 up to formay XML files properly, like e-Texteditor does? When I open and XML file, the phrase and settings groups at the end...
5674
DZ-Jay
dzfoo
Feb 19, 2008 10:53 am
... I don't really know how e-TextEditor works, but I have an idea of what you mean: Some XML editors parse the file and display a re-constructed version...
5675
Tracy Dryden
tsdryden
Feb 19, 2008 11:54 am
Can anyone explain why the title bar of my EditPlus3 shows "EditPlus [iFrames]"?...
5676
aidy@...
godofthegrings
Feb 19, 2008 11:56 am
You could use an external tools such as HTMLTidy (http://tidy.sourceforge.net/) to reformat the code. AdrianR...
5677
DZ-Jay
dzfoo
Feb 19, 2008 1:52 pm
Perhaps that's the name of the project currently selected. EditPlus 3 shows on the title bar the following: EditPlus [Selected Project Name] - [Active File...
5678
Brett
bbtech777
Feb 19, 2008 3:07 pm
You could also hit ctrl+b (view in browser). Internet explorer applies some formatting to the XML. Brett ... [Non-text portions of this message have been...
5679
tvhoward
Feb 19, 2008 11:30 pm
I recently upgraded to v3 and am wondering if there is a way to have each new file open in the same instance instead of opening a new session?...
5680
R
rtbrahman
Feb 19, 2008 11:31 pm
Anyone have a fix for the EditPlus3 File too Large msg? EditPlus2 fixed it with the patch....
5681
Brett Patterson
bpat1434
Feb 20, 2008 12:12 am
It's a setting. You need to uncheck the "Allow multiple instances". This was something that had me going nutz when I first started beta testing. Tools -->...
5683
Michael L. Jones
mljones1947
Feb 20, 2008 12:13 am
Make sure that "Allow multiple instances" is unchecked in the Tools|Preferences|General dialog box....
5684
Bob Hindal
boofo131
Feb 20, 2008 12:18 am
I prefere to do it in Editplus if possible. How would I be able to use HTMLTidy from inside EditPlus? aidy@... wrote: You could use an...
5685
Aleem Juma
aleemjuma
Feb 20, 2008 12:22 am
http://editplus.info/wiki/User_Tools#HTML_Tidy...
5686
Bob Hindal
boofo131
Feb 20, 2008 12:24 am
Yes, you explained it exactly. I get the phrases and settings all bunched up and hard to read. It makes manually editing the phrases and settings almost...
5687
Tom Ditmars
alephstar
Feb 20, 2008 12:56 am
... What dZ was trying to explain is that the file itself is formatted badly. EditPlus is a plaintext editor; it opens the file exactly as it appears. If you...
5688
Bob Hindal
boofo131
Feb 20, 2008 1:28 am
I understand what you are saying. But to format the file manually would take forever in some cases as they get quite long. I was hoping to use something with...
5689
Bob Hindal
boofo131
Feb 20, 2008 2:19 am
Is there an XML config file setup anywhere? I have tried setting the file up and it doesn't do anything to the formatting. ... What dZ was trying to explain is...
5690
Tracy Dryden
tsdryden
Feb 20, 2008 2:51 am
By Jove! You're right. I don't use the projects feature much and that iFrames project was left over from MONTHS ago. Funny I didn't notice it before. Thanks! ...
5691
DZ-Jay
dzfoo
Feb 20, 2008 11:16 am
... That's what Tidy does! When Tom says "manually reformat" the file, he doesn't mean editing it by hand; he means running Tidy on it -- manually -- when you...
5692
DZ-Jay
dzfoo
Feb 20, 2008 11:17 am
... No, it does not. STX files in EditPlus are exclusively for syntax highlighting, not formatting. Use Tidy. dZ....
5693
tvhoward
Feb 20, 2008 2:01 pm
... THANK YOU ALL FOR THE HELP!!!...
5694
John Morse
john63960
Feb 20, 2008 3:48 pm
Did you go to Tools|Preferences|General and make sure "allow multiple instances" is unchecked? John ... From: "tvhoward" <snookzit@...> To:...
5695
Bob Hindal
boofo131
Feb 20, 2008 3:54 pm
I guess I didn't explain that well, sorry. I meant is there an XML conmfig file already setup for Tidy somewhere. I tried adding some things to the config file...
5696
Iain D. Brown
adecp_ecp
Feb 21, 2008 1:40 pm
I'm using EditPlus v3 patched on Windoze Vista (after a long period of happy v2 usage), but this morning noticed what I think might be a bug in the search &...
5697
Michael L. Jones
mljones1947
Feb 21, 2008 11:27 pm
Try this: // HTML Tidy config file - format XML indent: yes indent-spaces: 4 input-xml: yes output-xml: yes write-back: yes // EOF I'm guessing that you forgot...
5698
Bob Hindal
boofo131
Feb 21, 2008 11:37 pm
Michael, Yes, sir, I had forgotten that. But it doesn't seem to do anything. I click on the tidy in the tools drop down and nothing changes. Am I missing...
5699
Michael L. Jones
mljones1947
Feb 21, 2008 11:50 pm
I can't reproduce either situation in patched v3.00 (336), at least in a file smaller than 6 mb. I pasted your sample line into a document, highlighted RE:...
5700
Michael L. Jones
mljones1947
Feb 21, 2008 11:56 pm
Nope: "Capture output" instead of "Run as text filter." I made the same mistake when I first tried use Tidy. ... anything. I click on the tidy in the tools...
5701
Bob Hindal
boofo131
Feb 22, 2008 12:30 am
Michael, Well, It has me stumped now. I get an error saying it can't open the tidyconfig.txt file. And I have the config file and the exe in the C:\WINDOWS...
5702
DZ-Jay
dzfoo
Feb 22, 2008 10:23 am
I think it should be "Run as text filter" so that it actually changes the selected (or entire) text, instead of displaying in the Output Window. dZ....