i dont know what you are saying , i have no knowledge in linux software. go editplus.com for help!! a chinese guy :Alan h@...> wrote: Dear sir/madam, ...
Hi there, I would like to request the following features to be considered for evaluation for bringin'em up in coming versions of Edit Plus. 1) Plug-in/Add-in...
I agree, a Linux port would be good. I have used Editplus through Wine on SUSE8 Professional and it worked fine except for the ftp & browse functionality as...
I've gone to the editplus website, and looked at the user files you can download. I was happy to see these, but Its hard to figure out whats good, and whats...
New to this group... Helloooo everyone!! I've been using Editplus so long I can't remember how long it's been, years and years anyway. I'm a firm believer in...
Hello Edit+, Could someone help me out with a regular expression search and replace? I'm wanting to find each instance of a tilde and a name, and wrap it with...
Search for ~\n\n([A-Z -]+) Replace with ~\1~ Of course you might need to tinker with what's in brackets. [A-Z -] will only match uppercase letters, spaces,...
"I'm wanting to find each instance of a tilde and a name, and wrap it with tilde symbols" FIND: ~[\t\n ]*([^\n]*)\n RPLC: ~\1~\n this expression matches a...
I personally use DW & EP together. While I believe in hand coding, I also must meet deadlines. I use DW to quickly put out any Design I need and then switch to...
... No. ... I don't think so. But why would you want an EditPlus port? In Linux there are plenty of text editors that are comparable or better. Give a try to...
how about a workaround... use a win32 emulator like WINE and run it in that then you can run all your favourite windows programs in linux - editplus, freecell,...
I am a new user. Can someone please help me in setting up the classpath. Also is there any way I can compile and run the program fron editplus by setting the...
I can think of three options: 1. Set the classpath in autoexec.bat or the environment variables dialog (Control Panel -> System -> Advanced -> Environment...
Hi, I am new to this forum. I have a feature suggestion. Since Editplus is a very manageable editor to control it's syntax highlighting and supports case...
Another suggestion: CodeWeaver for running windows programs in Linux. editplus@yahoogroups.com wrote: There are 3 messages in this issue. Topics in this...
This is a fantastic program, I can edit it any way I like, except to make my own toolbar it seems? I have edited my HTML toolbar file, but since I actually...
jrdnbaade, I would suggest creating a page at http://www.editplus.info/ to serve as a place to review user created stx and acp files. Perhaps something similar...
Excuse me for replying yo my own message, but I wanted to add a similar question, which is "Is it possible to connect a keystroke recording to one of the...
Sorry, I was being unclear again! What I mean is, I have exchanged the meanings of a few of the HTML- bar buttons, such as bold I have changed to the bold...
... What's a win32 emulator? I want to get my pc set up for php again. I lost my php4 installation due to a drive failure, and reading the literature about...
Hi, I want to setup auto completion for text files in EditPlus, as well as display the html toolbar when a text file is opened. I went into Tools>Preferences...
... it ... Yes, I know what you are talking about there. You can go into Tools>Preferences and click on Tools>Toolbars to add or remove icons from the list,...
A Win32 emulator is a Linux/Unix program that allows you to run Windows programs from a Unix-based operating system. Personally, as I run a Windows machine...
... I ran PHP on Apache under Windows (2000 & XP, get rid of 98 as soon as you can indeed :)), then got a dedicated server machine running Debian with...
... Running the PHP interpreter on Win98 isn't that difficult, but getting any decent web server to work is unthinkable. Win2K, what I use, is the best OS for...