EditPlus is a text editor, HTML editor, PHP editor, Java editor and Hex Viewer for Windows. While it can serve as a good Notepad replacement, it also offers many powerful features for Web page authors and programmers.
Questions tagged [editplus]
32 questions
0
votes
1 answer
Configure vbs "hello world" script for EditPlus user tool
How do I configure an EditPlus user tool (Preferences dialog box) to execute a vbs script that simply pastes a "Hello World" string to an open file? I use editPlus version 3.30/

Gary Gauthier
- 195
- 3
- 16
0
votes
1 answer
Create new user tool to paste text with EditPlus
I use EditPlus 3.30 as my code editor, but this question also applies to earlier versions. I would like to create a new user tool item on the user tool bar. The default set-up allows you to open a template when you click on an icon. I would like to…

Gary Gauthier
- 195
- 3
- 16
0
votes
1 answer
EditPlus Regex - How to replace group 1 followed by 0
I'm trying to replace with Regex's EditPlus, values that contain comma-separated numbers and two decimal points, so they have 3 decimal points, adding a zero to the end. But my attempts eventually delete the value of the group instead of adding the…

Pyetro
- 155
- 1
- 8
0
votes
1 answer
Swap text between commas and among the colons
i have a file that contain repetitive code like this an i just want to
swap a roll/column? (how to say?) of y and z , every number is different in here nothing in here is same number…

KenZync
- 13
- 2
0
votes
0 answers
Reformat code in EditPlus
My favourite editor is EditPlus. But it lacks one thing that is how to reformat code. I searched many pages but I cannot find the way to do that. How can I do? (I don't want to change editor.)

Pranat Pannao
- 119
- 3
- 8
0
votes
1 answer
How to highlight the closing div in editplus when I click or select an opening div
Is there any feature on editplus to highlight the closing div when I select the opening div.
I know it happens with the opening and closing braces in edit plus, but It would be better if the same could be done with div.

S Kumar
- 555
- 7
- 21
0
votes
2 answers
Editplus - Find email address, delete everything else
I have a 5MB text file where I need to find all email addresses and remove everything else.
Text file contains items like in the below snippet:
To: (Address)
/o=ExchangeLabs/ou=Exchange Administrative Group…
0
votes
2 answers
how to run a jar file with editplus
I want to run a jar file in editplus3 but I dont´n know how do it. My program take text structured and converte it to XML structure but it works fine. I take a program in a jar and this jar I want run on editplus. I could do it?

petercartagena
- 350
- 1
- 4
- 12
0
votes
4 answers
Is it possible to make a DLL plugin for EditPlus to extend the editor like in EditPlug or Notepad++?
Is it possible to make a DLL plugin for the programming editor called EditPlus?
I wish to extend the editor like in EditPlug text editor or Notepad++ where you create a DLL which allows you to talk to the editor. Or another example is Total…

Another Prog
- 841
- 13
- 19
0
votes
2 answers
program compiles but won't run in command box
every time while i try to run java program in command prompt, it shows "could not find or load the main class.
class A
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
javac -d ../classes…

shahim
- 1
0
votes
2 answers
Regular Expressions and EditPlus
I'm using Edit Plus and have the following type of lines in a text file which represent a directory structure and a file.
\APPS\MCCSDOCS\GENERAL\10-11 ARRAT\BRIDGE RIVER_\BRIDGE RIVER-PA0900021_DEC 21.PDF
\APPS\MCCSDOCS\GENERAL\10-11 ARRAT\BURNS…

Russ
- 9
- 2
0
votes
3 answers
Regular Expression statement to replace text inside two literals
i have n line of code starting with
(21714,
(21715,
I want to replace the numeric values with NULL string to get
(NULL,
(NULL,
Please suggest the reqular expression I should use in Edit plus Find Replace functionality to achieve this.

Priya Saini
- 109
- 13
-1
votes
1 answer
I am creating HTML files from text files. I would like to enclose ALL numbers 0-9, with definition tags
I am creating HTML files from text files (HTML bible). I would like to enclose ALL numbers 0-9, with definition list tags & , so that the following:
1 In the beginning...(example)..
2 And God said...(example)..
15 Adam was....(example)..
26…

RonRay
- 1
- 1
-1
votes
1 answer
Regex Find and Replace using line numbers condition in editplus
I have a huge text file with over 20K lines of content. I am using editplus 4.0 version to achieve my desired result.
What I want to do is;
I want to insert/append a keyword, randomly in the content. Now, the condition is, I want to insert my…

Muhammad Azhar
- 101
- 1
- 1
- 7
-1
votes
1 answer