Is it possible to change what text appears when pressing buttons on the html toolbar. For example, when clicking the table, i would like a width="" for each...
Today i was sat working in editplus and I did a (ALT+F+S) to save and then all syntax colours went, and I just had black text. I have closed and opened...
You must edit the htmlbar.acp file (it should be located in your EditPlus 2 folder). Change the #T=TABLE <TABLE> section to #T=TABLE <TABLE width="" > As for...
Is editplus able to be configured as an embeddable editing component if a host application has hooks to allow it? e.g. as a textarea editor for a browser c/w...
<feature> * 'Use font language for Unicode and IME conversion' option (Preferences->Fonts). * Syntax highlighting for C/C++ numbers. * Syntax highlighting for...
I want to know what is the new compare the version 2.12(53) whith 2.12 (76).^-^. ... (Preferences->Fonts). ... menu). ... Comment/Uncomment', 'Line Breaks'. ...
Hello: Here's an unofficial changelog, based on the information provided by the beta program. I'm sure this does not violate any non-disclosure... version...
I bought edit plus because my current editor (coffee Cup) would not allow me to preview any files ending in .php although I am positive it allowed me in the...
captainron19@...
May 11, 2004 4:52 pm
2622
... rather ... IE, just as any browser, does not "know" PHP. PHP is interpreted on a server and the browser only receives the HTML output. For this reason you...
hi i was searching the group but i couldn't find the answer. My "document selector" settings in EditPlus (2.12) are not remebered. I want to use 2 rows...
Hi. I've used EditPlus a little, usually to examine already written HTML ccode. I was trying to create a new page, but while there are tons of buttons, I...
Make sure your Cliptext window is showing. Select either HTML 3.2 or HTML 4.0 from the drop down list. Then just drag the "A" over to your code and it adds...
Hi Edit+ Group, Wednesday, May 12, 2004, 10:33:24 PM, you wrote: gmc> Make sure your Cliptext window is showing. Select either HTML 3.2 or gmc> HTML 4.0 from...
Hi Edit+ Group, Never mind the icon I told you below the original looks like a Boat Anchor. Wednesday, May 12, 2004, 10:43:20 PM, you wrote: JM> Hi Edit+...
Actually, mine looks like a little boat anchor. And that button would do it. BUT THAT'S TOO EASY! :-) ________________________________ From: John Morse...
... You can add any menu item to the toolbar from the "edit toolbar" option item (Tools > Preferences > Tools > Toolbar) including the various FTP options...
Below is a function pattern in a language called Haskell: func :: Integer -> Integer -> Integer func a b = mod (a^(b-1)) b func2 :: Int -> Int -> Int func2 a b...
... I remember a language that looked very similar, but can't remember its name. ... ^[A-z0-9]+ *:: [^;]* perhaps. There's a short but helpful introduction to...
Thanks for the reply, but I am still struggling to figure it out I have checked the help page and tried many times but have failed. I need something like this ...
Yes, there is an option for this. If you are using Java's syntax highlighting and customised settings Try: [Tools] -> [Preferences] -> [+Files] -> [Settings &...
Christopher's function pattern: ^[A-z0-9]+ *:: [^;]* seemed to work fine for me. you are hitting ctrl+F11 to see the function window right? perhaps you should...