<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://editplus.info/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://editplus.info/w/api.php?action=feedcontributions&amp;user=WikiSysop&amp;feedformat=atom</id>
		<title>EditPlus Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://editplus.info/w/api.php?action=feedcontributions&amp;user=WikiSysop&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Special:Contributions/WikiSysop"/>
		<updated>2012-05-18T17:43:29Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.18.1</generator>

	<entry>
		<id>http://editplus.info/wiki/Running_on_Linux</id>
		<title>Running on Linux</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Running_on_Linux"/>
				<updated>2012-01-23T18:18:51Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by IsabellaAshley (talk) to last revision by Justinsomnia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Did you realize that your favorite text editor runs on Linux? Well, now you know, so if you've been thinking about making the switch, you're out of excuses.&lt;br /&gt;
&lt;br /&gt;
PS: This means, using DarWine, you can run this fine program on the Mac OS X. How cool is that?&lt;br /&gt;
&lt;br /&gt;
==Installation Instructions==&lt;br /&gt;
&lt;br /&gt;
To get EditPlus working under Linux, you need to install the popular '''Wine''' software. Wine is an Open Source implementation of the Windows API on top of X and Unix. To install Wine on Ubuntu or Debian GNU/Linux, enter the following at the command line:&lt;br /&gt;
&lt;br /&gt;
 apt-get install wine&lt;br /&gt;
&lt;br /&gt;
In a terminal window, download the latest [http://www.editplus.com/download.html EditPlus Windows installer] in your home directory. &lt;br /&gt;
&lt;br /&gt;
 cd ~&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;ftp://ftp.editplus.com/epp331.exe&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp331.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, go to where EditPlus was installed, e.g.&lt;br /&gt;
 &lt;br /&gt;
 cd ~/.wine/drive_c/Program\ Files/EditPlus\ 3/&lt;br /&gt;
&lt;br /&gt;
and run this command:&lt;br /&gt;
&lt;br /&gt;
 wine ./editplus.exe&lt;br /&gt;
&lt;br /&gt;
It should start running and you should be good to go.&lt;br /&gt;
&lt;br /&gt;
As an alternative, if you have a full installation of '''wine''' on your Linux system, shortcuts are auto-configured for Windows '''.EXE''' files. Double-clicking on '''epp331.exe''' in your desktop file browser will auto-magically bring up '''wine''' with the program loaded.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|center|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&lt;br /&gt;
&lt;br /&gt;
===Create a shortcut===&lt;br /&gt;
&lt;br /&gt;
''Note: Wine should do this automatically if you choose to add an icon to your desktop at the end of the installation.''&lt;br /&gt;
&lt;br /&gt;
You can create a desktop shortcut to EditPlus, so that clicking the icon will bring it up in wine. &lt;br /&gt;
&lt;br /&gt;
Instructions for Gnome:&lt;br /&gt;
# Download the EditPlus icon [[Image:Editplus.png]] to your desktop (also see [[Icons]])&lt;br /&gt;
# Right click on the Desktop and select &amp;quot;Create Launcher...&amp;quot;&lt;br /&gt;
# Set the name to: &amp;lt;code&amp;gt;EditPlus&amp;lt;/code&amp;gt;&lt;br /&gt;
# Set the command to: &amp;lt;code&amp;gt;wine &amp;quot;C:\Program Files\EditPlus 2\editplus.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Click the &amp;quot;No Icon&amp;quot; button and select the EditPlus icon you downloaded&lt;br /&gt;
&lt;br /&gt;
===Fonts===&lt;br /&gt;
&lt;br /&gt;
If your Wine apps are using the ugly font that it picks by default, install the Microsoft Tahoma font. It can be downloaded [http://download.microsoft.com/download/office97pro/fonts/1/W95/EN-US/tahoma32.exe here]. Then simply run:&lt;br /&gt;
&lt;br /&gt;
 wine ./tahoma32.exe&lt;br /&gt;
&lt;br /&gt;
and follow the prompts. '''Note:''' installing this font may cause the column marker not display the correct current column. Reason currently unknown.&lt;br /&gt;
&lt;br /&gt;
If you have Debian or a Debian-based distro (such as Ubuntu), you should be able to download and install [http://www.microsoft.com/typography/fonts/default.aspx Microsoft's Core Web Fonts] through &amp;quot;apt-get&amp;quot;:&lt;br /&gt;
 &lt;br /&gt;
 apt-get install msttcorefonts&lt;br /&gt;
&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&lt;br /&gt;
&lt;br /&gt;
 emerge -av corefonts&lt;br /&gt;
&lt;br /&gt;
For other fonts, see [[Fonts]].&lt;br /&gt;
&lt;br /&gt;
===Windows Theme===&lt;br /&gt;
&lt;br /&gt;
The default Windows widgets (buttons, menus, etc) that come with Wine look pretty ugly compared to a nicely polished Gnome interface. Fear not! You can [http://winehq.org/docs/en/wineusr-guide.html#AEN286 change the theme that Wine uses] to make it look more Gnome/WinXP-like.&lt;br /&gt;
&lt;br /&gt;
Create a directory for the theme&lt;br /&gt;
&lt;br /&gt;
 mkdir -p ~/.wine/drive_c/windows/Resources/themes/royale&lt;br /&gt;
&lt;br /&gt;
Download the Royale theme (or you can download manually from [http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml here])&lt;br /&gt;
&lt;br /&gt;
 cd ~&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://download1us.softpedia.com/dl/eb2e6963dc2076d934ab9dda8e9d42a8/4e445941/100013027/software/desktop/Royale_theme.zip&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unzip the downloaded file and move into the directory above&lt;br /&gt;
&lt;br /&gt;
 unzip Royale_theme.zip; cp Royale\ Theme\ for\ Win\ XP.exe ~/.wine/drive_c/windows/Resources/themes/royale&lt;br /&gt;
&lt;br /&gt;
Install Royale theme and follow the prompts&lt;br /&gt;
&lt;br /&gt;
 wine ~/.wine/drive_c/windows/Resources/themes/royale/Royale\ Theme\ for\ Win\ XP.exe&lt;br /&gt;
&lt;br /&gt;
Run &amp;lt;code&amp;gt;winecfg&amp;lt;/code&amp;gt;, under the &amp;quot;Desktop Integration&amp;quot; tab, select the &amp;quot;Media Center style&amp;quot; as the Theme&lt;br /&gt;
&lt;br /&gt;
[[Image:EditPlus-on-Ubuntu-Royale.png|center|frame|EditPlus running under Wine on Ubuntu with the Royale Theme]]&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
&lt;br /&gt;
You may not have realized it in Windows, but under Linux it can be handy to change some default keybindings (e.g. Ctrl+W to close a tab instead of Ctrl+F4). Use Document &amp;gt; Permanent Settings &amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&lt;br /&gt;
&lt;br /&gt;
This tip not only applies to EditPlus, but ANY *nix app. First, install Fuse[http://fuse.sourceforge.net/]. Then install the Fuse filesystem SSHFS [http://fuse.sourceforge.net/sshfs.html]. Now you can mount SFTP at a normal mount-point and open/save files just like you would to a local directory.&lt;br /&gt;
&lt;br /&gt;
==User tools==&lt;br /&gt;
&lt;br /&gt;
If you need to capture the output of your User Tools (Tools-&amp;gt;Configure User Tools), you may have problems (at least with wine version 0.9.46). It seems that wine does not redirect well the output of the programs. The only output from the command line that can be redirected to EditPlus are Windows commands like &amp;quot;dir&amp;quot; or &amp;quot;more&amp;quot;. A workarround is the following:&lt;br /&gt;
*Create a linux shell script with an .exe extension. This shell script must call the aplication you want to execute and write anything interesting in a temporary text file.&lt;br /&gt;
*Create a .bat that calls the previous .exe and prints the temporary text file with &amp;lt;code&amp;gt;more&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example, to capture the output of &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; you can do the following:&lt;br /&gt;
&lt;br /&gt;
Create a text file named &amp;lt;code&amp;gt;compile.exe&amp;lt;/code&amp;gt; with this content&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    make &amp;gt; compileResult.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Create a text file named &amp;lt;code&amp;gt;compile.bat&amp;lt;/code&amp;gt; with this content&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    compile.exe&lt;br /&gt;
    more compileResult.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
use this &amp;lt;code&amp;gt;compile.bat&amp;lt;/code&amp;gt; in Tools-&amp;gt;Configure User Tools&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Known Bugs==&lt;br /&gt;
&lt;br /&gt;
* Internet Explorer within EditPlus does not work.&lt;br /&gt;
* Tools &amp;gt; Preferences does not seem to work in some versions of Wine, and in fact, may cause it to freeze. If this is the case in your version and you need to edit your preferences, you might try:&lt;br /&gt;
*# upgrading your version of Wine&lt;br /&gt;
*# access the Preferences dialog through Project &amp;gt; Manage Project &amp;gt; Edit Project&lt;br /&gt;
*# hand edit the configuration files located in the installation directory (and have a good laugh at the serious misspellings in some of those files). Installation files are usually located in a path like &amp;lt;pre&amp;gt;~/.wine/drive_c/Program Files/EditPlus 2/&amp;lt;/pre&amp;gt;&lt;br /&gt;
* If you happen to be using Synergy at the same time that you're running EditPlus through Wine, and you copy something on a connected Windows box and bring the mouse focus back to Linux, then move the mouse over an open document in EditPlus, EditPlus will crash. It is probably extremely unlikely that you would happen to be running this specific system setup, so this bug will probably not apply to you. Copying and pasting between EditPlus and native Linux programs on the same machine does not appear to be an issue. Note: This appears to be working with 3.10, Ubuntu Intrepid, and Quick Synergy.&lt;br /&gt;
* ''Ctrl S'' for '''Save''' may switch between two open Wine apps with some wine configurations. To workaround this, you can:&lt;br /&gt;
*# change the Editplus hot key for '''Save''' one of two methods:&lt;br /&gt;
*## use the Preferences dialog to change the key binding&lt;br /&gt;
*## edit the Editplus configuration file ''default.key'' in the installation directory&lt;br /&gt;
*# change the wine hot key (tutorial coming soon)&lt;br /&gt;
* Saving larger files over ftp might result in the ftp dialog hanging at 100% with some configurations. The newer wine releases still give you a chance to push the cancel button which after some time will give you a message &amp;quot;cancelled by user&amp;quot; whereas with earlier version all you could do is terminate Editplus.&lt;br /&gt;
* Opening a file may mess up the window drawing under Wine. There are a few ways to correct this (hitting Enter usually works, although this won't work on read-only files if you've set them to be uneditable. The best solution I've found is Alt-D-X (Refresh STX), which redraws the window. You can bind this to a more handy keystroke (e.g. Ctrl-Alt-Z) and just get used to hitting it each time you open a file. There might be a better solution out there...&lt;br /&gt;
&lt;br /&gt;
==Linux/BSD Alternatives==&lt;br /&gt;
If EditPlus under WINE is unacceptable to you, there are Linux/BSD text editors with features comparable to EditPlus.&lt;br /&gt;
&lt;br /&gt;
See [[Alternative Editors#Alternatives editors for Linux/BSD]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[FTP/SFTP#Simple SFTP running EditPlus under Wine]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* Wine Download: http://www.winehq.com/site/download &lt;br /&gt;
* Darwine Download/Information (OS X) http://wiki.osx86project.org/wiki/index.php/Darwine&lt;br /&gt;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Releases</id>
		<title>Releases</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Releases"/>
				<updated>2012-01-20T22:32:25Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by Cheaptaraa (talk) to last revision by Pjarosak&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Version==&lt;br /&gt;
&lt;br /&gt;
v3.21 (build ??), released on December 17, 2010, available from the [http://www.editplus.com/download.html Download Page] or the [ftp://ftp.editplus.com/ EditPlus anonymous FTP].&lt;br /&gt;
&lt;br /&gt;
===Version notes (unofficial)===&lt;br /&gt;
*EditPlus 3 only works on Windows 2000, XP, and Vista, and loses compatibility with Windows 95, 98, and ME. If you have an old Windows system, you can't upgrade to EditPlus 3.&lt;br /&gt;
*EditPlus 3 saves files differently than EditPlus 2: Now it opens the file and overwrites it, which means saved files are no longer moved to the end of the file list in the folder by Windows.&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
'''For installation on computers that do not have EditPlus version 2 installed:'''&lt;br /&gt;
&lt;br /&gt;
1. Run the executable installer, selecting the directories in which INI (settings) and syntax (STX) files should be installed. (Auto-complete (ACP) and cliptext (CTX) files will go in the same directory as syntax files.)&lt;br /&gt;
&lt;br /&gt;
'''For Installation on computers that have EditPlus version 2 installed:'''&lt;br /&gt;
&lt;br /&gt;
1. Do not uninstall version 2. Versions 2 and 3 can co-exist on the same computer.&lt;br /&gt;
&lt;br /&gt;
2. Install version 3 as described above.&lt;br /&gt;
&lt;br /&gt;
3. Copy any non-standard syntax, auto-complete, and cliptext files from the version 2 installation to the location chosen for version 3.&lt;br /&gt;
&lt;br /&gt;
4. Optionally, uninstall version 2 after confirming that version 3 works as desired.&lt;br /&gt;
&lt;br /&gt;
==Latest Patch==&lt;br /&gt;
Patch file to bring the build up 761. Released on January 25, 2011.&lt;br /&gt;
&lt;br /&gt;
Patches can be downloaded from&lt;br /&gt;
[http://www.editplus.com/trouble.html EditPlus Patches page]&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
Extract the files contained inside the ZIP compressed patch file into the EditPlus installation directory.&lt;br /&gt;
&lt;br /&gt;
==Upcoming version==&lt;br /&gt;
None at the moment.&lt;br /&gt;
&lt;br /&gt;
===Beta releases===&lt;br /&gt;
Beta releases are available to beta testers only.&lt;br /&gt;
&lt;br /&gt;
They can be downloaded from&lt;br /&gt;
http://www.editplus.com/beta/beta-en.html&lt;br /&gt;
which is password protected.&lt;br /&gt;
&lt;br /&gt;
To become a betatester and get a password, you must be a registered user of the current version and apply here:&lt;br /&gt;
http://www.editplus.com/betainfo.html&lt;br /&gt;
&lt;br /&gt;
==Localizations==&lt;br /&gt;
See the [[Localization]] page for EditPlus translated into other languages.&lt;br /&gt;
&lt;br /&gt;
==Patch file for v3.21==&lt;br /&gt;
Source: [http://www.editplus.com/trouble.html Troubleshootings page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===CHANGES===&lt;br /&gt;
* The Status Bar couldn't display help messages.&lt;br /&gt;
* 'Add to Project' command in the Directory Window didn't work correctly.&lt;br /&gt;
* 'Edit'-&amp;gt;'Insert'-&amp;gt;'Cliptext' commands could cause program crash.&lt;br /&gt;
* New toolbar buttons for user tools.&lt;br /&gt;
* Supports 'Use Pageant' option for sftp.&lt;br /&gt;
* Internal browser supports IE8 and IE9.&lt;br /&gt;
* Internal browser supports displaying the information bar.&lt;br /&gt;
* Internal browser now opens new window as a tab.&lt;br /&gt;
* Fixes the Status Bar with the Hex Viewer and the Browser Window.&lt;br /&gt;
* 'Use EditPlus in Internet Explorer' option didn't work.&lt;br /&gt;
* 'View'-&amp;gt;'Matching Brace' option could suspend the program in long lines.&lt;br /&gt;
* Combobox 'auto append' option ('Preferences'-&amp;gt;'General').&lt;br /&gt;
* Previous patch build could not display a few English UI elements.&lt;br /&gt;
* View in Browser shouldn't run php if 'web server root directory' option is set.&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.21==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
* 'Use TR1 regular expression' option ('Preferences'-&amp;gt;'General').&lt;br /&gt;
* Customizable toolbar icon for User Tools.&lt;br /&gt;
* 'User tool group' option in the Setting &amp;amp; syntax dialog box.&lt;br /&gt;
* Supports floating window for Output Window and Cliptext/Directory Window.&lt;br /&gt;
* Allows dropping files on the Directory Window.&lt;br /&gt;
* 'Add to Project' command in the Directory Window.&lt;br /&gt;
* 'Copy'/'Move' button on the FTP Settings dialog box.&lt;br /&gt;
* Allows negative value in the line space option.&lt;br /&gt;
* Hides horizontal scrollbar in word wrap mode.&lt;br /&gt;
* Allows saving read-only files.&lt;br /&gt;
&lt;br /&gt;
===Bug fixes===&lt;br /&gt;
* 'Color' button on the HTML Toolbar could cause program crash.&lt;br /&gt;
* 'Delete Duplicated Lines' command on selected text could cause program crash.&lt;br /&gt;
* Selecting 'Open Files'/'Project' from the Directory Window could cause program crash.&lt;br /&gt;
* 'Continue to next file' option on the Find dialog box could cause infinite loop.&lt;br /&gt;
* sftp keyboard-interactive authentication didn't work if password was empty in the setting.&lt;br /&gt;
* File association could cause error message from Explorer.&lt;br /&gt;
* Fixes unusually slow regex search in large files.&lt;br /&gt;
* Preferences dialog box could drop keyboard input on Korean keyboard.&lt;br /&gt;
* Fixes program delay with the Fonts dialog box.&lt;br /&gt;
* Fixes memory leak with the 'Preferences'-&amp;gt;'Fonts' dialog box.&lt;br /&gt;
* Deleting remote directory from the Directory Window could cause memory leak.&lt;br /&gt;
* 'Search Cliptext' command could cause memory leak.&lt;br /&gt;
* On Directory Window, context menu shortcut key shifted down the selection.&lt;br /&gt;
* Changing FTP group in the FTP Setting dialog box from Open Remote did not work correctly.&lt;br /&gt;
* Find dialog box didn't work correctly when moving focus to next split pane.&lt;br /&gt;
* 'File Open dialog restores previous directory' option didn't work.&lt;br /&gt;
* Modifying the file path in the Project dialog box didn't work.&lt;br /&gt;
* 'Remove duplicates' option in the Sort dialog box didn't work with descending order.&lt;br /&gt;
* 'Larger/Smaller Font Size' command didn't work with Custom 1 - 5 fonts.&lt;br /&gt;
* Repeating answer on encoding warning didn't work correctly.&lt;br /&gt;
* Restoring word wrap state didn't work with the 'Wrap after format column number' option.&lt;br /&gt;
* URL highlighting could broke on '(' or ')'.&lt;br /&gt;
* If line space was not 0, Hex Viewer screen could be drawn incorrectly.&lt;br /&gt;
* If line space was not 0, URL highlighting could work incorrectly.&lt;br /&gt;
* On Windows XP classic theme, some color schemes could draw grayed buttons incorrectly.&lt;br /&gt;
* Switching off the 'Sort' option on the Cliptext window restores original order.&lt;br /&gt;
* 'Help'-&amp;gt;'Feedback and Support' menu command didn't work.&lt;br /&gt;
* Makes the Sort option on the Function List case insensitive.&lt;br /&gt;
* 'Tile Horizontal/Vertical' command follows Selector Window button order.&lt;br /&gt;
* HTML Toolbar state could not be restored in normal documents.&lt;br /&gt;
* In the Open Remote dialog box, Alt+A mnemonic didn't work.&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.20==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
* Hex viewer ('File'-&amp;gt;'Open'-&amp;gt;'Encoding')&lt;br /&gt;
* Supports FTP Groups.&lt;br /&gt;
* Windows 7 style File Open/Save dialog box.&lt;br /&gt;
* Polished UI elements.&lt;br /&gt;
* 'Cliptext' option added to the 'Settings &amp;amp; syntax' dialog box.&lt;br /&gt;
* 'Text to Speech' command (Tools menu).&lt;br /&gt;
* 'Load project files on selected' option on the Project dialog box.&lt;br /&gt;
* ^@ inserts current date in the Cliptext.&lt;br /&gt;
* Cliptext supports removing text around the hotspot.&lt;br /&gt;
* Restores word wrap status for recent documents.&lt;br /&gt;
* Restores window split status for recent documents.&lt;br /&gt;
* 'Minimize as Tray Icon' menu option ('Window'-&amp;gt;'Others').&lt;br /&gt;
* -m command line option for 'run minimized'.&lt;br /&gt;
* Supports #NUMBER_PATTERN=pas, #NUMBER_PATTERN=asm in the syntax file.&lt;br /&gt;
* 'Insert File' command allows inserting multiple files.&lt;br /&gt;
* System code page list shows 'EUC-JP' if available.&lt;br /&gt;
* 'Numeric sort' option added to the Sort dialog box.&lt;br /&gt;
* Ctrl+Enter key inserts a blank line.&lt;br /&gt;
* Toolbar button for 'ANSI to HTML Entity' command.&lt;br /&gt;
* Moves the 'Embedded script' color option to the 'Preferences'-&amp;gt;'Colors' dialog box.&lt;br /&gt;
&lt;br /&gt;
===Bug fixes===&lt;br /&gt;
* Fixes incorrect maximized window on Windows 7 secondary monitor.&lt;br /&gt;
* EditPlus wouldn't start up when toolbar settings were wrong.&lt;br /&gt;
* 'Sort' on column selection could cause program crash.&lt;br /&gt;
* URL highlight did not work correctly in word wrap mode.&lt;br /&gt;
* 'Set Directories' dialog box could not accept environment variables.&lt;br /&gt;
* The directory view could not handle Enter key.&lt;br /&gt;
* When renaming in the directory tree, Esc key did not work.&lt;br /&gt;
* 'Go to URL' command could not handle non-English letters.&lt;br /&gt;
* Fixes a bug for the line space option.&lt;br /&gt;
* 'Sort' option on the Project dialog box was not persistent.&lt;br /&gt;
* Selections in 'Fixedsys' font could not display line breaks correctly.&lt;br /&gt;
* When saving new file, if path includes '.', txt file extension could not be added automatically.&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.12==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
&amp;lt;feature&amp;gt;&lt;br /&gt;
* Restores folding state for recent files.&lt;br /&gt;
* 'Continue to next file' option on the Find dialog box.&lt;br /&gt;
* Directory window keeps previously opened folder icons.&lt;br /&gt;
* Directory Window supports displaying open file list.&lt;br /&gt;
* Larger/Smaller Font Size command ('View'-&amp;gt;'Screen Font').&lt;br /&gt;
* Supports UTF-8 text in the Output Window.&lt;br /&gt;
* #NESTED_COMMENT=y syntax file statement for nested comments.&lt;br /&gt;
* Color option for marked lines ('Preferences'-&amp;gt;'Colors')&lt;br /&gt;
* Allows Ctrl+A key in the Window List and Directory Window.&lt;br /&gt;
* 'Web server root directory' option accepts https://&lt;br /&gt;
* 'Turn off sounds' option ('Preferences'-&amp;gt;'General').&lt;br /&gt;
* 'Show full path in the title bar' option ('Preferences'-&amp;gt;'Layout').&lt;br /&gt;
* -s command line option (Syntax directory).&lt;br /&gt;
* Toolbar button for Playback Multiple.&lt;br /&gt;
* Toolbar button for the 'Document'-&amp;gt;'Auto Complete' option.&lt;br /&gt;
* Increases max file type number to 50.&lt;br /&gt;
* Horizontal scrollbar for the directory pane.&lt;br /&gt;
* 'Show Current Folder Only' option (Directory popup menu).&lt;br /&gt;
&lt;br /&gt;
===Bug fixes===&lt;br /&gt;
* Canceling FTP upload could cause program crash.&lt;br /&gt;
* 'Delete Blank Lines' command could cause program crash.&lt;br /&gt;
* Auto Run user tool could not play keystroke recordings.&lt;br /&gt;
* Installer could display a warning message on Windows 7.&lt;br /&gt;
* Fixes incorrect cursor movement in Thai language.&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.11==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
* 'Send PWD after each interval' FTP option.&lt;br /&gt;
* Allows custom file filter on the Directory Window.&lt;br /&gt;
* 'Save current file' option for user tool setting.&lt;br /&gt;
* 'FTP account' option on the Project dialog box.&lt;br /&gt;
* 'Directory name' option in the Project dialog box.&lt;br /&gt;
* Upload dialog box accepts drag and drop.&lt;br /&gt;
* 'Undo/Redo All' commands ('Edit'-&amp;gt;'Clipboard').&lt;br /&gt;
* 'Delete Empty Lines' command ('Edit'-&amp;gt;'Delete').&lt;br /&gt;
* 'Delete Duplicated Lines' command ('Edit'-&amp;gt;'Delete').&lt;br /&gt;
* Supports syntax highlighting of backup files.&lt;br /&gt;
* Allows multiple selections on the Output Window.&lt;br /&gt;
* 'Import/Export' button on the 'Set Directories' dialog box.&lt;br /&gt;
* Toolbar button for 'Close Others'.&lt;br /&gt;
&lt;br /&gt;
===Bug fixes===&lt;br /&gt;
* Cancel button on the FTP transfer screen works immediately.&lt;br /&gt;
* Directory Window did not work with certain file extensions.&lt;br /&gt;
* Displays 'Remove Leading Spaces' command in the popup menu too.&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.10==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
* Visual Style for toolbar background&lt;br /&gt;
* 'Exclude' option added on the Find in Files.&lt;br /&gt;
* 'Cache directory content' added on the FTP Settings dialog box.&lt;br /&gt;
* 'Find Window' command (Window menu).&lt;br /&gt;
* 'Next/Prev Function' commands (Search menu).&lt;br /&gt;
* Supports align of column selection.&lt;br /&gt;
* Allows decimal point for 'auto save interval'.&lt;br /&gt;
* Document Selector setting for max/min number of rows ('Preferences'-&amp;gt;'Layout').&lt;br /&gt;
* 'Close Others' command added to the Document Selector.&lt;br /&gt;
* Resizable project dialog box.&lt;br /&gt;
* 'Show project name on the title bar' option ('Project'-&amp;gt;'Edit Project').&lt;br /&gt;
* 'No Recent File list' option ('Preferences'-&amp;gt;'Files').&lt;br /&gt;
* 'Invert Markers' command ('Search'-&amp;gt;'Markers').&lt;br /&gt;
* 'Reload All' command ('File'-&amp;gt;'Others').&lt;br /&gt;
* 'Check the Latin alphabet only' spell checker option.&lt;br /&gt;
* 'Stop at the end of file' option for the 'Playback Multiple' command.&lt;br /&gt;
* 'Stay open' option on the Function List dialog box.&lt;br /&gt;
* 'Next/Prev Document Row' command ('Window'-&amp;gt;'Others').&lt;br /&gt;
* 'Always binary type for gif, jpg, png files' option (Upload dialog box).&lt;br /&gt;
* 'Remove Line' command (Output Window).&lt;br /&gt;
* 'Remove Leading Spaces' command ('Edit'-&amp;gt;'Format').&lt;br /&gt;
* 'Close if found' option (Find dialog box).&lt;br /&gt;
* 'Cliptext Item 1 - 10' commands ('Edit'-&amp;gt;'Cliptext').&lt;br /&gt;
* 'Enable Auto Run Groups' option ('Tools'-&amp;gt;'User Tool Groups').&lt;br /&gt;
&lt;br /&gt;
===Bug fixes===&lt;br /&gt;
* FTP did not work if username contains '@' sign.&lt;br /&gt;
* 'Open With' from Explorer could fail in some cases.&lt;br /&gt;
* sftp could cause stack overflow crash.&lt;br /&gt;
* '(' letter in the remote file name could cause program crash.&lt;br /&gt;
* Code Folding feature could significantly slow down the file loading.&lt;br /&gt;
* Recent Files list had duplicated lists for remote files.&lt;br /&gt;
* 'Rename' could fail if file did not appear on the Directory Window.&lt;br /&gt;
* 'Begin/End Column' did not work correctly with horizontal scroll.&lt;br /&gt;
* 'Tabs to Spaces' conflicted with the code folding feature.&lt;br /&gt;
* Some sftp site could cause program crash.&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.01==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
This is a bug patch release which accumulates previous bug patch files.&lt;br /&gt;
* The default encoding of open file follows system language instead of keyboard language.&lt;br /&gt;
* User tool setting could not handle more than 500 characters.&lt;br /&gt;
* Increases max number of projects to 500.&lt;br /&gt;
* 'New' command on the Cliptext Window did not work.&lt;br /&gt;
* Default encoding setting did not apply to new document.&lt;br /&gt;
* Upward Regular expression replace did not work correctly.&lt;br /&gt;
* 'Cut Marked Lines' did not work correctly with selected text.&lt;br /&gt;
* -n command-line option did not work with existing instance.&lt;br /&gt;
* Browser menu could temporarily cause program freeze.&lt;br /&gt;
* Regular expression '.' could cause program crash.&lt;br /&gt;
* Supports RSA signature algorithm for sftp.&lt;br /&gt;
* Fixes a keyboard input bug with Korean special characters.&lt;br /&gt;
* Supports 'Auto Run' user tool groups.&lt;br /&gt;
* 'Color' and 'Table' button did not work correctly on secondary monitor.&lt;br /&gt;
* 'Hide output' option for the user tool setting.&lt;br /&gt;
* Supports file type based on the first line of file.&lt;br /&gt;
* 'Keyboard Map' did not display the correct result.&lt;br /&gt;
* Replace in column selection could cause program crash.&lt;br /&gt;
* Opening a file from project could cause program crash if the file does not exist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.00==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
* Improved Unicode compatibility.&lt;br /&gt;
* 'Enable visual style for toolbars' option ('Preferences'-&amp;gt;'Tools').&lt;br /&gt;
* 'Match Tag'/'Select Tag' command ('Search' menu).&lt;br /&gt;
* Allows drag and drop for the Document Selector tabs.&lt;br /&gt;
* Automatically adjusts the number of rows on the Document Selector.&lt;br /&gt;
* 'Restore cursor/markers/encoding of recent files' option ('Preferences'-&amp;gt;'General').&lt;br /&gt;
* Automatically adds file extension if the file type has only one extension.&lt;br /&gt;
* 'Rename' command ('File'-&amp;gt;'Others').&lt;br /&gt;
* 'Current project' option in the Find in Files dialog box.&lt;br /&gt;
* 'An additional file name (allows * and ?)' option ('Preferences'-&amp;gt;'Settings &amp;amp; syntax'-&amp;gt;'More').&lt;br /&gt;
* Supports secondary function pattern option.&lt;br /&gt;
* 'Toggle Folding' command ('View'-&amp;gt;'Code Folding').&lt;br /&gt;
* 'Add Dir' button on the 'Preferences'-&amp;gt;'Project'.&lt;br /&gt;
* Supports 'Sort' button on the Window List.&lt;br /&gt;
* Supports 'Copy Name' button on the Window List.&lt;br /&gt;
* Function Pattern dialog box supports 'Partial display' option.&lt;br /&gt;
* 'Previous' button instead of Up/Down on the Find dialog box.&lt;br /&gt;
* $(AppDir) argument macro added.&lt;br /&gt;
* Supports font option for the Document Selector.&lt;br /&gt;
* Supports auto save as *.tmp file for unnamed buffers.&lt;br /&gt;
* 'Up'/'Down' button on the Window List supports multiple selections.&lt;br /&gt;
* Duplicate Line command supports multi-line selection.&lt;br /&gt;
* 'Open Selection' command supports multi-line selection.&lt;br /&gt;
* Native support for tilt wheel on Vista.&lt;br /&gt;
* Supports horizontal scroll by SHIFT + mouse wheel.&lt;br /&gt;
* -wd command line option for specifying directory to save the workspace.&lt;br /&gt;
* 'Transparent' command ('Window'-&amp;gt;'Others').&lt;br /&gt;
* 'Remove from Project' command ('Project'-&amp;gt;'Manage Project').&lt;br /&gt;
* Supports 'Up'/'Down' button on the 'Preferences'-&amp;gt;'Settings &amp;amp; syntax' dialog box.&lt;br /&gt;
* 'Copy URL' command ('Edit'-&amp;gt;'Clipboard' menu).&lt;br /&gt;
* 'User tool group' option on the 'Preferences'-&amp;gt;'Project' dialog box.&lt;br /&gt;
* 'Move Up/Down' command ('Edit'-&amp;gt;'Others').&lt;br /&gt;
* 'Change File Encoding'/'File Encoding Multiple' commands ('Document'-&amp;gt;'File Encoding').&lt;br /&gt;
* Displays current project name on the title bar.&lt;br /&gt;
* 'Next/Prev Project' command ('Project'-&amp;gt;'Manage Project').&lt;br /&gt;
* Allows CHMOD on multiple files.&lt;br /&gt;
* 'Allow Drag &amp;amp; Drop' option ('Edit'-&amp;gt;'Others').&lt;br /&gt;
* New toolbar buttons: Find Next/Prev Word, Toggle Folding, Sum, Last Visited, Character Count.&lt;br /&gt;
&lt;br /&gt;
===Bug fixes===&lt;br /&gt;
* FTP status of 100% could cause program crash.&lt;br /&gt;
* Some sftp servers could cause program freeze.&lt;br /&gt;
* Regular expression in Find in Files dialog box could cause program crash.&lt;br /&gt;
* 'Save wrapped lines with CR/LF' option could corrupt file.&lt;br /&gt;
* Replace All could incorrectly hide folded lines.&lt;br /&gt;
* 'Subdirectory' FTP setting did not work correctly on VMS servers.&lt;br /&gt;
* '$' regular expression did not work correctly.&lt;br /&gt;
* Search Document command could omit some words.&lt;br /&gt;
* Improved Vista UAC compatibility.&lt;br /&gt;
* 'Sum' command could not handle minus value.&lt;br /&gt;
* Fixes display error when selecting by word.&lt;br /&gt;
* Fixes a screen update bug with auto completion in word wrap mode.&lt;br /&gt;
* Extending column selection with 'Shift + click' didn't work.&lt;br /&gt;
* 'Decrease Indent' command did not work correctly with column selections.&lt;br /&gt;
* 'Create File' did not work on disconnected FTP server.&lt;br /&gt;
* Suppresses auto completion in C/C++ preprocessor directives.&lt;br /&gt;
* Keystroke recording could not handle the Insert key.&lt;br /&gt;
* Highlighted matching braces could not be restored when changing focus.&lt;br /&gt;
* Replace dialog box with regex did not work upward.&lt;br /&gt;
* Suppresses combo box auto completion when pasting.&lt;br /&gt;
* 'Use EditPlus in Internet Explorer' didn't work as expected in Vista.&lt;br /&gt;
* Reset button on the 'Preferences'-&amp;gt;'Toolbar' did not work correctly.&lt;br /&gt;
* Fixes a bug with the Korean input method editor.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Talk:Main_Page</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Talk:Main_Page"/>
				<updated>2011-12-03T00:27:36Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by ChrisCullen (talk) to last revision by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Spam on the main page==&lt;br /&gt;
The main page is getting spammed to bits, can nothing be done about this?&lt;br /&gt;
: Spam filters seem to be working. Last spam deletion is dated 16 February 2006.&lt;br /&gt;
:: May be it's time to update spam filters.&lt;br /&gt;
::: Also, can't we make this Wiki editable only by registered users, to reduce spam...? Contributions are spare anyway, so there's little sense in keeping it open to unregistered visitors.&lt;br /&gt;
:::*I agree. --[[User:66.120.20.70|66.120.20.70]] 13:02, 30 March 2007 (PDT)&lt;br /&gt;
::::Done.--[[User:WikiSysop|WikiSysop]] 00:50, 11 July 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Firefox</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Firefox"/>
				<updated>2011-12-02T01:25:15Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by Solo230 (talk) to last revision by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Firefox''' is a free, open source web browser from the [http://www.mozilla.org/foundation/ Mozilla Foundation] popular among web designers and developers.&lt;br /&gt;
&lt;br /&gt;
==Edit Source with EditPlus==&lt;br /&gt;
You can view the HTML page source with EditPlus using one of the following two Firefox extensions:&lt;br /&gt;
&lt;br /&gt;
#[http://gemal.dk/mozilla/launchy.html Launchy]&amp;lt;BR&amp;gt;After installing the extension, just right-click on the background, select Launchy &amp;gt; View Source in EditPlus.&lt;br /&gt;
#[http://dafizilla.sourceforge.net/viewsourcewith/ ViewSourceWith]&amp;lt;br&amp;gt;This is a new extension that let's you define the program you want to use (from within your extensions manager after install) and then it adds &amp;quot;View Source with EditPlus&amp;quot; to your right-click context menu. &lt;br /&gt;
&lt;br /&gt;
Both of these programs provide a button which you can add to your toolbar by right-clicking on it and selecting &amp;quot;Customize&amp;quot;.  Then drag the Launchy or the ViewSourceWith icon to your toolbar.&lt;br /&gt;
&lt;br /&gt;
==Firefox extensions retrocompatibility==&lt;br /&gt;
When upgrading to a new major version of Firefox (for example, from v1.5 to v2.0), some extensions may cease to work, because the author only declared compatibility up to the current Firefox version. If the author ceased the development of his extension and doesn't update it to make it compatible to the new Firefox version, you can attempt to force compatibility using the &amp;quot;Make compatible&amp;quot; function of the Firefox extension [http://users.blueprintit.co.uk/~dave/web/firefox/nightly Nightly Tester Tools].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://www.mozilla.com/en-US/firefox/ Firefox homepage]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Running_on_a_USB_flash_drive</id>
		<title>Running on a USB flash drive</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Running_on_a_USB_flash_drive"/>
				<updated>2011-12-02T01:25:07Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by Solo230 (talk) to last revision by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;As we all already know, EditPlus is an extremely handy and efficient text editor.  Wouldn't it be nice if you could install EditPlus on a portable USB flash drive (aka thumbdrive, Flash Drive, USB jump drive) so that you can take it anywhere.  Are you a programming student or web design student?  Does your school's computers have USB ports? If so, this tutorial is for you.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
In order to install EditPlus on your thumb drive, you will need the following:&lt;br /&gt;
   * A computer with Admin privileges (your computer at home, for instance)&lt;br /&gt;
   * A USB flash drive (jumpdrive, thumbdrive, portable USB hard drive, whatever...)&lt;br /&gt;
   * Access to the internet.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
'''Step 1)''' Find a computer where you have administrative privileges, like your home computer (hopefully).  Chances are, you won't be able to do this on a properly secured school computer.&lt;br /&gt;
&lt;br /&gt;
'''Step 2)''' Visit EditPlus.com and download the installation files.&lt;br /&gt;
&lt;br /&gt;
'''Step 3)''' Install EditPlus on your USB flash drive.&lt;br /&gt;
&lt;br /&gt;
'''Step 4)''' If you haven't done so already, purchase EditPlus. Support this great software.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
USB flash drives are automatically assigned a drive letter by Windows.  Chances are, that the drive letter assigned to your flash drive will vary depending on the classroom or lab the computer is in.  If you open EditPlus and it says that it cannot find any of the configuration files, continue loading EditPlus while canceling all the error boxes that appear.  Then, in EditPlus, click on ''Tools -&amp;gt; Ini File Directory''. Change this from &amp;quot;E:\EditPlus&amp;quot; to &amp;quot;.&amp;quot;.  This will place all INI configuration files in the directory EditPlus is launched from.&lt;br /&gt;
&lt;br /&gt;
Now you need to change the file paths in the INI files.&lt;br /&gt;
You can do it either from inside the application or editing configuration files manually.&lt;br /&gt;
&lt;br /&gt;
If you want to do that from EditPlus, open the Preferences by clicking ''Tools -&amp;gt; Preferences''.  The first thing to update is the syntax highlighting and auto completion in ''Preferences -&amp;gt; Files -&amp;gt; Settings &amp;amp; syntax''.  Select each file type and delete the file path in front of the filename.  In other words, change &amp;quot;E:\EditPlus\cpp.stx&amp;quot; to &amp;quot;cpp.stx&amp;quot; and repeat for HTML, Perl, etc. If you prefer to keep a path, use &amp;quot;.\&amp;quot; (which means &amp;quot;current directory&amp;quot; in front of the file name; example: &amp;quot;.\cpp.stx&amp;quot;).  The next thing to update is the template files in ''Preferences -&amp;gt; Files -&amp;gt; Templates''.  The last change is to update the Spell checker dictionary in ''Preferences -&amp;gt; Tools -&amp;gt; Spell checker''.  Once you are changed all the file types and templates click ''Apply''.&lt;br /&gt;
&lt;br /&gt;
If you prefer to edit configuration files (which is probably quicker), open &amp;quot;template.ini&amp;quot; and &amp;quot;setting.ini&amp;quot; and replace any occurrence of &amp;quot;X:\Program Files\EditPlus 2&amp;quot; (or the actual path where your copy of EditPlus was stored) as &amp;quot;.&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The last file path is the &amp;quot;WorkSpace Path&amp;quot; parameter in &amp;quot;editplus.ini&amp;quot; (where files are saved by default). Change it to &amp;quot;.&amp;quot;. However such path contains the last directory you've used to load or save files and it's likely to be changed regularly.&lt;br /&gt;
&lt;br /&gt;
If you get an error message when you open a file simply click ''Document -&amp;gt; Refresh STX/ACP''.&lt;br /&gt;
&lt;br /&gt;
== Potential Problems ==&lt;br /&gt;
'''EditPlus v2.21.381'''&lt;br /&gt;
&lt;br /&gt;
One thing I've noticed is EditPlus does not respect the 'INI File Directory' setting when opened by the shell extension (eg. [right-click]-&amp;gt;EditPlus). The problem occurs when EditPlus is not running, and then opened with a right click, EditPlus looks for all the syntax/ctl/acp files in the folder where editplus.exe is located and not where they have been defined to be from the ini files. This behavior is inconsistent so it is most likely a bug.&lt;br /&gt;
&lt;br /&gt;
I have setup EditPlus to have all relative paths with files sorted into appropriate folders as shown below, which works fine when editplus is opened first and the file to be edited is opened second:&lt;br /&gt;
&lt;br /&gt;
 ├───acp_files&lt;br /&gt;
 ├───apps&lt;br /&gt;
 │   ├───cobol&lt;br /&gt;
 │   ├───esc&lt;br /&gt;
 │   ├───html_tidy&lt;br /&gt;
 │   ├───par&lt;br /&gt;
 │   └───php&lt;br /&gt;
 ├───ctl_files&lt;br /&gt;
 ├───dictionary  // (user-dict)&lt;br /&gt;
 ├───ini_files&lt;br /&gt;
 ├───syntax_files&lt;br /&gt;
 ├───templates&lt;br /&gt;
 ├─.(dll's and all other files)&lt;br /&gt;
 ├─editplus.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Feature Requests#Portable EditPlus|Feature Requests for Portable EditPlus]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Keyboard_Shortcuts</id>
		<title>Keyboard Shortcuts</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Keyboard_Shortcuts"/>
				<updated>2011-03-11T04:44:22Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by BugCleaner (Talk) to last revision by Adam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Viewing Keyboard Shortcuts ==&lt;br /&gt;
Help &amp;amp;rarr; Keyboard Map displays the currently assigned keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
== Changing Keyboard Shortcuts ==&lt;br /&gt;
&lt;br /&gt;
To change your keyboard shortcuts go to Tools &amp;amp;rarr; Preferences &amp;amp;rarr; Keyboard. Next select the Type of shortcut (very similar to the pulldown menus), then select a Command you wish to change.&lt;br /&gt;
&lt;br /&gt;
== Recommended Keyboard Shortcuts to Add ==&lt;br /&gt;
&lt;br /&gt;
Modifying the default keyboard shortcut keys allows you to take advantage of potential shortcuts that do not come as defaults in EditPlus. Below is a list of recommendations from users.  &lt;br /&gt;
&lt;br /&gt;
=== To allow easy switching of documents ===&lt;br /&gt;
(Type: Window)&lt;br /&gt;
* WindowPrev as Alt + Left Arrow   (Ctrl+shift+Tab)&lt;br /&gt;
* WindowNext as Alt + Right Arrow  (Ctrl+Tab)&lt;br /&gt;
&lt;br /&gt;
=== Easily close current document ===&lt;br /&gt;
(Type: File)&lt;br /&gt;
* FileClose as Ctrl + W&lt;br /&gt;
&lt;br /&gt;
=== Easily switch the current file type ===&lt;br /&gt;
&lt;br /&gt;
This lets you quickly set the syntax highlighting to use after pasting some text into a temporary document.&lt;br /&gt;
&lt;br /&gt;
(Type: Document)&lt;br /&gt;
* DocChangeSyntax as Ctrl + Shift + T&lt;br /&gt;
&lt;br /&gt;
=== FTP Shortcuts ===&lt;br /&gt;
(Type: File)&lt;br /&gt;
* FileOpenRemote as Ctrl + Alt + O&lt;br /&gt;
* FileSaveRemote as Ctrl + Alt + S&lt;br /&gt;
&lt;br /&gt;
=== HTML Shortcuts ===&lt;br /&gt;
(Type: HTML)&lt;br /&gt;
* HTMLBreak (&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;) as Shift + Enter&lt;br /&gt;
* HTMLNbsp (&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;) as Shift + Space&lt;br /&gt;
* HTMLParagraph (&amp;lt;tt&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/tt&amp;gt;) as Ctrl + Enter&lt;br /&gt;
&lt;br /&gt;
== Suggested Keyboard Shortcut Changes ==&lt;br /&gt;
&lt;br /&gt;
Ctrl + D: inserting the current date is something I rarely use, so I have this key delete the current line instead&lt;br /&gt;
* Old command: EditDate&lt;br /&gt;
* New command: EditDeleteLine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
F5: if you don't use the cliptext or directory windows you may want this key to reload the current document&lt;br /&gt;
* Old command: ViewToggleFocus&lt;br /&gt;
* New command: DocReload&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Alternative_Editors</id>
		<title>Alternative Editors</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Alternative_Editors"/>
				<updated>2010-07-21T04:16:43Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by Coralie (Talk) to last version by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How does EditPlus compare to other text editors with similar feature sets? If you've switched to EditPlus from another comparable editor, or if you've left EditPlus in the dust, describe why here.&lt;br /&gt;
Please notice that EditPlus has a customizable Auto-Complete feature that other text editors might not have and they, therefore, would not compare this feature in their feature comparing matrix. And the indent-wrap feature (the wrapped lines are also indented) is mostly lacking in other editors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Windows=&lt;br /&gt;
&lt;br /&gt;
==Boxer==&lt;br /&gt;
*[http://www.boxersoftware.com/ Boxer] ''(shareware)''&lt;br /&gt;
Boxer is definitely a full-featured editor that's worth a look.  Whether or not one prefers it to EditPlus will be a matter of personal preference.  There's a complete list of Boxer's features [http://www.boxersoftware.com/pgfeat.htm here].&lt;br /&gt;
&lt;br /&gt;
==HTML Kit==&lt;br /&gt;
*[http://www.chami.com/html-kit/ HTML Kit] ''(shareware)''&lt;br /&gt;
&lt;br /&gt;
==jEdit==&lt;br /&gt;
*[http://www.jedit.org/ jEdit - Programmer's Text Editor] ''(GPL license)''&lt;br /&gt;
jEdit is free. It is written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows. This also means that is is slower than EditPlus. It is missing some EditPlus functionality, but it has a number of advantages:&lt;br /&gt;
*Built-in macro language; extensible plugin architecture. Dozens of macros and plugins available.&lt;br /&gt;
*Plugins can be downloaded and installed from within jEdit using the &amp;quot;plugin manager&amp;quot; feature.&lt;br /&gt;
*Auto indent, and syntax highlighting for 122 languages.&lt;br /&gt;
*Folding for selectively hiding regions of text.&lt;br /&gt;
*Highly configurable and customizable.&lt;br /&gt;
&lt;br /&gt;
==TextPad==&lt;br /&gt;
*[http://www.textpad.com/ TextPad] ''(shareware)''&lt;br /&gt;
&lt;br /&gt;
(A new version of TextPad [v5.0] was released in March 2007.)&lt;br /&gt;
&lt;br /&gt;
Two words: file comparison.&lt;br /&gt;
Textpad is also a very good text editor. However, development on it has languished - the last release was June '04. It does have a built in file comparison tool, but lacks builtin FTP support, which is what led me to switch to Editplus.&amp;lt;br/&amp;gt;&lt;br /&gt;
Also, the shortcuts are not standardized. Ctrl+F does not open the search box but starts a search with the previously used search term (unless you switch to Microsoft compatibility mode in the settings screens).&lt;br /&gt;
&lt;br /&gt;
==UltraEdit==&lt;br /&gt;
*[http://www.ultraedit.com/ UltraEdit] ''(shareware)''&lt;br /&gt;
UltraEdit has a built in FTP and SFTP feature, which works OK. It also has the rest of the features, even though they have not been attached to convenient shortcuts. The text editor as such is not the greatest, but it does the job. There are a few screen bugs when scrolling and selecting. The syntax highlight is completely customizable but acting &amp;quot;weird&amp;quot; at times.&lt;br /&gt;
&lt;br /&gt;
Additionally, it has the very useful ability to edit &amp;quot;Raw&amp;quot; files, that is, you can edit the file in Hex format, byte by byte.&lt;br /&gt;
&lt;br /&gt;
The syntax highlight is very customizable upto a point - but not flexible enough for some. And over-complicated too. &lt;br /&gt;
&lt;br /&gt;
The search feature has a useful &amp;quot;list lines containing string&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
*Only* reason to use this over editplus is the code-folding and the Color Selector.&lt;br /&gt;
&lt;br /&gt;
==EditPad==&lt;br /&gt;
*[http://www.editpadpro.com/index.html EditPad Pro] ''(shareware)''&lt;br /&gt;
*[http://www.editpadpro.com/editpadlite.html EditPad Lite] ''(free for non commercial use, not open source)''&lt;br /&gt;
&lt;br /&gt;
==PSPad==&lt;br /&gt;
*[http://www.pspad.com/en/ PSPad] ''(freeware, not open source)''&lt;br /&gt;
Excellent editor with many interesting features which include ability to script using JavaScript, and the Code Explorer.&lt;br /&gt;
&lt;br /&gt;
==SciTE==&lt;br /&gt;
*[http://www.scintilla.org/SciTE.html SciTE] ''(freeware, open source)''&lt;br /&gt;
&amp;quot;SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.&amp;quot;&lt;br /&gt;
Includes: syntax highlighting, code folding, column selecting, find and replace using regular expressions, find in files (search multiple files at once).&lt;br /&gt;
&lt;br /&gt;
==Notepad++==&lt;br /&gt;
*[http://notepad-plus.sourceforge.net/ Notepad++] ''(GPL license)''&lt;br /&gt;
Notepad++ is a free source code editor which supports several programming languages, running under the MS Windows environment.&amp;lt;br /&amp;gt;&lt;br /&gt;
This project -- based on the Scintilla edit component -- is written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program).&lt;br /&gt;
&lt;br /&gt;
==Multi-Edit==&lt;br /&gt;
*[http://www.multieditsoftware.com Multi-Edit] ''(shareware)''&lt;br /&gt;
A very good and mature product with a powerful macro language.&lt;br /&gt;
For a comparison of the features between Multi-Edit and the other leading editors (including EditPlus) click [http://www.multieditsoftware.com/MEvsMISC.php here]&lt;br /&gt;
&lt;br /&gt;
==Zeus For Windows==&lt;br /&gt;
*[http://www.zeusedit.com/ Zeus for Windows] ''(shareware)''&lt;br /&gt;
Zeus offers the standard set of internet editing features like HTML syntax highlighting, built-in FTP/SFTP editing and checking HTML code for W3C conformance using Tidy HTML.&lt;br /&gt;
But it also offers many more programmer specific  features like code folding, class browsing, intellisensing, macro scripting, project/workspace management, integrated version control [http://www.zeusedit.com/features.html and more].&lt;br /&gt;
&lt;br /&gt;
==Crimson Editor==&lt;br /&gt;
*[http://www.crimsoneditor.com/ Crimson Editor] ''(freeware, also newly open sourced)''&lt;br /&gt;
Crimson Editor is a freeware editor for Windows with customizable syntax highlighting and macro recording support. Also, the interface and functionalities look very similar to older versions of EditPlus. Excellent choice for EditPlus users who have to work on Windows servers, where it can be used to replace Notepad without the need for licenses.&lt;br /&gt;
&lt;br /&gt;
The developer recently released the source code as he no longer has the time to devote to it.&lt;br /&gt;
&lt;br /&gt;
=Notepad replacements for Windows=&lt;br /&gt;
''Not a real alternative to EditPlus, nor an editor for coders. They're rather a replacement for the standard Notepad that comes with Microsoft Windows.''&lt;br /&gt;
&lt;br /&gt;
==Notepad2==&lt;br /&gt;
*[http://www.flos-freeware.ch/notepad2.html Notepad2] ''(freeware, open source)''&lt;br /&gt;
Notepad replacement based on the Scintilla editing component. Supports syntax highlighting, regex search/replace, DOS/UNIX/Mac line endings, Unicode, and bookmarks. However, as a notepad replacement, will only open one file per instance, can't define new languages for highlighting (without recompiling), and doesn't support code folding. An excellent notepad replacement, none the less.&lt;br /&gt;
&lt;br /&gt;
==TheGun==&lt;br /&gt;
*[http://www.movsd.com/thegun.htm TheGun] ''(freeware)''&lt;br /&gt;
TheGun is entirely coded in Microsoft Assembler (MASM) using the Windows API functions. File size is 6k (6144 bytes). It doesn't require installation, it doesn't write in the registry, and doesn't use external DLLs. It comes with a configuration file (SETGUN.EXE) that patches the executable according to the user's preferences, so it doesn't need to load an INI file.&amp;lt;br /&amp;gt;&lt;br /&gt;
It can open any kind of file (even binary data) and it has no size limit.&lt;br /&gt;
&lt;br /&gt;
==RogSoft NotePad+==&lt;br /&gt;
*[http://www.mypeecee.org/rogsoft/ RogSoft NotePad+] ''(freeware, not open source)''&lt;br /&gt;
Notepad replacement able to open multiple documents.&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Linux/BSD=&lt;br /&gt;
''If [[Running on Linux|EditPlus under WINE]] is unacceptable to you, try the following Linux/BSD text editors with features comparable to EditPlus.''&lt;br /&gt;
&lt;br /&gt;
==KATE==&lt;br /&gt;
*[http://kate.kde.org/ KATE (KDE Advanced Text Editor)] ''(GPL license)''&lt;br /&gt;
&amp;quot;Kate is a multi document editor, based on a rewritten version of the kwrite editing widget of KDE, offering all the features of that plus a bunch of its own.&amp;quot;  It supports projects and syntax highlighting.&lt;br /&gt;
&lt;br /&gt;
==Bluefish==&lt;br /&gt;
*[http://bluefish.openoffice.nl/ Bluefish] ''(GPL license)''&lt;br /&gt;
Top EditPlus shared features: projects, syntax highlighting, auto-complete, ClipText-like panel, POSIX Regex (and Perl!), custom shortcut keys, run custom external applications. It requires GTK 2.0 or newer (GTK 2.4 or newer is recommended).&amp;lt;br /&amp;gt;&lt;br /&gt;
On Debian and Ubuntu it can be installed using APT: '''apt-get install bluefish'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Gentoo it can be installed using emerge: ''' emerge -av bluefish '''.&lt;br /&gt;
&lt;br /&gt;
==SciTE==&lt;br /&gt;
*[http://www.scintilla.org/SciTE.html SciTE] ''(freeware, open source)''&lt;br /&gt;
&amp;quot;SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.&amp;quot;&lt;br /&gt;
It requires GTK+.&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Linux shell=&lt;br /&gt;
&lt;br /&gt;
==JED==&lt;br /&gt;
*[http://www.jedsoft.org/jed/ JED] ''(freeware, open source)''&lt;br /&gt;
Not nearly as powerful as EditPlus, but probably the easiest text editor for Linux console, with menus, syntax highlighting, copy/paste text selection, etc.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Debian and Ubuntu it can be installed using APT: '''apt-get install jed'''.&lt;br /&gt;
&lt;br /&gt;
== mcedit (Midnight Commander Editor) ==&lt;br /&gt;
*[http://www.ibiblio.org/mc/ GNU Midnight Commander] ''(GPL, open source)''&lt;br /&gt;
Internal file editor of GNU Midnight Commander filesystem browser, based in the&lt;br /&gt;
terminal version of cooledit, but can be invoked and used from the shell. &lt;br /&gt;
It has syntax highlighting, regular expression searching, mouse support, macro &lt;br /&gt;
commands, edits text and binary files up to 64MB. Very easy to use.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Ubuntu can be installed using APT: '''apt-get install mc''' (from Universe repositories).&amp;lt;br /&amp;gt;&lt;br /&gt;
On Slackware is included in the ''ap'' category.&lt;br /&gt;
&lt;br /&gt;
==VIM==&lt;br /&gt;
*[http://www.vim.org/ VIM (Vi IMproved)] ''(GPL compatible charityware, open source)''&lt;br /&gt;
Popular text editor for Linux console, although it's a bit hard to use for the average user.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Debian and Ubuntu it can be installed using APT: '''apt-get install vim'''.&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Mac=&lt;br /&gt;
&lt;br /&gt;
==BBEdit==&lt;br /&gt;
*[http://www.barebones.com/products/bbedit/index.shtml BBEdit] ''(shareware)''&lt;br /&gt;
HTML and text editor for the Mac&amp;lt;br /&amp;gt;&lt;br /&gt;
Cory Doctorow is constantly [http://www.google.com/search?ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;q=bbedit&amp;amp;btnG=Search+Boing+Boing&amp;amp;domains=boingboing.net&amp;amp;sitesearch=boingboing.net singing its praises] on [http://www.boingboing.net/ BoingBoing]&lt;br /&gt;
&lt;br /&gt;
==TextMate==&lt;br /&gt;
*[http://macromates.com/ TextMate] ''(shareware)''&lt;br /&gt;
Text editor for Mac OS X. Code highlighting and folding, tag closing, macros, tabs, amazingly extensible. Very good for programmers. Shareware, &amp;amp;euro;39.&lt;br /&gt;
&lt;br /&gt;
==Smultron==&lt;br /&gt;
*[http://smultron.sourceforge.net/ Smultron] ''(open source - BSD license)''&lt;br /&gt;
Text editor for Mac OS X.  Requires version 10.4.5 or higher - some older versions of Smultron support older versions of OS X.  Supports syntax highlighting, regular expressions, and other stuff.  Available in English, German, Chinese (traditional), French, Russian, Czech, Italian, Japanese, and Swedish.  [http://smultron.sourceforge.net/features.html Full list of features.]&lt;br /&gt;
Open-source/BSD license.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Feature_Requests</id>
		<title>Feature Requests</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Feature_Requests"/>
				<updated>2010-07-21T04:16:33Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by Vsimon213 (Talk) to last version by Tahir&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Syntax (General)==&lt;br /&gt;
* PCRE regular expression search &amp;amp; replacements&lt;br /&gt;
* Tag snapping, to make the cursor jump to &amp;lt; and &amp;gt; 's for easier selection, both on the mouse cursor and keyboard shortcut&lt;br /&gt;
* Multiple &amp;quot;Hot Spot&amp;quot; areas in code completion syntax, and hot keys that will scroll through them (so after typing an if/while/for conditional you can hit a hot key to place the cursor between the braces).&lt;br /&gt;
* Support for more than one SCRIPT_BEGIN and SCRIPT_END in syntax files (helps with [[heredoc]] syntax).&lt;br /&gt;
* A new (and configurable) option to indent code (syntax based).&lt;br /&gt;
* &amp;lt;strike&amp;gt;Ability to handle [[nested comments]].&amp;lt;/strike&amp;gt; Supported as of v3.11 build 421 (2009-08-08).&lt;br /&gt;
* Solving the ambiguity in brace matching oocuring at the right square bracket in: [asdf]{asdf}. Fx always look at the brace to the left...&lt;br /&gt;
* Ability to sort Syntax File Types by description or file extension&lt;br /&gt;
* Beat the current 30 syntax files limit. The number of allowed syntax files should be possibly unlimited or there should be at least a much higher limit like 500 entries.&lt;br /&gt;
* A dockable window (at right) with the list of functions in the file. If you click the function name, the cursor of the edit window takes you to the beginning of the function&lt;br /&gt;
* Ability to remove/modify/restore the &amp;quot;default file types&amp;quot; when it will never be needed.&lt;br /&gt;
* Ability to change tagnames to lower case.&lt;br /&gt;
* Add a new General-Colors option called &amp;quot;Current brace level&amp;quot; which would apply to the text between braces when your cursor is in between the braces. The &amp;quot;Matching Brace&amp;quot; coloring should continue to highlight when your cursor is just outside of the braces. This would help greatly with languages that use a lot of braces and you want to track at all times what level you are currently editing at.&lt;br /&gt;
* Show the name of the function in which the cursor currently resides in the status bar&lt;br /&gt;
&lt;br /&gt;
===Syntax Hints===&lt;br /&gt;
* OpenOffice-style word autocompletion for all frequently used words in the document. For example if the word 'function' was used multiple times in the document and you start typing 'fun' then the 'ction' should appear with a dotted border underneath. If you then press enter the cursor jumps to the end of the word. This feature is interoperable with the currently offered autocompletion: pressing space after function would insert the function stub from the acp file. This is a huge timesaver for me in OpenOffice, and I imagine EditPlus would benefit greatly from it also.&lt;br /&gt;
* DOM Capability. Ability to list DOM objects in a dropdown list. For example, in ASP when you type Response+Period then all the DOM selections for the Response object could be in the dropdown list.  Just like in Visual Studio.&lt;br /&gt;
: &amp;quot;Intellisense&amp;quot; is the word you're looking for&lt;br /&gt;
&lt;br /&gt;
===Syntax Highlight===&lt;br /&gt;
* Ability to create, import and export syntax highlighting colour schemes&lt;br /&gt;
* Ability to specify background as well as text color.&lt;br /&gt;
* * Ability to specify background colours and font effects (bold, italic, underlined) in syntax highlighting. This can make comments much easier to find, and be a very powerful aid for quote matching etc.&lt;br /&gt;
* Ability to highlight variables ( $scalar and $array[elements] ) in quoted string (Very very useful for script languages with string expansion like PHP or perl).&lt;br /&gt;
* Ability to highlight special characters in quoted strings (like \r, \n, \t, \x0F etc.).&lt;br /&gt;
* along with #COMMENTON and #COMMENTOFF, it would be nice to have #CODEON and #CODEOFF (i.e. everything outside of the specified delimiters is a comment by default).  #COMMENTOFF and #COMMENTON work for that (essentially reverse the usage), except for the text before the placement for #CODEON.  useful for Verisity's Specman e-language, since code is bracketed by &amp;lt;' and '&amp;gt;, and all else is comments.  Still need to be able to use the #COMMENTON and #COMMENTOFF concurrently with the #CODEON and #CODEOFF though, as comments can reside in the bracketed code too.  more explanation, or example e file: parkerjd@tampabay.rr.com&lt;br /&gt;
*ability to specify multiple-word keywords for syntax file (e.g. verilog import)  together they highlight, separately they do not highlight unless specified on a separate line for each.  maybe the CR/LF is the delimiter to use, or allow us to escape the space delimiter?&lt;br /&gt;
* ability to specify the folder containing the cliptext files (.ctl)&lt;br /&gt;
* ability to select another ''htmlbar.acp'' and ''template.html'' than the default ones (especially in a different location than the installation folder)&lt;br /&gt;
* Allow user additions to htmlbar and update standard HTML code especially now css class and style tags are very common&lt;br /&gt;
* Within comments, highlight words such as &amp;quot;FIXME&amp;quot;, &amp;quot;TODO&amp;quot; and &amp;quot;XXX&amp;quot; &lt;br /&gt;
* Ability to copy syntax highlighted texts to clipboard as rtf or html&lt;br /&gt;
* Change syntax highlighting for current file more directly, such as through a drop-down.&lt;br /&gt;
* Fix so that #SCRIPT_END in comments would not brake syntax highlighting.&lt;br /&gt;
* Option to ignore .stx keywords in plain text (i.e. highlight them only when they are within the tag delimiters defined for the language.&lt;br /&gt;
* Intelligent heredoc syntax highlighting. For example, in PHP I may begin a block of SQL code like such: &amp;quot;$query = &amp;lt;&amp;lt;&amp;lt;SQL&amp;quot; and end it with &amp;quot;SQL;&amp;quot;. EditPlus could take advantage of my hint (&amp;quot;SQL&amp;quot;) and know to highlight this block with the syntax file associated with file of extension of &amp;quot;.sql&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Code Folding===&lt;br /&gt;
* [[Code folding]] for functions and any block of code, configurable for every language. '''''(introduced in v2.30, although it's only able to fold indented code)'''''&lt;br /&gt;
* [[Code folding]] syntax based better than indent based as v2.30 do. (v2.30 folds even the commented code and folds not commented lines after one-line-commented line)&lt;br /&gt;
* Option to default all open files to 'Collapse All'&lt;br /&gt;
* Option to retain code folding when files are saved, with the option to turn this feature on/off.&lt;br /&gt;
&lt;br /&gt;
===Font Handling===&lt;br /&gt;
* Ability to simulate zooming in and out by increasing the font size on Ctrl+Mouse scroll wheel (like ms-word or even notepad2)&lt;br /&gt;
&lt;br /&gt;
==User Interface==&lt;br /&gt;
* Separate editor column, like line numbers, but instead of numbers you can type bookmarks/labels on a line.  Then, as you scroll the labels would move up and down along with the line they are attached to.  If you scroll down the page to where the line no longer shows up, the label would show up in a list of labels at the top of the screen.  Also, when scrolling down, the label would eventually move to a list of labels at the bottom of the screen.  Then, labels in the top and bottom lists could be clickable to jump to that bookmark in the code.  This could also be used to show functions on a page.  Use your imagination!!!&lt;br /&gt;
* Right-justify the current file path + name that appears in the window title, i.e. EditPlus - [path\filename].  I often work on extremely deep folders on UNC paths, e.g. \\motherofallservers\tn3_operations\consumer_ops\webserver\core_functions\project_redesign\version2\scripts\md_header_resize_1024.js, and the file name keeps getting truncated so I can't tell what file I'm working on without looking at a Save As window.  If the filepath+name was right-justified, e.g. EditPlus - [..\webserver\core_functions\project_redesign\version2\scripts\md_header_resize_1024.js], I would be much more productive.&lt;br /&gt;
* A new file browser which allows better tree directory listing, with the many projects we have at work, and having to switch between them, its really annoying to have to keep double clicking up and down to switch between files.&lt;br /&gt;
&lt;br /&gt;
==Unicode==&lt;br /&gt;
* Full UTF-8 Support&lt;br /&gt;
* Unicode UTF-8/16/32 Support&lt;br /&gt;
* Codepage autodetection for opened files, or, at least, possibility to choose the default codepage for all/certain types of files.&lt;br /&gt;
* Support right-to-left mode for Hebrew, Arabic, etc.&lt;br /&gt;
* UTF-8 support for Cliptext files (*.ctl)&lt;br /&gt;
&lt;br /&gt;
==FTP==&lt;br /&gt;
* Encrypted site manager with a master password.  This needs strong encryption - blowfish or better.  This way if my computer is stolen, a bad person can't deface the web pages of my clients!&lt;br /&gt;
** Store passwords as plain text (like Pidgin does) so owner won't think they're already secure as they aren't&lt;br /&gt;
* Allow remote files to be opened via the command line -e switch (for example, something like editplus.exe -e ftp1:/path/to/remote/file).&lt;br /&gt;
* SFTP Support&lt;br /&gt;
** Public key auth&lt;br /&gt;
:'''''(from v2.2 What's New: &amp;quot;Experimental 'Use sftp' option (File-&amp;gt;FTP-&amp;gt;FTP Settings, Works only on Windows XP and higher).&amp;quot;, but does not work properly on keyboard-interactive authorization.)'''''&lt;br /&gt;
:'''''If you are having trouble connecting to a server via SFTP, see [[FTP/SFTP#SFTP_Fix_for_OpenSSH|this fix]]'''''&lt;br /&gt;
* Ability to sort FTP accounts in the FTP Settings window.  The current ordering is unpredictable, and a pain when you have a lot of FTP accounts configured&lt;br /&gt;
* Ability to group accounts in a hierarchical structure&lt;br /&gt;
* FTP transfer (saving / opening) should not be modal, waiting for the transfer to complete wastes time, which can be better spent editing other files for example.&lt;br /&gt;
* Option to enable not to load ftp files until their related document window is activated when loading projects or workspace files.&lt;br /&gt;
* In the &amp;quot;Open Remote File&amp;quot; Dialogue box, when you type in a file or directory name that is not present in the current directory you receive an error message &amp;quot;The file transfer failed . . . &amp;quot; and the Open Remote File dialogue box closes.  Instead of closing the Open Remote File dialogue box, it should stay open and allow you to try typing the correct name.&lt;br /&gt;
* The ftp feature is very nice but why just UPLOAD... DOWNLOAD (even binaries) would be a nice touch.&lt;br /&gt;
* Asociate one URL with each ftp account. If i check View-&amp;gt;View in browser, it always ask for the url.&lt;br /&gt;
&lt;br /&gt;
==Search / Replace==&lt;br /&gt;
* Highlight All Items Found feature&lt;br /&gt;
* Incremental Search support&lt;br /&gt;
* Ability to search/replace higher ANSI/non-printable ASCII characters (which are usually displayed as small boxes within EditPlus and cannot be copied and pasted into the search/replace dialogue). The hex value of those characters can be e. g. 0D, 3B, etc. In Perl they can be replaced with &amp;lt;tt&amp;gt;s/\x0D//&amp;lt;/tt&amp;gt;&lt;br /&gt;
* When doing a &amp;quot;Find in Files&amp;quot;, defining file type field to include some files and exclude some other files would be practical. For example, &amp;quot;*.c;*.p* -*.pdb&amp;quot; or &amp;quot;*.* -*.exe;-*.obj&amp;quot; would make it easy to filter out some files that we are not interested.&lt;br /&gt;
&lt;br /&gt;
==Printing and Preview==&lt;br /&gt;
* a button for switching between portrait and landscape&lt;br /&gt;
* a button for fit-to-page&lt;br /&gt;
&lt;br /&gt;
==Programmable API==&lt;br /&gt;
* What I would like to see in the EditPlus editor is an event system and access to editor's settings using some scripting language or even C/C++. For example, I want to create a VIM settings parser using Open File handler. For this I need to bind a small JavaScript listener that will change the tabstop, shiftwidth, softtabstop parameters for the currently edited file. &lt;br /&gt;
* Another example: I would like to checkout file in CVS when the user have started editing of an opened file and checkin when the user saves the edited file.&lt;br /&gt;
&lt;br /&gt;
==Keyboard Shortcuts==&lt;br /&gt;
* Add HTML &amp;quot;code&amp;quot; element, to list of HTML keyboard shortcuts.(Very important for documentation creators and urgently needed).&lt;br /&gt;
* Ability to add &amp;quot;new&amp;quot; keyboard shortcuts.&lt;br /&gt;
* Ability to create &amp;quot;User Keyboard Shortcuts&amp;quot; files (ASCII file format), for other file formats such as PHP, MySQL, JavaScript, etc.&lt;br /&gt;
&lt;br /&gt;
==Project Management==&lt;br /&gt;
* Better project management. As opposed to having that ugly dialog, have a dockable pane where I can view all the files added to a project, and easily drag&amp;amp;drop others.&lt;br /&gt;
* &amp;quot;Add Dir&amp;quot; adds all files and displays them in project window, as oppossed to just displaying the directory.&lt;br /&gt;
* Highlight broken project file links.&lt;br /&gt;
* Add project management to &amp;quot;cliptext&amp;quot; window area and add user option to change dialog box to full page, if desired.&lt;br /&gt;
* Save current workspace to a file and load/merge workspaces from files.&lt;br /&gt;
* Ability to load the last workspace even when &amp;quot;Reload working files on startup&amp;quot; is not checked.&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
* Allow running of Perl scripts from the desktop. Currently, EditPlus passes the long path but it seems that Perl needs the short path.&lt;br /&gt;
* Separate settings per user. Store the settings and FTP sites on a per user basis in the users' Local Settings/Application Data Folder.&lt;br /&gt;
* Color Selector to select any color on the screen, even outside of the editplus window. Shows the resulting color, the html color code and the rgb color code.&lt;br /&gt;
* Filter file type option in the left directory panel.&lt;br /&gt;
* Ability to set the backup folder for an individual project would be nice. If I specified a general folder, I would only have one index.bak file.&lt;br /&gt;
* Keyboard shortcut to rename files in the Directory Window (F2 comes to mind)&lt;br /&gt;
* Folding-tree navigation for Directory Window&lt;br /&gt;
* Option to Minimise to Tray instead of Closing. This should allow the user to click the &amp;quot;Close [X]&amp;quot; button or hit whichever key that is set to exit/close Editplus but let the program minimise to tray instead. A very useful feature found in quite a few popular editors.&lt;br /&gt;
* Ability to open different files in splitter window mode.&lt;br /&gt;
* View/Edit file in hexadecimal&lt;br /&gt;
* View '.htaccess' files as &amp;quot;Common Files&amp;quot;, Or add a 'hide files filter list' so that for example all files except '*.bak' can be shown.&lt;br /&gt;
* An entry in Directory Toolbar which brings a list of the open files in Document Selector in alphabetical order.&lt;br /&gt;
* Ability to place User Tools 11-20 on the User Toolbar&lt;br /&gt;
* Ability to use user-icons for User Tools&lt;br /&gt;
* A keyboard shortcut to go to previous cursor position(s) when cursor is moved with mouse, search or paste. Like ^Q/^P in WordStar editor.&lt;br /&gt;
* An option to keep the cursor position after a column paste&lt;br /&gt;
* A WinXP/Vista x64 version of Editplus&lt;br /&gt;
* Better fixed column handling! I propose a three-option word wrap setting; No wrap, Wrap at window edge (the same as typical word wrapping) and wrap at column (with the wrap column selectable in the options somewhere).&lt;br /&gt;
* Code navigation. A keyboard shortcut to go to a function (like choosing it from a Function List), and support for Back/Forward mice buttons to go to previous editing positions.&lt;br /&gt;
* Support for a horizontal caret.&lt;br /&gt;
* Make Tools Preferences dialog box size changeable, for those of us who use screen resolutions of 1600 x 1200 or higher.&lt;br /&gt;
* Store &amp;quot;Web server root directories&amp;quot; list in ASCCI file format and make the gui bigger so we can view list properly and in full.&lt;br /&gt;
* Add user voting system for this page, so that users can decide which features should be implenmented, sooner rather than later.&lt;br /&gt;
* Add a section to this wiki, where users can contribute &amp;quot;Features Code&amp;quot; to Sangil. One person alone cannot be expected to implement all of these changes.&lt;br /&gt;
* &amp;quot;Document Editing Tree&amp;quot; - Most of the time when editing documents, for example php/html/aspx, these documents are often link to other documents. It would be good to see a feature which can locate (possibly limited from within predefined locations in Prefs &amp;gt; Tools) and display all the documents and media (css, scripts, includes, images, video, audio files,etc) linked to an open document and displayed in the cliptext/directory window. This is a feature which I have mainly seen implemented in some web browsers and /or their extensions, namely Firebug (A Mozilla Firefox Extension) and within the Safari 4 Web browsers &amp;quot;Web Inspector&amp;quot;.&lt;br /&gt;
* Plug-ins - Is it possible that at some point in the future we might see the ability for users to be able to create plug-ins to expand the potential of EditPlus?&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Editplus</id>
		<title>Editplus</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Editplus"/>
				<updated>2009-09-15T23:36:23Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: rollback spam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[EditPlus]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Feature_Requests</id>
		<title>Feature Requests</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Feature_Requests"/>
				<updated>2008-12-16T06:41:00Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Syntax (General)==&lt;br /&gt;
* PCRE regular expression search &amp;amp; replacements&lt;br /&gt;
* Tag snapping, to make the cursor jump to &amp;lt; and &amp;gt; 's for easier selection, both on the mouse cursor and keyboard shortcut&lt;br /&gt;
* Multiple &amp;quot;Hot Spot&amp;quot; areas in code completion syntax, and hot keys that will scroll through them (so after typing an if/while/for conditional you can hit a hot key to place the cursor between the braces).&lt;br /&gt;
* Support for more than one SCRIPT_BEGIN and SCRIPT_END in syntax files (helps with [[heredoc]] syntax).&lt;br /&gt;
* A new (and configurable) option to indent code (syntax based).&lt;br /&gt;
* Ability to handle [[nested comments]].&lt;br /&gt;
* Solving the ambiguity in brace matching oocuring at the right square bracket in: [asdf]{asdf}. Fx always look at the brace to the left...&lt;br /&gt;
* Ability to sort Syntax File Types by description or file extension&lt;br /&gt;
* Beat the current 30 syntax files limit. The number of allowed syntax files should be possibly unlimited or there should be at least a much higher limit like 500 entries.&lt;br /&gt;
* A dockable window (at right) with the list of functions in the file. If you click the function name, the cursor of the edit window takes you to the beginning of the function&lt;br /&gt;
* Ability to remove/modify/restore the &amp;quot;default file types&amp;quot; when it will never be needed.&lt;br /&gt;
* Ability to change tagnames to lower case.&lt;br /&gt;
&lt;br /&gt;
===Syntax Hints===&lt;br /&gt;
* OpenOffice-style word autocompletion for all frequently used words in the document. For example if the word 'function' was used multiple times in the document and you start typing 'fun' then the 'ction' should appear with a dotted border underneath. If you then press enter the cursor jumps to the end of the word. This feature is interoperable with the currently offered autocompletion: pressing space after function would insert the function stub from the acp file. This is a huge timesaver for me in OpenOffice, and I imagine EditPlus would benefit greatly from it also.&lt;br /&gt;
* DOM Capability. Ability to list DOM objects in a dropdown list. For example, in ASP when you type Response+Period then all the DOM selections for the Response object could be in the dropdown list.  Just like in Visual Studio.&lt;br /&gt;
: &amp;quot;Intellisense&amp;quot; is the word you're looking for&lt;br /&gt;
&lt;br /&gt;
===Syntax Highlight===&lt;br /&gt;
* Ability to create, import and export syntax highlighting colour schemes&lt;br /&gt;
* Ability to specify background as well as text color.&lt;br /&gt;
* * Ability to specify background colours and font effects (bold, italic, underlined) in syntax highlighting. This can make comments much easier to find, and be a very powerful aid for quote matching etc.&lt;br /&gt;
* Ability to highlight variables ( $scalar and $array[elements] ) in quoted string (Very very useful for script languages with string expansion like PHP or perl).&lt;br /&gt;
* Ability to highlight special characters in quoted strings (like \r, \n, \t, \x0F etc.).&lt;br /&gt;
* along with #COMMENTON and #COMMENTOFF, it would be nice to have #CODEON and #CODEOFF (i.e. everything outside of the specified delimiters is a comment by default).  #COMMENTOFF and #COMMENTON work for that (essentially reverse the usage), except for the text before the placement for #CODEON.  useful for Verisity's Specman e-language, since code is bracketed by &amp;lt;' and '&amp;gt;, and all else is comments.  Still need to be able to use the #COMMENTON and #COMMENTOFF concurrently with the #CODEON and #CODEOFF though, as comments can reside in the bracketed code too.  more explanation, or example e file: parkerjd@tampabay.rr.com&lt;br /&gt;
*ability to specify multiple-word keywords for syntax file (e.g. verilog import)  together they highlight, separately they do not highlight unless specified on a separate line for each.  maybe the CR/LF is the delimiter to use, or allow us to escape the space delimiter?&lt;br /&gt;
* ability to specify the folder containing the cliptext files (.ctl)&lt;br /&gt;
* ability to select another ''htmlbar.acp'' and ''template.html'' than the default ones (especially in a different location than the installation folder)&lt;br /&gt;
* Allow user additions to htmlbar and update standard HTML code especially now css class and style tags are very common&lt;br /&gt;
* Within comments, highlight words such as &amp;quot;FIXME&amp;quot;, &amp;quot;TODO&amp;quot; and &amp;quot;XXX&amp;quot; &lt;br /&gt;
* Ability to copy syntax highlighted texts to clipboard as rtf or html&lt;br /&gt;
* Change syntax highlighting for current file more directly, such as through a drop-down.&lt;br /&gt;
* Fix so that #SCRIPT_END in comments would not brake syntax highlighting.&lt;br /&gt;
* Option to ignore .stx keywords in plain text (i.e. highlight them only when they are within the tag delimiters defined for the language.&lt;br /&gt;
* Intelligent heredoc syntax highlighting. For example, in PHP I may begin a block of SQL code like such: &amp;quot;$query = &amp;lt;&amp;lt;&amp;lt;SQL&amp;quot; and end it with &amp;quot;SQL;&amp;quot;. EditPlus could take advantage of my hint (&amp;quot;SQL&amp;quot;) and know to highlight this block with the syntax file associated with file of extension of &amp;quot;.sql&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Code Folding===&lt;br /&gt;
* [[Code folding]] for functions and any block of code, configurable for every language. '''''(introduced in v2.30, although it's only able to fold indented code)'''''&lt;br /&gt;
* [[Code folding]] syntax based better than indent based as v2.30 do. (v2.30 folds even the commented code and folds not commented lines after one-line-commented line)&lt;br /&gt;
* Option to default all open files to 'Collapse All'&lt;br /&gt;
&lt;br /&gt;
===Font Handling===&lt;br /&gt;
* Ability to simulate zooming in and out by increasing the font size on Ctrl+Mouse scroll wheel (like ms-word or even notepad2)&lt;br /&gt;
&lt;br /&gt;
==User Interface==&lt;br /&gt;
* Separate editor column, like line numbers, but instead of numbers you can type bookmarks/labels on a line.  Then, as you scroll the labels would move up and down along with the line they are attached to.  If you scroll down the page to where the line no longer shows up, the label would show up in a list of labels at the top of the screen.  Also, when scrolling down, the label would eventually move to a list of labels at the bottom of the screen.  Then, labels in the top and bottom lists could be clickable to jump to that bookmark in the code.  This could also be used to show functions on a page.  Use your imagination!!!&lt;br /&gt;
&lt;br /&gt;
==Unicode==&lt;br /&gt;
* Full UTF-8 Support&lt;br /&gt;
* Unicode UTF-8/16/32 Support&lt;br /&gt;
* Codepage autodetection for opened files, or, at least, possibility to choose the default codepage for all/certain types of files.&lt;br /&gt;
* Support right-to-left mode for Hebrew, Arabic, etc.&lt;br /&gt;
* UTF-8 support for Cliptext files (*.ctl)&lt;br /&gt;
&lt;br /&gt;
==FTP==&lt;br /&gt;
* Encrypted site manager with a master password.  This needs strong encryption - blowfish or better.  This way if my computer is stolen, a bad person can't deface the web pages of my clients!&lt;br /&gt;
** Store passwords as plain text (like Pidgin does) so owner won't think they're already secure as they aren't&lt;br /&gt;
* Allow remote files to be opened via the command line -e switch (for example, something like editplus.exe -e ftp1:/path/to/remote/file).&lt;br /&gt;
* SFTP Support&lt;br /&gt;
** Public key auth&lt;br /&gt;
:'''''(from v2.2 What's New: &amp;quot;Experimental 'Use sftp' option (File-&amp;gt;FTP-&amp;gt;FTP Settings, Works only on Windows XP and higher).&amp;quot;, but does not work properly on keyboard-interactive authorization.)'''''&lt;br /&gt;
:'''''If you are having trouble connecting to a server via SFTP, see [[FTP/SFTP#SFTP_Fix_for_OpenSSH|this fix]]'''''&lt;br /&gt;
* Ability to sort FTP accounts in the FTP Settings window.  The current ordering is unpredictable, and a pain when you have a lot of FTP accounts configured&lt;br /&gt;
* Ability to group accounts in a hierarchical structure&lt;br /&gt;
* FTP transfer (saving / opening) should not be modal, waiting for the transfer to complete wastes time, which can be better spent editing other files for example.&lt;br /&gt;
* Option to enable not to load ftp files until their related document window is activated when loading projects or workspace files.&lt;br /&gt;
* In the &amp;quot;Open Remote File&amp;quot; Dialogue box, when you type in a file or directory name that is not present in the current directory you receive an error message &amp;quot;The file transfer failed . . . &amp;quot; and the Open Remote File dialogue box closes.  Instead of closing the Open Remote File dialogue box, it should stay open and allow you to try typing the correct name.&lt;br /&gt;
* The ftp feature is very nice but why just UPLOAD... DOWNLOAD (even binaries) would be a nice touch.&lt;br /&gt;
* Asociate one URL with each ftp account. If i check View-&amp;gt;View in browser, it always ask for the url.&lt;br /&gt;
&lt;br /&gt;
==Search / Replace==&lt;br /&gt;
* Incremental Search support&lt;br /&gt;
* Ability to search/replace higher ANSI/non-printable ASCII characters (which are usually displayed as small boxes within EditPlus and cannot be copied and pasted into the search/replace dialogue). The hex value of those characters can be e. g. 0D, 3B, etc. In Perl they can be replaced with &amp;lt;tt&amp;gt;s/\x0D//&amp;lt;/tt&amp;gt;&lt;br /&gt;
* When doing a &amp;quot;Find in Files&amp;quot;, defining file type field to include some files and exclude some other files would be practical. For example, &amp;quot;*.c;*.p* -*.pdb&amp;quot; or &amp;quot;*.* -*.exe;-*.obj&amp;quot; would make it easy to filter out some files that we are not interested.&lt;br /&gt;
&lt;br /&gt;
==Printing and Preview==&lt;br /&gt;
* a button for switching between portrait and landscape&lt;br /&gt;
* a button for fit-to-page&lt;br /&gt;
&lt;br /&gt;
==Programmable API==&lt;br /&gt;
* What I would like to see in the EditPlus editor is an event system and access to editor's settings using some scripting language or even C/C++. For example, I want to create a VIM settings parser using Open File handler. For this I need to bind a small JavaScript listener that will change the tabstop, shiftwidth, softtabstop parameters for the currently edited file. &lt;br /&gt;
* Another example: I would like to checkout file in CVS when the user have started editing of an opened file and checkin when the user saves the edited file.&lt;br /&gt;
&lt;br /&gt;
==Miscellaneous==&lt;br /&gt;
* Allow running of Perl scripts from the desktop. Currently, EditPlus passes the long path but it seems that Perl needs the short path.&lt;br /&gt;
* Separate settings per user. Store the settings and FTP sites on a per user basis in the users' Local Settings/Application Data Folder.&lt;br /&gt;
* Color Selector to select any color on the screen, even outside of the editplus window. Shows the resulting color, the html color code and the rgb color code.&lt;br /&gt;
* Filter file type option in the left directory panel.&lt;br /&gt;
* Ability to set the backup folder for an individual project would be nice. If I specified a general folder, I would only have one index.bak file.&lt;br /&gt;
* Keyboard shortcut to rename files in the Directory Window (F2 comes to mind)&lt;br /&gt;
* Folding-tree navigation for Directory Window&lt;br /&gt;
* Option to Minimise to Tray instead of Closing. This should allow the user to click the &amp;quot;Close [X]&amp;quot; button or hit whichever key that is set to exit/close Editplus but let the program minimise to tray instead. A very useful feature found in quite a few popular editors.&lt;br /&gt;
* Ability to open different files in splitter window mode.&lt;br /&gt;
* View/Edit file in hexadecimal&lt;br /&gt;
* View '.htaccess' files as &amp;quot;Common Files&amp;quot;, Or add a 'hide files filter list' so that for example all files except '*.bak' can be shown.&lt;br /&gt;
* An entry in Directory Toolbar which brings a list of the open files in Document Selector in alphabetical order.&lt;br /&gt;
* Ability to place User Tools 11-20 on the User Toolbar&lt;br /&gt;
* Ability to use user-icons for User Tools&lt;br /&gt;
* A keyboard shortcut to go to previous cursor position(s) when cursor is moved with mouse, search or paste. Like ^Q/^P in WordStar editor.&lt;br /&gt;
* An option to keep the cursor position after a column paste&lt;br /&gt;
* A WinXP/Vista x64 version of Editplus&lt;br /&gt;
* Better fixed column handling! I propose a three-option word wrap setting; No wrap, Wrap at window edge (the same as typical word wrapping) and wrap at column (with the wrap column selectable in the options somewhere).&lt;br /&gt;
* Code navigation. A keyboard shortcut to go to a function (like choosing it from a Function List), and support for Back/Forward mice buttons to go to previous editing positions.&lt;br /&gt;
* Support for a horizontal caret.&lt;br /&gt;
* Better project management. As opposed to having that ugly dialog, have a dockable pane where I can view all the files added to a project, and easily drag&amp;amp;drop others.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Running_on_Linux</id>
		<title>Running on Linux</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Running_on_Linux"/>
				<updated>2008-12-16T06:38:47Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: /* Create a shortcut */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
Did you realize that your favorite text editor runs on Linux? Well, now you know, so if you've been thinking about making the switch, you're out of excuses.&lt;br /&gt;
&lt;br /&gt;
PS: This means, using DarWine, you can run this fine program on the Mac OS X. How cool is that?&lt;br /&gt;
&lt;br /&gt;
==Installation Instructions==&lt;br /&gt;
&lt;br /&gt;
To get EditPlus working under Linux, you need to install the popular '''Wine''' software. Wine is an Open Source implementation of the Windows API on top of X and Unix. To install Wine on Ubuntu or Debian GNU/Linux, enter the following at the command line:&lt;br /&gt;
&lt;br /&gt;
 apt-get install wine&lt;br /&gt;
&lt;br /&gt;
In a terminal window, download the latest [http://www.editplus.com/download.html EditPlus Windows installer] in your home directory. &lt;br /&gt;
&lt;br /&gt;
 cd ~&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;ftp://ftp.editplus.com/epp301_en.exe&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp301_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, go to where EditPlus was installed, e.g.&lt;br /&gt;
 &lt;br /&gt;
 cd ~/.wine/drive_c/Program\ Files/EditPlus\ 2/&lt;br /&gt;
&lt;br /&gt;
and run this command:&lt;br /&gt;
&lt;br /&gt;
 wine ./editplus.exe&lt;br /&gt;
&lt;br /&gt;
It should start running and you should be good to go.&lt;br /&gt;
&lt;br /&gt;
As an alternative, if you have a full installation of '''wine''' on your Linux system, shortcuts are auto-configured for Windows '''.EXE''' files. Double-clicking on '''epp230_en.exe''' in your desktop file browser will auto-magically bring up '''wine''' with the program loaded.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|center|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&lt;br /&gt;
&lt;br /&gt;
===Create a shortcut===&lt;br /&gt;
&lt;br /&gt;
''Note: Wine should do this automatically if you choose to add an icon to your desktop at the end of the installation.''&lt;br /&gt;
&lt;br /&gt;
You can create a desktop shortcut to EditPlus, so that clicking the icon will bring it up in wine. &lt;br /&gt;
&lt;br /&gt;
Instructions for Gnome:&lt;br /&gt;
# Download the EditPlus icon [[Image:Editplus.png]] to your desktop (also see [[Icons]])&lt;br /&gt;
# Right click on the Desktop and select &amp;quot;Create Launcher...&amp;quot;&lt;br /&gt;
# Set the name to: &amp;lt;code&amp;gt;EditPlus&amp;lt;/code&amp;gt;&lt;br /&gt;
# Set the command to: &amp;lt;code&amp;gt;wine &amp;quot;C:\Program Files\EditPlus 2\editplus.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Click the &amp;quot;No Icon&amp;quot; button and select the EditPlus icon you downloaded&lt;br /&gt;
&lt;br /&gt;
===Fonts===&lt;br /&gt;
&lt;br /&gt;
If your Wine apps are using the ugly font that it picks by default, install the Microsoft Tahoma font. It can be downloaded [http://download.microsoft.com/download/office97pro/fonts/1/W95/EN-US/tahoma32.exe here]. Then simply run:&lt;br /&gt;
&lt;br /&gt;
 wine ./tahoma32.exe&lt;br /&gt;
&lt;br /&gt;
and follow the prompts. '''Note:''' installing this font may cause the column marker not display the correct current column. Reason currently unknown.&lt;br /&gt;
&lt;br /&gt;
If you have Debian or a Debian-based distro (such as Ubuntu), you should be able to download and install [http://www.microsoft.com/typography/fonts/default.aspx Microsoft's Core Web Fonts] through &amp;quot;apt-get&amp;quot;:&lt;br /&gt;
 &lt;br /&gt;
 apt-get install msttcorefonts&lt;br /&gt;
&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&lt;br /&gt;
&lt;br /&gt;
 emerge -av corefonts&lt;br /&gt;
&lt;br /&gt;
For other fonts, see [[Fonts]].&lt;br /&gt;
&lt;br /&gt;
===Windows Theme===&lt;br /&gt;
&lt;br /&gt;
The default Windows widgets (buttons, menus, etc) that come with Wine look pretty ugly compared to a nicely polished Gnome interface. Fear not! You can [http://winehq.org/docs/en/wineusr-guide.html#AEN286 change the theme that Wine uses] to make it look more Gnome/WinXP-like.&lt;br /&gt;
&lt;br /&gt;
Create a directory for the theme&lt;br /&gt;
&lt;br /&gt;
 mkdir -p ~/.wine/drive_c/windows/Resources/themes/royale&lt;br /&gt;
&lt;br /&gt;
Download the Royale theme (or you can download manually from [http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml here])&lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;http://download.softpedia.com/dl/fea42c722d4efa76e428b5ad286c5912/48c42b7a/100013027/software/desktop/Royale_theme.zip&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
              &lt;br /&gt;
&lt;br /&gt;
Unzip the downloaded file and move into the directory above&lt;br /&gt;
&lt;br /&gt;
 unzip Royale_theme.zip; cp Royale\ Theme\ for\ Win\ XP.exe ~/.wine/drive_c/windows/Resources/themes/royale&lt;br /&gt;
&lt;br /&gt;
Install Royale theme and follow the prompts&lt;br /&gt;
&lt;br /&gt;
 wine ~/.wine/drive_c/windows/Resources/themes/royale/Royale\ Theme\ for\ Win\ XP.exe&lt;br /&gt;
&lt;br /&gt;
Run &amp;lt;code&amp;gt;winecfg&amp;lt;/code&amp;gt;, under the &amp;quot;Desktop Integration&amp;quot; tab, select the &amp;quot;Media Center style&amp;quot; as the Theme&lt;br /&gt;
&lt;br /&gt;
[[Image:EditPlus-on-Ubuntu-Royale.png|center|frame|EditPlus running under Wine on Ubuntu with the Royale Theme]]&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
&lt;br /&gt;
You may not have realized it in Windows, but under Linux it can be handy to change some default keybindings (e.g. Ctrl+W to close a tab instead of Ctrl+F4). Use Document &amp;gt; Permanent Settings &amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&lt;br /&gt;
&lt;br /&gt;
This tip not only applies to EditPlus, but ANY *nix app. First, install Fuse[http://fuse.sourceforge.net/]. Then install the Fuse filesystem SSHFS [http://fuse.sourceforge.net/sshfs.html]. Now you can mount SFTP at a normal mount-point and open/save files just like you would to a local directory.&lt;br /&gt;
&lt;br /&gt;
==User tools==&lt;br /&gt;
&lt;br /&gt;
If you need to capture the output of your User Tools (Tools-&amp;gt;Configure User Tools), you may have problems (at least with wine version 0.9.46). It seems that wine does not redirect well the output of the programs. The only output from the command line that can be redirected to EditPlus are Windows commands like &amp;quot;dir&amp;quot; or &amp;quot;more&amp;quot;. A workarround is the following:&lt;br /&gt;
*Create a linux shell script with an .exe extension. This shell script must call the aplication you want to execute and write anything interesting in a temporary text file.&lt;br /&gt;
*Create a .bat that calls the previous .exe and prints the temporary text file with &amp;lt;code&amp;gt;more&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example, to capture the output of &amp;lt;code&amp;gt;make&amp;lt;/code&amp;gt; you can do the following:&lt;br /&gt;
&lt;br /&gt;
Create a text file named &amp;lt;code&amp;gt;compile.exe&amp;lt;/code&amp;gt; with this content&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    #!/bin/sh&lt;br /&gt;
    make &amp;gt; compileResult.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Create a text file named &amp;lt;code&amp;gt;compile.bat&amp;lt;/code&amp;gt; with this content&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
    compile.exe&lt;br /&gt;
    more compileResult.txt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
use this &amp;lt;code&amp;gt;compile.bat&amp;lt;/code&amp;gt; in Tools-&amp;gt;Configure User Tools&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Known Bugs==&lt;br /&gt;
&lt;br /&gt;
* Internet Explorer within EditPlus does not work.&lt;br /&gt;
* Tools &amp;gt; Preferences does not seem to work in some versions of Wine, and in fact, may cause it to freeze. If this is the case in your version and you need to edit your preferences, you might try:&lt;br /&gt;
*# upgrading your version of Wine&lt;br /&gt;
*# access the Preferences dialog through Project &amp;gt; Manage Project &amp;gt; Edit Project&lt;br /&gt;
*# hand edit the configuration files located in the installation directory (and have a good laugh at the serious misspellings in some of those files). Installation files are usually located in a path like &amp;lt;pre&amp;gt;~/.wine/drive_c/Program Files/EditPlus 2/&amp;lt;/pre&amp;gt;&lt;br /&gt;
* If you happen to be using Synergy at the same time that you're running EditPlus through Wine, and you copy something on a connected Windows box and bring the mouse focus back to Linux, then move the mouse over an open document in EditPlus, EditPlus will crash. It is probably extremely unlikely that you would happen to be running this specific system setup, so this bug will probably not apply to you. Copying and pasting between EditPlus and native Linux programs on the same machine does not appear to be an issue.&lt;br /&gt;
* ''Ctrl S'' for '''Save''' may switch between two open Wine apps with some wine configurations. To workaround this, you can:&lt;br /&gt;
*# change the Editplus hot key for '''Save''' one of two methods:&lt;br /&gt;
*## use the Preferences dialog to change the key binding&lt;br /&gt;
*## edit the Editplus configuration file ''default.key'' in the installation directory&lt;br /&gt;
*# change the wine hot key (tutorial coming soon)&lt;br /&gt;
* Saving larger files over ftp might result in the ftp dialog hanging at 100% with some configurations. The newer wine releases still give you a chance to push the cancel button which after some time will give you a message &amp;quot;cancelled by user&amp;quot; whereas with earlier version all you could do is terminate Editplus.&lt;br /&gt;
* Opening a file may mess up the window drawing under Wine. There are a few ways to correct this (hitting Enter usually works, although this won't work on read-only files if you've set them to be uneditable. The best solution I've found is Alt-D-X (Refresh STX), which redraws the window. You can bind this to a more handy keystroke (e.g. Ctrl-Alt-Z) and just get used to hitting it each time you open a file. There might be a better solution out there...&lt;br /&gt;
&lt;br /&gt;
==Linux/BSD Alternatives==&lt;br /&gt;
If EditPlus under WINE is unacceptable to you, there are Linux/BSD text editors with features comparable to EditPlus.&lt;br /&gt;
&lt;br /&gt;
See [[Alternative Editors#Alternatives editors for Linux/BSD]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[FTP/SFTP#Simple SFTP running EditPlus under Wine]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
* Wine Download: http://www.winehq.com/site/download &lt;br /&gt;
* Darwine Download/Information (OS X) http://wiki.osx86project.org/wiki/index.php/Darwine&lt;br /&gt;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Help:Contents</id>
		<title>Help:Contents</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Help:Contents"/>
				<updated>2008-12-16T06:37:16Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consult the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide MediaWiki User's Guide] for information on how to participate in a wiki. To get started quickly, skim through the [http://meta.wikimedia.org/wiki/Help:Editing Editing Overview]. It is worth bookmarking for future quick reference. Feel free to play around with MediaWiki in the [[SandBox]].&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/SandBox</id>
		<title>SandBox</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/SandBox"/>
				<updated>2008-12-16T06:36:31Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Replacing page with 'Welcome to the SandBox! This page was created to test out MediaWiki's features, you can generally ignore this page otherwise...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the SandBox! This page was created to test out MediaWiki's features, you can generally ignore this page otherwise...&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User:Deanhouseholder</id>
		<title>User:Deanhouseholder</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User:Deanhouseholder"/>
				<updated>2008-12-16T06:32:31Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: One less orphan&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Dean Householder==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width: 400px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font: 0pt arial; float: left; padding-right: 15px;&amp;quot;&amp;gt;[[Image:http://deanhouseholder.com/deanface.gif]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I've been using EditPlus since 2001 for Web Design and Programming. I've tried other tools and have found nothing to even compare with EditPlus.  I've been a beta tester since 2002 and have been on the [http://groups.yahoo.com/group/editplus/ mailing list] as long.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Resources ===&lt;br /&gt;
* [[Dean's_User_Tools]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Heredoc</id>
		<title>Heredoc</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Heredoc"/>
				<updated>2008-12-16T05:41:55Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: removing spam, yay&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Heredoc''' syntax provides a means to delimit a string without using single or double quotes. This can be useful in situations with strings that contain many single or double quotes or that break across multiple lines.&lt;br /&gt;
&lt;br /&gt;
EditPlus does not natively support [[Syntax Highlighting]] for heredoc strings, however you can modify an [[STX|.stx]] file to [[FAQ#How_do_I_make_EditPlus_.22correctly.22_highlight_PHP_heredoc_strings.3F|emulate string highlighting for heredoc strings]].&lt;br /&gt;
&lt;br /&gt;
==PHP Syntax==&lt;br /&gt;
In [[PHP]], '''&amp;lt;&amp;lt;&amp;lt;''' (three left angle brackets) is the heredoc operator, denoting the beginning of the string. This operator is followed immediately by a custom identifier, which is then used to close the heredoc string. The closing identifier must begin in the first column of the line, containing no other characters except a semicolon (;). There can be no spaces/tabs after or before the identifier or the semicolon.&lt;br /&gt;
&lt;br /&gt;
''The following is an example of heredoc string usage:''&lt;br /&gt;
&lt;br /&gt;
 $str = &amp;lt;&amp;lt;&amp;lt;EOF&lt;br /&gt;
 Example of string&lt;br /&gt;
 spanning multiple lines&lt;br /&gt;
 using heredoc syntax.&lt;br /&gt;
 EOF;&lt;br /&gt;
 print $str;&lt;br /&gt;
&lt;br /&gt;
==Bash Syntax==&lt;br /&gt;
In [[Bash]], a here document is a special-purpose code block. It uses a form of I/O redirection to feed a command list to an interactive program or a command, such as ftp, cat, or the ex text editor. A limit string delineates (frames) the command list. The special symbol &amp;lt;&amp;lt; designates the limit string. This has the effect of redirecting the output of a file into the stdin of the program or command.&lt;br /&gt;
&lt;br /&gt;
''The here document looks like this:''&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 interactive-program &amp;lt;&amp;lt;LimitString&lt;br /&gt;
 command #1&lt;br /&gt;
 command #2&lt;br /&gt;
 ...&lt;br /&gt;
 LimitString&lt;br /&gt;
&lt;br /&gt;
By default bash will interpolate the content of the block like it would in a double-quoted string.&lt;br /&gt;
If you want to avoid this (for example if your here document contains a script you want to output&lt;br /&gt;
verbatim) you can put single quotes around your limit string.&lt;br /&gt;
&lt;br /&gt;
 user@host&amp;gt; var=&amp;quot;hello&amp;quot;&lt;br /&gt;
 user@host&amp;gt; cat &amp;lt;&amp;lt;LimitString&lt;br /&gt;
 user@host&amp;gt;  echo $var&lt;br /&gt;
 user@host&amp;gt;  LimitString&lt;br /&gt;
 echo hello&lt;br /&gt;
 user@host&amp;gt; cat &amp;lt;&amp;lt;'LimitString'&lt;br /&gt;
 user@host&amp;gt;  echo $var&lt;br /&gt;
 user@host&amp;gt;  LimitString&lt;br /&gt;
 echo $var&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You can also use the following syntax to allow tab characters in front of each line. This is especially useful in scripting to allow indentation.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
     interactive-program &amp;lt;&amp;lt;-LimitString&lt;br /&gt;
         command #1&lt;br /&gt;
         command #2&lt;br /&gt;
         ...&lt;br /&gt;
     LimitString&lt;br /&gt;
&lt;br /&gt;
Spaces have been used in this example due to the limitations of the Wiki editor, however it should be noted that this syntax '''only''' allows tab characters.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
[[FAQ]]: How do I make EditPlus &amp;quot;correctly&amp;quot; highlight PHP heredoc strings?&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
* [http://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc PHP Heredoc Reference]&lt;br /&gt;
* [http://www.tldp.org/LDP/abs/html/here-docs.html Advanced Bash-Scripting Guide: Chapter 17. Here Documents]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/FAQ"/>
				<updated>2008-12-16T05:41:19Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: removing spam, yay&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page exists to collect a growing number of '''frequently asked questions''' or FAQs, many of which have come up over time on the [http://groups.yahoo.com/group/editplus/ EditPlus Yahoo! Group].&lt;br /&gt;
&lt;br /&gt;
==What is EditPlus?==&lt;br /&gt;
EditPlus is an advanced text editor, HTML editor and programmers editor for Windows with syntax highlighting, HTML toolbar, user tools, line number, ruler, URL highlighting, auto-completion, cliptext, column selection, powerful search and replace, multiple undo/redo, spell checker, customizable keyboard shortcuts, and more.&lt;br /&gt;
&lt;br /&gt;
==Who coded EditPlus?==&lt;br /&gt;
EditPlus is developed by [[Sangil Kim]] (ES-Computing), who lives and works in [http://www.geody.com/geospot.php?world=terra&amp;amp;ufi=-706308&amp;amp;alc=chn Chinju], [http://www.geody.com/geocountry.php?world=terra&amp;amp;cid=KS South Korea].&lt;br /&gt;
&lt;br /&gt;
==How can I make EditPlus my default text editor?==&lt;br /&gt;
#Go to Tools / Preferences... / Files / Settings &amp;amp; syntax&lt;br /&gt;
#Select the File type for which you want EditPlus to be your default editor (like Text, PHP)&lt;br /&gt;
#Make sure that the extension you want to associate with EditPlus is listed in the File extensions field. Multiple extensions for the same file type are separated by a semicolon (&amp;quot;;&amp;quot;). Example: php;php3;php4;inc&lt;br /&gt;
#Check Associate in Explorer&lt;br /&gt;
&lt;br /&gt;
==How can I use EditPlus to &amp;quot;View Source&amp;quot; in Mozilla [[Firefox]]?==&lt;br /&gt;
See [[Firefox#Edit_Source_with_EditPlus]].&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus open with a blank document?==&lt;br /&gt;
#Goto Tools &amp;gt; Preferences &amp;gt; General&lt;br /&gt;
#Check &amp;quot;Create new document on start up&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Or you can create a shortcut with the '''/n''' comand line option&lt;br /&gt;
Like this &lt;br /&gt;
&amp;quot;Right-Click&amp;quot; a blank space on your desktop or folder, and choose &amp;quot;New&amp;quot; and then Click &amp;quot;Shortcut&amp;quot;&lt;br /&gt;
Then simply type in this&lt;br /&gt;
C:\Program Files\EditPlus 2\editplus.exe /n (or whatever your path to editplus is)&lt;br /&gt;
''The reason I list this option, is because sometimes you will want to right click and open a file with EditPlus, and if the &amp;quot;Create new document on start up&amp;quot; is checked it will open your file, plus the new blank document, when all you want open is the file that you sent Edit+''&lt;br /&gt;
&lt;br /&gt;
==How do I change the output of the [[HTML]] toolbar buttons?==&lt;br /&gt;
#Edit the [[htmlbar.acp]] file under Program Files\EditPlus 2&lt;br /&gt;
&lt;br /&gt;
==How do I change the default [[HTML]] template?==&lt;br /&gt;
#Edit the template.html file under Program Files\EditPlus 2&lt;br /&gt;
&lt;br /&gt;
==How do I add a new file type to the list under File &amp;gt; New?==&lt;br /&gt;
#Create a new [[template file format|template file]] and save it in Program Files\EditPlus 2&lt;br /&gt;
#Select File &amp;gt; New &amp;gt; Configure Templates&lt;br /&gt;
#Click Add, set &amp;quot;Menu text&amp;quot; to the name of the file type and set the &amp;quot;File path&amp;quot; to the location of the template file&lt;br /&gt;
&lt;br /&gt;
==How do I make the HTML toolbar appear when editing a CSS or other file type?==&lt;br /&gt;
#Goto Tools &amp;gt; Preferences &amp;gt; Settings &amp;amp; syntax&lt;br /&gt;
#Select CSS (or the appropriate file type) under &amp;quot;File types&amp;quot;&lt;br /&gt;
#Check &amp;quot;Show HTML toolbar&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus correctly highlight quoted strings in PHP that contain carriage returns and/or line feeds?==&lt;br /&gt;
#Edit php.stx under Program Files\EditPlus 2&lt;br /&gt;
#Change #CONTINUE_QUOTE=n to #CONTINUE_QUOTE=y&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus &amp;quot;correctly&amp;quot; highlight PHP [[heredoc]] strings?==&lt;br /&gt;
#Edit php.stx under Program Files\EditPlus 2&lt;br /&gt;
#Add the COMMENTON2/COMMENTOFF2 lines below, where EOF is the heredoc identifer you plan to use in your PHP files. Alternatively you can leave out the EOF if you don't plan on having any semicolons in your heredoc strings&lt;br /&gt;
#Save php.stx&lt;br /&gt;
#Select Document &amp;gt; Refresh STX/ACP&lt;br /&gt;
#Select Tools &amp;gt; Preferences &amp;gt; Settings &amp;amp; syntax&lt;br /&gt;
#Select &amp;quot;PHP&amp;quot; under File types&lt;br /&gt;
#Select the &amp;quot;Syntax color&amp;quot; tab&lt;br /&gt;
#Make &amp;quot;Block Comment 2&amp;quot; the same color as Quotation and Quotation 2 (magenta is the default) or choose a unique color for heredoc strings &lt;br /&gt;
 #COMMENTON2=&amp;lt;&amp;lt;&amp;lt;EOF&lt;br /&gt;
 #COMMENTOFF2=EOF;&lt;br /&gt;
&lt;br /&gt;
==How do I make the Document Selector toolbar two rows high?==&lt;br /&gt;
#Right click on the Document Selector toolbar&lt;br /&gt;
#Select &amp;quot;Options...&amp;quot;&lt;br /&gt;
#Set the &amp;quot;Number of rows&amp;quot; to 2&lt;br /&gt;
&lt;br /&gt;
==How do I make the middle mouse button (or scroll wheel) close a file on the Document Selector?==&lt;br /&gt;
#Right-click on the Document Selector toolbar and select &amp;quot;Options...&amp;quot;&lt;br /&gt;
#Check &amp;quot;Close document with middle mouse button&amp;quot;&lt;br /&gt;
#Click OK&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus correctly highlight the syntax of a file with no extension?==&lt;br /&gt;
#Open the file in EditPlus&lt;br /&gt;
#Select Document &amp;gt; Change File Type&lt;br /&gt;
#Select the appropriate file syntax type&lt;br /&gt;
--'''''or'''''--&lt;br /&gt;
#Select Tools &amp;gt; Preferences&lt;br /&gt;
#Select Files &amp;gt; Settings &amp;amp; syntax&lt;br /&gt;
#Select &amp;quot;Default&amp;quot; from the list of file types&lt;br /&gt;
#In the &amp;quot;Syntax file&amp;quot; field, enter the path of the .stx file you want to use for files with no extension&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus highlight the current (or active) line?==&lt;br /&gt;
#Goto Tools &amp;gt; Preferences &amp;gt; General &amp;gt; Colors&lt;br /&gt;
#Select &amp;quot;Active line&amp;quot; in the Area box&lt;br /&gt;
#Uncheck the &amp;quot;Default&amp;quot; checkbox&lt;br /&gt;
#Select a color from &amp;quot;Background&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How can I comment out several lines of text at once, using line-comment indicators?==&lt;br /&gt;
#Select the text you want to comment out and right click&lt;br /&gt;
#Select Format &amp;gt; Line Comment&lt;br /&gt;
#Enter the comment character or characters you wish to prepend to every selected line and click Ok&lt;br /&gt;
This method is also useful for appending any character(s) to the beginning of several lines. Some common types of line comment syntax includes:&lt;br /&gt;
; // : PHP, JSP, JavaScript, Java, C++, C#&lt;br /&gt;
; # : Perl, PHP&lt;br /&gt;
; ' :(''single apostrophe'') Visual Basic&lt;br /&gt;
; rem : Most BASIC dialects, including Visual Basic&lt;br /&gt;
; ; : (''semicolon'') many INI and CFG formats&lt;br /&gt;
&lt;br /&gt;
==How can I comment out several lines of text at once, using block-comment indicators?==&lt;br /&gt;
The below method is useful for prepending and appending block-comment indicators to the beginning and end of selected-and-clipboard'ed lines for files of type: JSP, JavaScript, Java where /* marks the beginning of block-comment and */ marks the end of block-comment. For other file-types, substitute the /* and */ accordingly and proceed.&lt;br /&gt;
&lt;br /&gt;
# Select some text in an open document within EditPlus.&lt;br /&gt;
# Start recording a macro by pressing CTRL + Q or by going to Tools, Record, Record Keystrokes... and assign a hot-key, say Alt+1 to it.&lt;br /&gt;
# You can also assign a label to the macro by pressing the Change Label... button.&lt;br /&gt;
# Press CTRL + X or go to Edit, Cut.&lt;br /&gt;
# Type &amp;lt;code&amp;gt;/*&amp;lt;/code&amp;gt; and press Enter.&lt;br /&gt;
# Now press CTRL+V or go to Edit, Paste and press Enter.&lt;br /&gt;
# Type &amp;lt;code&amp;gt;*/&amp;lt;/code&amp;gt; and end recording the Macro by pressing CTRL + Q or Tools, Record, Record Keystrokes.&lt;br /&gt;
&lt;br /&gt;
You can also reassign a button on the HTML toolbar:&lt;br /&gt;
&lt;br /&gt;
#Open the HTML toolbar auto-complete file [[htmlbar.acp]] in your EditPlus folder, e.g. C:\Program Files\EditPlus 3&lt;br /&gt;
#Decide which HTML toolbar icon you want to repurpose for block commenting, e.g. the Horizontal Rule (the button with two horizontal lines)&lt;br /&gt;
#Change this:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;#T=HR&amp;lt;br&amp;gt;&amp;amp;lt;HR&amp;amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;to this:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;#T=HR&amp;lt;br&amp;gt;/*^!*/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How do I select a column or box of text?== &lt;br /&gt;
# Turn Word-wrap mode off (use Ctrl+Shift+W to toggle on/off)&lt;br /&gt;
# Hold down the Alt key and use the mouse to select the column of text you want&lt;br /&gt;
'''or'''&lt;br /&gt;
# Turn Word-wrap mode off (use Ctrl+Shift+W to toggle on/off)&lt;br /&gt;
# Place the cursor where you want to start copying&lt;br /&gt;
# Press Alt+C, or right-click and choose Column Select&lt;br /&gt;
# Use arrow keys to select the column of text you want&lt;br /&gt;
# Press Enter or click the mouse to complete column selection&lt;br /&gt;
&lt;br /&gt;
You can then copy, cut, delete, and paste the selected &amp;quot;box&amp;quot; of text. Note: use caution when pasting text copied with column selection. It will overwrite existing text that exists within the dimensions of the &amp;quot;box&amp;quot; of text being pasted. If you paste at the end of a long line, shorter lines are padded so that the pasted text retains its original columnar layout.&lt;br /&gt;
&lt;br /&gt;
==How can I modify the order of the tabs?==&lt;br /&gt;
You can drag and drop the tabs from the main program window.&lt;br /&gt;
&lt;br /&gt;
An alternative method:&lt;br /&gt;
Invoke the Window List pressing F11.&lt;br /&gt;
From there you can sort the selected tabs by using the Up and Down buttons.&lt;br /&gt;
&lt;br /&gt;
==How can I browse functions in my code?==&lt;br /&gt;
Invoke the Function List pressing CTRL+F11.&lt;br /&gt;
&lt;br /&gt;
==How can I delete all empty lines in a text file?==&lt;br /&gt;
See [[Search_and_Replace_Tricks#Delete_all_empty_lines]]&lt;br /&gt;
&lt;br /&gt;
==How can I change fonts? Where I can get new ones?==&lt;br /&gt;
See [[Fonts]].&lt;br /&gt;
&lt;br /&gt;
==Can I quit the editor or close all open documents with a single key press?==&lt;br /&gt;
Yes, see [[Undocumented_Tricks#Close_all_files_pressing_ESC]].&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User:WikiSysop</id>
		<title>User:WikiSysop</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User:WikiSysop"/>
				<updated>2008-12-01T23:44:04Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by CadroNzell (Talk); changed back to last version by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When I'm not playing WikiSysop, I'm [[User:Justinsomnia|Justinsomnia]].&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Talk:Alternative_Editors</id>
		<title>Talk:Alternative Editors</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Talk:Alternative_Editors"/>
				<updated>2008-12-01T23:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by LiletOricc (Talk); changed back to last version by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have done a (freeware) editors comparison and posted my findings on http://www.mpsoftware.dk/forum/viewtopic.php?t=1124, feel free to copy anything of it to add to this page!&lt;br /&gt;
&lt;br /&gt;
PS I still use edit+ but when PHP designer gets the FTP support I probably switch over to it...&lt;br /&gt;
&lt;br /&gt;
[[User:Saul11|Saul11]] 04:21, 22 Oct 2005 (CDT)&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Stub</id>
		<title>Stub</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Stub"/>
				<updated>2008-12-01T23:43:53Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by OutrcOpast (Talk); changed back to last version by Adam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A '''stub''' is a very short article, generally of one paragraph or less. &lt;br /&gt;
&lt;br /&gt;
Most stubs fail to cover all but the most trivial subjects completely. However, this does not mean the stub is not a legitimate article—it just needs to be expanded.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Releases</id>
		<title>Releases</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Releases"/>
				<updated>2008-12-01T23:43:50Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by LadelBasta (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Latest Version==&lt;br /&gt;
&lt;br /&gt;
v3.01 (build 446), released on April 14, 2008, available from the [http://www.editplus.com/download.html Download Page] or the [ftp://ftp.editplus.com/ EditPlus anonymous FTP].&lt;br /&gt;
&amp;lt;br /&amp;gt;(latest major version, v3.00 build 323, was released on February, 11 2008)&lt;br /&gt;
&lt;br /&gt;
===Version notes (unofficial)===&lt;br /&gt;
*EditPlus v3 only works on Windows 2000, XP, and Vista, and loses compatibility with Windows 95, 98, and ME. If you have an old Windows system you can't upgrade to EditPlus 3.&lt;br /&gt;
*EditPlus 3 saves files differently than EditPlus 2: now it opens the file and overwrites it, which means saved files are no longer moved at the end of the file list in the folder by Windows.&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
'''For installation on computers that do not have EditPlus version 2 installed:'''&lt;br /&gt;
&lt;br /&gt;
1. Run the executable installer, selecting the directories in which INI (settings) and syntax (STX) files should be installed. (Auto-complete (ACP) and cliptext (CTX) files will go in the same directory as syntax files.)&lt;br /&gt;
&lt;br /&gt;
'''For Installation on computers that have EditPlus version 2 installed:'''&lt;br /&gt;
&lt;br /&gt;
1. Do not uninstall version 2. Versions 2 and 3 can co-exist on the same computer.&lt;br /&gt;
&lt;br /&gt;
2. Install version 3 as described above.&lt;br /&gt;
&lt;br /&gt;
3. Copy any non-standard syntax, auto-complete, and cliptext files from the version 2 installation to the location chosen for version 3.&lt;br /&gt;
&lt;br /&gt;
4. Optionally, uninstall version 2 after confirming that version 3 works as desired.&lt;br /&gt;
&lt;br /&gt;
==Latest Patch==&lt;br /&gt;
None, at the moment.&lt;br /&gt;
&lt;br /&gt;
Patches can be downloaded from&lt;br /&gt;
[http://www.editplus.com/trouble.html EditPlus Patches page]&lt;br /&gt;
&lt;br /&gt;
===Installation===&lt;br /&gt;
Extract the files contained inside the ZIP compressed patch file into the EditPlus installation directory.&lt;br /&gt;
&lt;br /&gt;
==Upcoming version==&lt;br /&gt;
None at the moment.&lt;br /&gt;
&lt;br /&gt;
===Beta releases===&lt;br /&gt;
Beta releases are available to beta testers only.&lt;br /&gt;
&lt;br /&gt;
They can be downloaded from&lt;br /&gt;
http://www.editplus.com/beta/beta-en.html&lt;br /&gt;
which is password protected.&lt;br /&gt;
&lt;br /&gt;
To become a betatester and get a password, you must be a registered user of the current version and apply here:&lt;br /&gt;
http://www.editplus.com/betainfo.html&lt;br /&gt;
&lt;br /&gt;
==Localizations==&lt;br /&gt;
See the [[Localization]] page for EditPlus translated into other languages.&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.01==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
This is a bug patch release which accumulates previous bug patch files.&lt;br /&gt;
* The default encoding of open file follows system language instead of keyboard language.&lt;br /&gt;
* User tool setting could not handle more than 500 characters.&lt;br /&gt;
* Increases max number of projects to 500.&lt;br /&gt;
* 'New' command on the Cliptext Window did not work.&lt;br /&gt;
* Default encoding setting did not apply to new document.&lt;br /&gt;
* Upward Regular expression replace did not work correctly.&lt;br /&gt;
* 'Cut Marked Lines' did not work correctly with selected text.&lt;br /&gt;
* -n command-line option did not work with existing instance.&lt;br /&gt;
* Browser menu could temporarily cause program freeze.&lt;br /&gt;
* Regular expression '.' could cause program crash.&lt;br /&gt;
* Supports RSA signature algorithm for sftp.&lt;br /&gt;
* Fixes a keyboard input bug with Korean special characters.&lt;br /&gt;
* Supports 'Auto Run' user tool groups.&lt;br /&gt;
* 'Color' and 'Table' button did not work correctly on secondary monitor.&lt;br /&gt;
* 'Hide output' option for the user tool setting.&lt;br /&gt;
* Supports file type based on the first line of file.&lt;br /&gt;
* 'Keyboard Map' did not display the correct result.&lt;br /&gt;
* Replace in column selection could cause program crash.&lt;br /&gt;
* Opening a file from project could cause program crash if the file does not exist.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==What's New in Version 3.00==&lt;br /&gt;
Source: [http://www.editplus.com/new.html What's New page on EditPlus official website]&lt;br /&gt;
&lt;br /&gt;
===New features===&lt;br /&gt;
* Improved Unicode compatibility.&lt;br /&gt;
* 'Enable visual style for toolbars' option ('Preferences'-&amp;gt;'Tools').&lt;br /&gt;
* 'Match Tag'/'Select Tag' command ('Search' menu).&lt;br /&gt;
* Allows drag and drop for the Document Selector tabs.&lt;br /&gt;
* Automatically adjusts the number of rows on the Document Selector.&lt;br /&gt;
* 'Restore cursor/markers/encoding of recent files' option ('Preferences'-&amp;gt;'General').&lt;br /&gt;
* Automatically adds file extension if the file type has only one extension.&lt;br /&gt;
* 'Rename' command ('File'-&amp;gt;'Others').&lt;br /&gt;
* 'Current project' option in the Find in Files dialog box.&lt;br /&gt;
* 'An additional file name (allows * and ?)' option ('Preferences'-&amp;gt;'Settings &amp;amp; syntax'-&amp;gt;'More').&lt;br /&gt;
* Supports secondary function pattern option.&lt;br /&gt;
* 'Toggle Folding' command ('View'-&amp;gt;'Code Folding').&lt;br /&gt;
* 'Add Dir' button on the 'Preferences'-&amp;gt;'Project'.&lt;br /&gt;
* Supports 'Sort' button on the Window List.&lt;br /&gt;
* Supports 'Copy Name' button on the Window List.&lt;br /&gt;
* Function Pattern dialog box supports 'Partial display' option.&lt;br /&gt;
* 'Previous' button instead of Up/Down on the Find dialog box.&lt;br /&gt;
* $(AppDir) argument macro added.&lt;br /&gt;
* Supports font option for the Document Selector.&lt;br /&gt;
* Supports auto save as *.tmp file for unnamed buffers.&lt;br /&gt;
* 'Up'/'Down' button on the Window List supports multiple selections.&lt;br /&gt;
* Duplicate Line command supports multi-line selection.&lt;br /&gt;
* 'Open Selection' command supports multi-line selection.&lt;br /&gt;
* Native support for tilt wheel on Vista.&lt;br /&gt;
* Supports horizontal scroll by SHIFT + mouse wheel.&lt;br /&gt;
* -wd command line option for specifying directory to save the workspace.&lt;br /&gt;
* 'Transparent' command ('Window'-&amp;gt;'Others').&lt;br /&gt;
* 'Remove from Project' command ('Project'-&amp;gt;'Manage Project').&lt;br /&gt;
* Supports 'Up'/'Down' button on the 'Preferences'-&amp;gt;'Settings &amp;amp; syntax' dialog box.&lt;br /&gt;
* 'Copy URL' command ('Edit'-&amp;gt;'Clipboard' menu).&lt;br /&gt;
* 'User tool group' option on the 'Preferences'-&amp;gt;'Project' dialog box.&lt;br /&gt;
* 'Move Up/Down' command ('Edit'-&amp;gt;'Others').&lt;br /&gt;
* 'Change File Encoding'/'File Encoding Multiple' commands ('Document'-&amp;gt;'File Encoding').&lt;br /&gt;
* Displays current project name on the title bar.&lt;br /&gt;
* 'Next/Prev Project' command ('Project'-&amp;gt;'Manage Project').&lt;br /&gt;
* Allows CHMOD on multiple files.&lt;br /&gt;
* 'Allow Drag &amp;amp; Drop' option ('Edit'-&amp;gt;'Others').&lt;br /&gt;
* New toolbar buttons: Find Next/Prev Word, Toggle Folding, Sum, Last Visited, Character Count.&lt;br /&gt;
&lt;br /&gt;
===Bug fixes===&lt;br /&gt;
* FTP status of 100% could cause program crash.&lt;br /&gt;
* Some sftp servers could cause program freeze.&lt;br /&gt;
* Regular expression in Find in Files dialog box could cause program crash.&lt;br /&gt;
* 'Save wrapped lines with CR/LF' option could corrupt file.&lt;br /&gt;
* Replace All could incorrectly hide folded lines.&lt;br /&gt;
* 'Subdirectory' FTP setting did not work correctly on VMS servers.&lt;br /&gt;
* '$' regular expression did not work correctly.&lt;br /&gt;
* Search Document command could omit some words.&lt;br /&gt;
* Improved Vista UAC compatibility.&lt;br /&gt;
* 'Sum' command could not handle minus value.&lt;br /&gt;
* Fixes display error when selecting by word.&lt;br /&gt;
* Fixes a screen update bug with auto completion in word wrap mode.&lt;br /&gt;
* Extending column selection with 'Shift + click' didn't work.&lt;br /&gt;
* 'Decrease Indent' command did not work correctly with column selections.&lt;br /&gt;
* 'Create File' did not work on disconnected FTP server.&lt;br /&gt;
* Suppresses auto completion in C/C++ preprocessor directives.&lt;br /&gt;
* Keystroke recording could not handle the Insert key.&lt;br /&gt;
* Highlighted matching braces could not be restored when changing focus.&lt;br /&gt;
* Replace dialog box with regex did not work upward.&lt;br /&gt;
* Suppresses combo box auto completion when pasting.&lt;br /&gt;
* 'Use EditPlus in Internet Explorer' didn't work as expected in Vista.&lt;br /&gt;
* Reset button on the 'Preferences'-&amp;gt;'Toolbar' did not work correctly.&lt;br /&gt;
* Fixes a bug with the Korean input method editor.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User_talk:WikiSysop</id>
		<title>User talk:WikiSysop</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User_talk:WikiSysop"/>
				<updated>2008-12-01T23:43:49Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by OueltLachi (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Spam on EditPlus Wiki==&lt;br /&gt;
Hello, this website is being vandalized and spammed to bits on a daily basis. The situation is totally out of control. Please make the pages editable by registered users only (even better by users who registered since at least a few days, if the version of WikiMedia installed here supports such feature). --[[User:ElfQrin|ElfQrin]] 03:55, 7 July 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/WinSCP</id>
		<title>WinSCP</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/WinSCP"/>
				<updated>2008-12-01T23:43:48Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by GetdeLvico (Talk); changed back to last version by Lietu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''WinSCP''' is an open source freeware SFTP client for Windows using SSH. Legacy SCP protocol is also supported. Its main function is safe copying of files between a local and a remote computer.&lt;br /&gt;
&lt;br /&gt;
Though EditPlus does now support SFTP file transfer natively, it sometimes fails to connect to certain types of SFTP servers ''([[FTP/SFTP#SFTP_Fix_for_OpenSSH|see fix]]'').  You can configure WinSCP to use EditPlus as an external editor.&lt;br /&gt;
Make sure you have WinSCP version 3.7.2 or higher in order for it to work properly with EditPlus. You can download WinSCP [http://winscp.net/eng/download.php here].&lt;br /&gt;
&lt;br /&gt;
==Configure WinSCP to use EditPlus as an External Editor==&lt;br /&gt;
#Launch WinSCP&lt;br /&gt;
#Check &amp;quot;Advanced Options&amp;quot; in the lower left&lt;br /&gt;
#Select &amp;quot;Preferences&amp;quot; in the pane on the left&lt;br /&gt;
#Press the &amp;quot;Preferences...&amp;quot; button on the lower right&lt;br /&gt;
#Select Editors in the pane on the left&lt;br /&gt;
#Click &amp;quot;Add...&amp;quot; in the pane on the right&lt;br /&gt;
#Choose &amp;quot;External Editor&amp;quot; and enter the path to your EditPlus executable, followed by an exclamation point-dot-exclamation point&amp;lt;br&amp;gt;e.g. &amp;lt;code&amp;gt;&amp;quot;C:\Program Files\EditPlus 2\editplus.exe&amp;quot; -e !.!&amp;lt;/code&amp;gt;&lt;br /&gt;
#Check &amp;quot;External editor opens multiple files in one window (process)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Prevent SSH Timeout==&lt;br /&gt;
#Launch WinSCP&lt;br /&gt;
#Check &amp;quot;Advanced Options&amp;quot; in the lower left&lt;br /&gt;
#Select &amp;quot;Connection&amp;quot; in the pane on the left&lt;br /&gt;
#Under &amp;quot;Keepalives&amp;quot; choose &amp;quot;Sending of null SSH packets&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Cache Password for Background File Transfer==&lt;br /&gt;
When you're editing a file opened using WinSCP, and you save that file, by default WinSCP will prompt for your password again. However, you can prevent that from happening by having WinSCP cache your password.&lt;br /&gt;
#Launch WinSCP&lt;br /&gt;
#Check &amp;quot;Advanced Options&amp;quot; in the lower left&lt;br /&gt;
#Select &amp;quot;Preferences&amp;quot; in the pane on the left&lt;br /&gt;
#Press the &amp;quot;Preferences...&amp;quot; button on the lower right&lt;br /&gt;
#Select Transfer &amp;gt; Background in the pane on the left&lt;br /&gt;
#Check &amp;quot;Remember password of main session for background transfers&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[FTP/SFTP]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
[http://winscp.net/ WinSCP Homepage]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Regular_Expressions</id>
		<title>Regular Expressions</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Regular_Expressions"/>
				<updated>2008-12-01T23:43:41Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by CaalaCelba (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page exists as a resource for '''Regular Expressions''' (also shortened as ''RegEx'' or ''RegExp'') frequently used in EditPlus. In order to learn more about the particulars of creating a regular expression in EditPlus, see [[regular expression syntax]]. Also note that [[Regular expression syntax#Operators and Syntax Not Supported in EditPlus|some standard regular expressions are currently not supported]].&lt;br /&gt;
&lt;br /&gt;
Note: EditPlus only supports [[http://en.wikipedia.org/wiki/POSIX POSIX]] Regular Expressions, not [[http://en.wikipedia.org/wiki/PCRE PCRE]] (Perl-Compatible Regular Expressions), which means there are no back-references, no look-aheads, no fancy quantifiers, and no convenient character group syntax]].  Just your basic ^, $, +, *, ?, [ ], [^ ], syntax.  Also note that +/* are always greedy.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Search and Replace Tricks]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
*[http://en.kerouac3001.com/regex-tutorial-8.htm Easy Regex Tutorial]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User:Justinsomnia</id>
		<title>User:Justinsomnia</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User:Justinsomnia"/>
				<updated>2008-12-01T23:43:39Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by DomliCnaro (Talk); changed back to last version by Justinsomnia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I started and maintain the [http://www.editplus.info EditPlus Wiki]. My personal blog is [http://justinsomnia.org/ justinsomnia.org].&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/STX</id>
		<title>STX</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/STX"/>
				<updated>2008-12-01T23:43:36Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by BorotRocca (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Known_Issues</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Known_Issues"/>
				<updated>2008-12-01T23:43:34Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by LigetAceld (Talk); changed back to last version by Suthep&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a list of bugs and other issues which are known to exist in the current release of Editplus. Hopefully these will be addressed in future versions.&lt;br /&gt;
Before adding something here you should ascertain that [[Sangil Kim]] has acknowledged that the issue exists.&lt;br /&gt;
&lt;br /&gt;
===Unicode Characters with negative width===&lt;br /&gt;
Unicode has several subranges which include characters with negative width (when used they overlay the preceding character). These include:&lt;br /&gt;
* Combining Diacritical marks (U+0300 - U+033F)&lt;br /&gt;
* Some Tonos character used in Greek&lt;br /&gt;
* Four diacriticals used in Cyrillic&lt;br /&gt;
* Vowels in Devanagari&lt;br /&gt;
* Vowels in Tamil&lt;br /&gt;
* Vowels in Thai&lt;br /&gt;
&lt;br /&gt;
As of version 2.3x, Editplus treats all character widths as positive when determining cursor position, but the text will be rendered correctly by the operating system, resulting in the cursor appearing in the wrong place (to the right) in text containing negative-width characters. Effects include odd spacing, invisibility of selected text and difficulty positioning the cursor to select, paste or edit. Sangil hopes to address this issue in a future version.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User_talk:ElfQrin</id>
		<title>User talk:ElfQrin</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User_talk:ElfQrin"/>
				<updated>2008-12-01T23:43:33Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by RolvaRsitd (Talk); changed back to last version by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== I have made you a sysop ==&lt;br /&gt;
&lt;br /&gt;
ElfQrin, thanks for your assistance in keeping Editplus.info spam in check. As a sysop, you can delete/undelete pages, block IPs, and most importantly rollback spam more easily. I have disabled anonymous editing, so hopefully you won't need to use that power much anymore. &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Talk:Main_Page</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Talk:Main_Page"/>
				<updated>2008-12-01T23:43:24Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Spam on the main page==&lt;br /&gt;
The main page is getting spammed to bits, can nothing be done about this?&lt;br /&gt;
: Spam filters seem to be working. Last spam deletion is dated 16 February 2006.&lt;br /&gt;
:: May be it's time to update spam filters.&lt;br /&gt;
::: Also, can't we make this Wiki editable only by registered users, to reduce spam...? Contributions are spare anyway, so there's little sense in keeping it open to unregistered visitors.&lt;br /&gt;
:::*I agree. --[[User:66.120.20.70|66.120.20.70]] 13:02, 30 March 2007 (PDT)&lt;br /&gt;
::::Done.--[[User:WikiSysop|WikiSysop]] 00:50, 11 July 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Talk:Main_Page</id>
		<title>Talk:Main Page</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Talk:Main_Page"/>
				<updated>2008-12-01T23:42:50Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by LivarMonel (Talk); changed back to last version by RodelRopas&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;cooutrc&lt;br /&gt;
==Spam on the main page==&lt;br /&gt;
The main page is getting spammed to bits, can nothing be done about this?&lt;br /&gt;
: Spam filters seem to be working. Last spam deletion is dated 16 February 2006.&lt;br /&gt;
:: May be it's time to update spam filters.&lt;br /&gt;
::: Also, can't we make this Wiki editable only by registered users, to reduce spam...? Contributions are spare anyway, so there's little sense in keeping it open to unregistered visitors.&lt;br /&gt;
:::*I agree. --[[User:66.120.20.70|66.120.20.70]] 13:02, 30 March 2007 (PDT)&lt;br /&gt;
::::Done.--[[User:WikiSysop|WikiSysop]] 00:50, 11 July 2007 (PDT)&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Alternative_Editors</id>
		<title>Alternative Editors</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Alternative_Editors"/>
				<updated>2008-12-01T23:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by LiracDeltr (Talk); changed back to last version by Seth&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How does EditPlus compare to other text editors with similar feature sets? If you've switched to EditPlus from another comparable editor, or if you've left EditPlus in the dust, describe why here.&lt;br /&gt;
Please notice that EditPlus has a customizable Auto-Complete feature that other text editors might not have and they, therefore, would not compare this feature in their feature comparing matrix. And the indent-wrap feature (the wrapped lines are also indented) is mostly lacking in other editors.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Windows=&lt;br /&gt;
&lt;br /&gt;
==Boxer==&lt;br /&gt;
*[http://www.boxersoftware.com/ Boxer] ''(shareware)''&lt;br /&gt;
Boxer is definitely a full-featured editor that's worth a look.  Whether or not one prefers it to EditPlus will be a matter of personal preference.  There's a complete list of Boxer's features [http://www.boxersoftware.com/pgfeat.htm here].&lt;br /&gt;
&lt;br /&gt;
==HTML Kit==&lt;br /&gt;
*[http://www.chami.com/html-kit/ HTML Kit] ''(shareware)''&lt;br /&gt;
&lt;br /&gt;
==jEdit==&lt;br /&gt;
*[http://www.jedit.org/ jEdit - Programmer's Text Editor] ''(GPL license)''&lt;br /&gt;
jEdit is free. It is written in Java, so it runs on Mac OS X, OS/2, Unix, VMS and Windows. This also means that is is slower than EditPlus. It is missing some EditPlus functionality, but it has a number of advantages:&lt;br /&gt;
*Built-in macro language; extensible plugin architecture. Dozens of macros and plugins available.&lt;br /&gt;
*Plugins can be downloaded and installed from within jEdit using the &amp;quot;plugin manager&amp;quot; feature.&lt;br /&gt;
*Auto indent, and syntax highlighting for 122 languages.&lt;br /&gt;
*Folding for selectively hiding regions of text.&lt;br /&gt;
*Highly configurable and customizable.&lt;br /&gt;
&lt;br /&gt;
==TextPad==&lt;br /&gt;
*[http://www.textpad.com/ TextPad] ''(shareware)''&lt;br /&gt;
&lt;br /&gt;
(A new version of TextPad [v5.0] was released in March 2007.)&lt;br /&gt;
&lt;br /&gt;
Two words: file comparison.&lt;br /&gt;
Textpad is also a very good text editor. However, development on it has languished - the last release was June '04. It does have a built in file comparison tool, but lacks builtin FTP support, which is what led me to switch to Editplus.&amp;lt;br/&amp;gt;&lt;br /&gt;
Also, the shortcuts are not standardized. Ctrl+F does not open the search box but starts a search with the previously used search term (unless you switch to Microsoft compatibility mode in the settings screens).&lt;br /&gt;
&lt;br /&gt;
==UltraEdit==&lt;br /&gt;
*[http://www.ultraedit.com/ UltraEdit] ''(shareware)''&lt;br /&gt;
UltraEdit has a built in FTP and SFTP feature, which works OK. It also has the rest of the features, even though they have not been attached to convenient shortcuts. The text editor as such is not the greatest, but it does the job. There are a few screen bugs when scrolling and selecting. The syntax highlight is completely customizable but acting &amp;quot;weird&amp;quot; at times.&lt;br /&gt;
&lt;br /&gt;
Additionally, it has the very useful ability to edit &amp;quot;Raw&amp;quot; files, that is, you can edit the file in Hex format, byte by byte.&lt;br /&gt;
&lt;br /&gt;
The syntax highlight is very customizable upto a point - but not flexible enough for some. And over-complicated too. &lt;br /&gt;
&lt;br /&gt;
The search feature has a useful &amp;quot;list lines containing string&amp;quot; option.&lt;br /&gt;
&lt;br /&gt;
*Only* reason to use this over editplus is the code-folding and the Color Selector.&lt;br /&gt;
&lt;br /&gt;
==EditPad==&lt;br /&gt;
*[http://www.editpadpro.com/index.html EditPad Pro] ''(shareware)''&lt;br /&gt;
*[http://www.editpadpro.com/editpadlite.html EditPad Lite] ''(free for non commercial use, not open source)''&lt;br /&gt;
&lt;br /&gt;
==PSPad==&lt;br /&gt;
*[http://www.pspad.com/en/ PSPad] ''(freeware, not open source)''&lt;br /&gt;
Excellent editor with many interesting features which include ability to script using JavaScript, and the Code Explorer.&lt;br /&gt;
&lt;br /&gt;
==SciTE==&lt;br /&gt;
*[http://www.scintilla.org/SciTE.html SciTE] ''(freeware, open source)''&lt;br /&gt;
&amp;quot;SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.&amp;quot;&lt;br /&gt;
Includes: syntax highlighting, code folding, column selecting, find and replace using regular expressions, find in files (search multiple files at once).&lt;br /&gt;
&lt;br /&gt;
==Notepad++==&lt;br /&gt;
*[http://notepad-plus.sourceforge.net/ Notepad++] ''(GPL license)''&lt;br /&gt;
Notepad++ is a free source code editor which supports several programming languages, running under the MS Windows environment.&amp;lt;br /&amp;gt;&lt;br /&gt;
This project -- based on the Scintilla edit component -- is written in C++ with pure win32 api and STL (that ensures the higher execution speed and smaller size of the program).&lt;br /&gt;
&lt;br /&gt;
==Multi-Edit==&lt;br /&gt;
*[http://www.multieditsoftware.com Multi-Edit] ''(shareware)''&lt;br /&gt;
A very good and mature product with a powerful macro language.&lt;br /&gt;
For a comparison of the features between Multi-Edit and the other leading editors (including EditPlus) click [http://www.multieditsoftware.com/MEvsMISC.php here]&lt;br /&gt;
&lt;br /&gt;
==Zeus For Windows==&lt;br /&gt;
*[http://www.zeusedit.com/ Zeus for Windows] ''(shareware)''&lt;br /&gt;
Zeus offers the standard set of internet editing features like HTML syntax highlighting, built-in FTP/SFTP editing and checking HTML code for W3C conformance using Tidy HTML.&lt;br /&gt;
But it also offers many more programmer specific  features like code folding, class browsing, intellisensing, macro scripting, project/workspace management, integrated version control [http://www.zeusedit.com/features.html and more].&lt;br /&gt;
&lt;br /&gt;
==Crimson Editor==&lt;br /&gt;
*[http://www.crimsoneditor.com/ Crimson Editor] ''(freeware, also newly open sourced)''&lt;br /&gt;
Crimson Editor is a freeware editor for Windows with customizable syntax highlighting and macro recording support. Also, the interface and functionalities look very similar to older versions of EditPlus. Excellent choice for EditPlus users who have to work on Windows servers, where it can be used to replace Notepad without the need for licenses.&lt;br /&gt;
&lt;br /&gt;
The developer recently released the source code as he no longer has the time to devote to it.&lt;br /&gt;
&lt;br /&gt;
=Notepad replacements for Windows=&lt;br /&gt;
''Not a real alternative to EditPlus, nor an editor for coders. They're rather a replacement for the standard Notepad that comes with Microsoft Windows.''&lt;br /&gt;
&lt;br /&gt;
==Notepad2==&lt;br /&gt;
*[http://www.flos-freeware.ch/notepad2.html Notepad2] ''(freeware, open source)''&lt;br /&gt;
Notepad replacement based on the Scintilla editing component. Supports syntax highlighting, regex search/replace, DOS/UNIX/Mac line endings, Unicode, and bookmarks. However, as a notepad replacement, will only open one file per instance, can't define new languages for highlighting (without recompiling), and doesn't support code folding. An excellent notepad replacement, none the less.&lt;br /&gt;
&lt;br /&gt;
==TheGun==&lt;br /&gt;
*[http://www.movsd.com/thegun.htm TheGun] ''(freeware)''&lt;br /&gt;
TheGun is entirely coded in Microsoft Assembler (MASM) using the Windows API functions. File size is 6k (6144 bytes). It doesn't require installation, it doesn't write in the registry, and doesn't use external DLLs. It comes with a configuration file (SETGUN.EXE) that patches the executable according to the user's preferences, so it doesn't need to load an INI file.&amp;lt;br /&amp;gt;&lt;br /&gt;
It can open any kind of file (even binary data) and it has no size limit.&lt;br /&gt;
&lt;br /&gt;
==RogSoft NotePad+==&lt;br /&gt;
*[http://www.mypeecee.org/rogsoft/ RogSoft NotePad+] ''(freeware, not open source)''&lt;br /&gt;
Notepad replacement able to open multiple documents.&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Linux/BSD=&lt;br /&gt;
''If [[Running on Linux|EditPlus under WINE]] is unacceptable to you, try the following Linux/BSD text editors with features comparable to EditPlus.''&lt;br /&gt;
&lt;br /&gt;
==KATE==&lt;br /&gt;
*[http://kate.kde.org/ KATE (KDE Advanced Text Editor)] ''(GPL license)''&lt;br /&gt;
&amp;quot;Kate is a multi document editor, based on a rewritten version of the kwrite editing widget of KDE, offering all the features of that plus a bunch of its own.&amp;quot;  It supports projects and syntax highlighting.&lt;br /&gt;
&lt;br /&gt;
==Bluefish==&lt;br /&gt;
*[http://bluefish.openoffice.nl/ Bluefish] ''(GPL license)''&lt;br /&gt;
Top EditPlus shared features: projects, syntax highlighting, auto-complete, ClipText-like panel, POSIX Regex (and Perl!), custom shortcut keys, run custom external applications. It requires GTK 2.0 or newer (GTK 2.4 or newer is recommended).&amp;lt;br /&amp;gt;&lt;br /&gt;
On Debian and Ubuntu it can be installed using APT: '''apt-get install bluefish'''.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Gentoo it can be installed using emerge: ''' emerge -av bluefish '''.&lt;br /&gt;
&lt;br /&gt;
==SciTE==&lt;br /&gt;
*[http://www.scintilla.org/SciTE.html SciTE] ''(freeware, open source)''&lt;br /&gt;
&amp;quot;SciTE is a SCIntilla based Text Editor. Originally built to demonstrate Scintilla, it has grown to be a generally useful editor with facilities for building and running programs. It is best used for jobs with simple configurations - I use it for building test and demonstration programs as well as SciTE and Scintilla, themselves.&amp;quot;&lt;br /&gt;
It requires GTK+.&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Linux shell=&lt;br /&gt;
&lt;br /&gt;
==JED==&lt;br /&gt;
*[http://www.jedsoft.org/jed/ JED] ''(freeware, open source)''&lt;br /&gt;
Not nearly as powerful as EditPlus, but probably the easiest text editor for Linux console, with menus, syntax highlighting, copy/paste text selection, etc.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Debian and Ubuntu it can be installed using APT: '''apt-get install jed'''.&lt;br /&gt;
&lt;br /&gt;
== mcedit (Midnight Commander Editor) ==&lt;br /&gt;
*[http://www.ibiblio.org/mc/ GNU Midnight Commander] ''(GPL, open source)''&lt;br /&gt;
Internal file editor of GNU Midnight Commander filesystem browser, based in the&lt;br /&gt;
terminal version of cooledit, but can be invoked and used from the shell. &lt;br /&gt;
It has syntax highlighting, regular expression searching, mouse support, macro &lt;br /&gt;
commands, edits text and binary files up to 64MB. Very easy to use.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Ubuntu can be installed using APT: '''apt-get install mc''' (from Universe repositories).&amp;lt;br /&amp;gt;&lt;br /&gt;
On Slackware is included in the ''ap'' category.&lt;br /&gt;
&lt;br /&gt;
==VIM==&lt;br /&gt;
*[http://www.vim.org/ VIM (Vi IMproved)] ''(GPL compatible charityware, open source)''&lt;br /&gt;
Popular text editor for Linux console, although it's a bit hard to use for the average user.&amp;lt;br /&amp;gt;&lt;br /&gt;
On Debian and Ubuntu it can be installed using APT: '''apt-get install vim'''.&lt;br /&gt;
&lt;br /&gt;
=Alternative editors for Mac=&lt;br /&gt;
&lt;br /&gt;
==BBEdit==&lt;br /&gt;
*[http://www.barebones.com/products/bbedit/index.shtml BBEdit] ''(shareware)''&lt;br /&gt;
HTML and text editor for the Mac&amp;lt;br /&amp;gt;&lt;br /&gt;
Cory Doctorow is constantly [http://www.google.com/search?ie=UTF-8&amp;amp;oe=UTF-8&amp;amp;q=bbedit&amp;amp;btnG=Search+Boing+Boing&amp;amp;domains=boingboing.net&amp;amp;sitesearch=boingboing.net singing its praises] on [http://www.boingboing.net/ BoingBoing]&lt;br /&gt;
&lt;br /&gt;
==TextMate==&lt;br /&gt;
*[http://macromates.com/ TextMate] ''(shareware)''&lt;br /&gt;
Text editor for Mac OS X. Code highlighting and folding, tag closing, macros, tabs, amazingly extensible. Very good for programmers. Shareware, &amp;amp;euro;39.&lt;br /&gt;
&lt;br /&gt;
==Smultron==&lt;br /&gt;
*[http://smultron.sourceforge.net/ Smultron] ''(open source - BSD license)''&lt;br /&gt;
Text editor for Mac OS X.  Requires version 10.4.5 or higher - some older versions of Smultron support older versions of OS X.  Supports syntax highlighting, regular expressions, and other stuff.  Available in English, German, Chinese (traditional), French, Russian, Czech, Italian, Japanese, and Swedish.  [http://smultron.sourceforge.net/features.html Full list of features.]&lt;br /&gt;
Open-source/BSD license.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Localization</id>
		<title>Localization</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Localization"/>
				<updated>2008-12-01T23:42:44Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by RolmoNlibo (Talk); changed back to last version by WikiSysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides links to versions of EditPlus that have been localized for non-English speakers. Be forewarned, these translations are not official and are not supported by the developers.&lt;br /&gt;
&lt;br /&gt;
== French / Français ==&lt;br /&gt;
*[http://www.frenchbox.tk/ FrenchBox.TK]&lt;br /&gt;
French translation of EditPlus. I started to translate EditPlus since September 2002.&lt;br /&gt;
&lt;br /&gt;
Traduction française d'EditPlus. J'ai commencé à traduire EditPlus en Septembre 2002.&lt;br /&gt;
*[http://kenrick.free.fr/frenchbox/scripts/download.php?file=56&amp;amp;mirroir=1 EditPlus 2.20 (211) FR]&lt;br /&gt;
*[http://kenrick.free.fr/frenchbox/scripts/download.php?file=39&amp;amp;mirroir=1 EditPlus 2.12 (76) FR]&lt;br /&gt;
*[http://kenrick.free.fr/frenchbox/scripts/download.php?file=5&amp;amp;mirroir=1 EditPlus 2.11 SR1 (1052) FR]&lt;br /&gt;
*[http://kenrick.free.fr/frenchbox/scripts/download.php?file=22&amp;amp;mirroir=1 NSIS Syntax file for EditPlus]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/EditPlus_Wiki:Site_support</id>
		<title>EditPlus Wiki:Site support</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/EditPlus_Wiki:Site_support"/>
				<updated>2008-12-01T23:42:36Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by CorleTolar (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Currently no donations are sought.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/FAQ</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/FAQ"/>
				<updated>2008-12-01T23:42:32Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by BocclIsitb (Talk); changed back to last version by Arjan S&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page exists to collect a growing number of '''frequently asked questions''' or FAQs, many of which have come up over time on the [http://groups.yahoo.com/group/editplus/ EditPlus Yahoo! Group].&lt;br /&gt;
&lt;br /&gt;
==What is EditPlus?==&lt;br /&gt;
EditPlus is an advanced text editor, HTML editor and programmers editor for Windows with syntax highlighting, HTML toolbar, user tools, line number, ruler, URL highlighting, auto-completion, cliptext, column selection, powerful search and replace, multiple undo/redo, spell checker, customizable keyboard shortcuts, and more.&lt;br /&gt;
&lt;br /&gt;
==Who coded EditPlus?==&lt;br /&gt;
EditPlus is developed by [[Sangil Kim]] (ES-Computing), who lives and works in [http://www.geody.com/geospot.php?world=terra&amp;amp;ufi=-706308&amp;amp;alc=chn Chinju], [http://www.geody.com/geocountry.php?world=terra&amp;amp;cid=KS South Korea].&lt;br /&gt;
&lt;br /&gt;
==How can I make EditPlus my default text editor?==&lt;br /&gt;
#Go to Tools / Preferences... / Files / Settings &amp;amp; syntax&lt;br /&gt;
#Select the File type for which you want EditPlus to be your default editor (like Text, PHP)&lt;br /&gt;
#Make sure that the extension you want to associate with EditPlus is listed in the File extensions field. Multiple extensions for the same file type are separated by a semicolon (&amp;quot;;&amp;quot;). Example: php;php3;php4;inc&lt;br /&gt;
#Check Associate in Explorer&lt;br /&gt;
&lt;br /&gt;
==How can I use EditPlus to &amp;quot;View Source&amp;quot; in Mozilla [[Firefox]]?==&lt;br /&gt;
See [[Firefox#Edit_Source_with_EditPlus]].&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus open with a blank document?==&lt;br /&gt;
#Goto Tools &amp;gt; Preferences &amp;gt; General&lt;br /&gt;
#Check &amp;quot;Create new document on start up&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Or you can create a shortcut with the '''/n''' comand line option&lt;br /&gt;
Like this &lt;br /&gt;
&amp;quot;Right-Click&amp;quot; a blank space on your desktop or folder, and choose &amp;quot;New&amp;quot; and then Click &amp;quot;Shortcut&amp;quot;&lt;br /&gt;
Then simply type in this&lt;br /&gt;
C:\Program Files\EditPlus 2\editplus.exe /n (or whatever your path to editplus is)&lt;br /&gt;
''The reason I list this option, is because sometimes you will want to right click and open a file with EditPlus, and if the &amp;quot;Create new document on start up&amp;quot; is checked it will open your file, plus the new blank document, when all you want open is the file that you sent Edit+''&lt;br /&gt;
&lt;br /&gt;
==How do I change the output of the [[HTML]] toolbar buttons?==&lt;br /&gt;
#Edit the [[htmlbar.acp]] file under Program Files\EditPlus 2&lt;br /&gt;
&lt;br /&gt;
==How do I change the default [[HTML]] template?==&lt;br /&gt;
#Edit the template.html file under Program Files\EditPlus 2&lt;br /&gt;
&lt;br /&gt;
==How do I add a new file type to the list under File &amp;gt; New?==&lt;br /&gt;
#Create a new [[template file format|template file]] and save it in Program Files\EditPlus 2&lt;br /&gt;
#Select File &amp;gt; New &amp;gt; Configure Templates&lt;br /&gt;
#Click Add, set &amp;quot;Menu text&amp;quot; to the name of the file type and set the &amp;quot;File path&amp;quot; to the location of the template file&lt;br /&gt;
&lt;br /&gt;
==How do I make the HTML toolbar appear when editing a CSS or other file type?==&lt;br /&gt;
#Goto Tools &amp;gt; Preferences &amp;gt; Settings &amp;amp; syntax&lt;br /&gt;
#Select CSS (or the appropriate file type) under &amp;quot;File types&amp;quot;&lt;br /&gt;
#Check &amp;quot;Show HTML toolbar&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus correctly highlight quoted strings in PHP that contain carriage returns and/or line feeds?==&lt;br /&gt;
#Edit php.stx under Program Files\EditPlus 2&lt;br /&gt;
#Change #CONTINUE_QUOTE=n to #CONTINUE_QUOTE=y&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus &amp;quot;correctly&amp;quot; highlight PHP [[heredoc]] strings?==&lt;br /&gt;
#Edit php.stx under Program Files\EditPlus 2&lt;br /&gt;
#Add the COMMENTON2/COMMENTOFF2 lines below, where EOF is the heredoc identifer you plan to use in your PHP files. Alternatively you can leave out the EOF if you don't plan on having any semicolons in your heredoc strings&lt;br /&gt;
#Save php.stx&lt;br /&gt;
#Select Document &amp;gt; Refresh STX/ACP&lt;br /&gt;
#Select Tools &amp;gt; Preferences &amp;gt; Settings &amp;amp; syntax&lt;br /&gt;
#Select &amp;quot;PHP&amp;quot; under File types&lt;br /&gt;
#Select the &amp;quot;Syntax color&amp;quot; tab&lt;br /&gt;
#Make &amp;quot;Block Comment 2&amp;quot; the same color as Quotation and Quotation 2 (magenta is the default) or choose a unique color for heredoc strings &lt;br /&gt;
 #COMMENTON2=&amp;lt;&amp;lt;&amp;lt;EOF&lt;br /&gt;
 #COMMENTOFF2=EOF;&lt;br /&gt;
&lt;br /&gt;
==How do I make the Document Selector toolbar two rows high?==&lt;br /&gt;
#Right click on the Document Selector toolbar&lt;br /&gt;
#Select &amp;quot;Options...&amp;quot;&lt;br /&gt;
#Set the &amp;quot;Number of rows&amp;quot; to 2&lt;br /&gt;
&lt;br /&gt;
==How do I make the middle mouse button (or scroll wheel) close a file on the Document Selector?==&lt;br /&gt;
#Right-click on the Document Selector toolbar and select &amp;quot;Options...&amp;quot;&lt;br /&gt;
#Check &amp;quot;Close document with middle mouse button&amp;quot;&lt;br /&gt;
#Click OK&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus correctly highlight the syntax of a file with no extension?==&lt;br /&gt;
#Open the file in EditPlus&lt;br /&gt;
#Select Document &amp;gt; Change File Type&lt;br /&gt;
#Select the appropriate file syntax type&lt;br /&gt;
--'''''or'''''--&lt;br /&gt;
#Select Tools &amp;gt; Preferences&lt;br /&gt;
#Select Files &amp;gt; Settings &amp;amp; syntax&lt;br /&gt;
#Select &amp;quot;Default&amp;quot; from the list of file types&lt;br /&gt;
#In the &amp;quot;Syntax file&amp;quot; field, enter the path of the .stx file you want to use for files with no extension&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==How do I make EditPlus highlight the current (or active) line?==&lt;br /&gt;
#Goto Tools &amp;gt; Preferences &amp;gt; General &amp;gt; Colors&lt;br /&gt;
#Select &amp;quot;Active line&amp;quot; in the Area box&lt;br /&gt;
#Uncheck the &amp;quot;Default&amp;quot; checkbox&lt;br /&gt;
#Select a color from &amp;quot;Background&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==How can I comment out several lines of text at once, using line-comment indicators?==&lt;br /&gt;
#Select the text you want to comment out and right click&lt;br /&gt;
#Select Format &amp;gt; Line Comment&lt;br /&gt;
#Enter the comment character or characters you wish to prepend to every selected line and click Ok&lt;br /&gt;
This method is also useful for appending any character(s) to the beginning of several lines. Some common types of line comment syntax includes:&lt;br /&gt;
; // : PHP, JSP, JavaScript, Java, C++, C#&lt;br /&gt;
; # : Perl, PHP&lt;br /&gt;
; ' :(''single apostrophe'') Visual Basic&lt;br /&gt;
; rem : Most BASIC dialects, including Visual Basic&lt;br /&gt;
; ; : (''semicolon'') many INI and CFG formats&lt;br /&gt;
&lt;br /&gt;
==How can I comment out several lines of text at once, using block-comment indicators?==&lt;br /&gt;
The below method is useful for prepending and appending block-comment indicators to the beginning and end of selected-and-clipboard'ed lines for files of type: JSP, JavaScript, Java where /* marks the beginning of block-comment and */ marks the end of block-comment. For other file-types, substitute the /* and */ accordingly and proceed.&lt;br /&gt;
&lt;br /&gt;
# Select some text in an open document within EditPlus.&lt;br /&gt;
# Start recording a macro by pressing CTRL + Q or by going to Tools, Record, Record Keystrokes... and assign a hot-key, say Alt+1 to it.&lt;br /&gt;
# You can also assign a label to the macro by pressing the Change Label... button.&lt;br /&gt;
# Press CTRL + X or go to Edit, Cut.&lt;br /&gt;
# Type &amp;lt;code&amp;gt;/*&amp;lt;/code&amp;gt; and press Enter.&lt;br /&gt;
# Now press CTRL+V or go to Edit, Paste and press Enter.&lt;br /&gt;
# Type &amp;lt;code&amp;gt;*/&amp;lt;/code&amp;gt; and end recording the Macro by pressing CTRL + Q or Tools, Record, Record Keystrokes.&lt;br /&gt;
&lt;br /&gt;
You can also reassign a button on the HTML toolbar:&lt;br /&gt;
&lt;br /&gt;
#Open the HTML toolbar auto-complete file [[htmlbar.acp]] in your EditPlus folder, e.g. C:\Program Files\EditPlus 3&lt;br /&gt;
#Decide which HTML toolbar icon you want to repurpose for block commenting, e.g. the Horizontal Rule (the button with two horizontal lines)&lt;br /&gt;
#Change this:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;#T=HR&amp;lt;br&amp;gt;&amp;amp;lt;HR&amp;amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;to this:&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&amp;lt;code&amp;gt;#T=HR&amp;lt;br&amp;gt;/*^!*/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How do I select a column or box of text?== &lt;br /&gt;
# Turn Word-wrap mode off (use Ctrl+Shift+W to toggle on/off)&lt;br /&gt;
# Hold down the Alt key and use the mouse to select the column of text you want&lt;br /&gt;
'''or'''&lt;br /&gt;
# Turn Word-wrap mode off (use Ctrl+Shift+W to toggle on/off)&lt;br /&gt;
# Place the cursor where you want to start copying&lt;br /&gt;
# Press Alt+C, or right-click and choose Column Select&lt;br /&gt;
# Use arrow keys to select the column of text you want&lt;br /&gt;
# Press Enter or click the mouse to complete column selection&lt;br /&gt;
&lt;br /&gt;
You can then copy, cut, delete, and paste the selected &amp;quot;box&amp;quot; of text. Note: use caution when pasting text copied with column selection. It will overwrite existing text that exists within the dimensions of the &amp;quot;box&amp;quot; of text being pasted. If you paste at the end of a long line, shorter lines are padded so that the pasted text retains its original columnar layout.&lt;br /&gt;
&lt;br /&gt;
==How can I modify the order of the tabs?==&lt;br /&gt;
You can drag and drop the tabs from the main program window.&lt;br /&gt;
&lt;br /&gt;
An alternative method:&lt;br /&gt;
Invoke the Window List pressing F11.&lt;br /&gt;
From there you can sort the selected tabs by using the Up and Down buttons.&lt;br /&gt;
&lt;br /&gt;
==How can I browse functions in my code?==&lt;br /&gt;
Invoke the Function List pressing CTRL+F11.&lt;br /&gt;
&lt;br /&gt;
==How can I delete all empty lines in a text file?==&lt;br /&gt;
See [[Search_and_Replace_Tricks#Delete_all_empty_lines]]&lt;br /&gt;
&lt;br /&gt;
==How can I change fonts? Where I can get new ones?==&lt;br /&gt;
See [[Fonts]].&lt;br /&gt;
&lt;br /&gt;
==Can I quit the editor or close all open documents with a single key press?==&lt;br /&gt;
Yes, see [[Undocumented_Tricks#Close_all_files_pressing_ESC]].&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/EditPlus_Wiki_talk:Community_Portal</id>
		<title>EditPlus Wiki talk:Community Portal</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/EditPlus_Wiki_talk:Community_Portal"/>
				<updated>2008-08-18T18:03:30Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by RaclaVilim (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Editplus under Linux ==&lt;br /&gt;
Hello everyone,&lt;br /&gt;
&lt;br /&gt;
I use editplus now for about 4 years, its great and I cannot live without it.&lt;br /&gt;
But I want to step over to an linux based computer. Can someone tell me if editplus is developt also for linux?&lt;br /&gt;
Or If there is a really good other editplus for linux?&lt;br /&gt;
&lt;br /&gt;
Thanxx&amp;lt;br /&amp;gt;&lt;br /&gt;
''Bjorn''&lt;br /&gt;
&lt;br /&gt;
: EditPlus hasn't been ported to Linux, but you might find this useful: [[Running on Linux]]. --[[User:80.181.144.225|80.181.144.225]] 16:44, 22 June 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
== C/C++ Syntax ==&lt;br /&gt;
Yes under Linux! and + we need a C/C++ syntax file comperable with &amp;quot;vi editor&amp;quot;! It's quite possible that somebody has alredy done a better syntax file for C! If so pls mention it here..&lt;br /&gt;
&lt;br /&gt;
Thanks&amp;lt;br /&amp;gt;&lt;br /&gt;
''cuneytalpay (at) yahoo.com''&lt;br /&gt;
&lt;br /&gt;
== Is it possible to configure Ant as a user tool ==&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
Hi,&lt;br /&gt;
   I've just spent 30 minutes trying to configure EditPlus to use ant as a user tool. My latest attempt is:&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Command: &amp;quot;C:\Program Files\Ant\bin\ant.exe&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Arg: -f $(FileName) $(CurSel)&lt;br /&gt;
&lt;br /&gt;
Initial Dir: $(FileDir)&lt;br /&gt;
&lt;br /&gt;
Capture output: yes , Save open files: yes&lt;br /&gt;
&lt;br /&gt;
which didn't work. Any ideas?&lt;br /&gt;
&lt;br /&gt;
thanks&amp;lt;br /&amp;gt;&lt;br /&gt;
''BriLarks''&lt;br /&gt;
&lt;br /&gt;
== Internet Explorer 6 and 7 won't use EditPlus to edit HTML files ==&lt;br /&gt;
I have set Editplus as the default editor for IE using the Use EditPlus in Internet Explorer 5 (sic) checkbox.&lt;br /&gt;
The registry key at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor\Editor Name was then changed by EditPlus to D:\PROGRA~1\EDITPL~1\eppie.exe (which is where I have it installed)&lt;br /&gt;
&lt;br /&gt;
But... in IE, the Tools &amp;gt; Internet Options &amp;gt; Programs tab still shows a blank instead of EditPlus and, more annoyingly, a context-menu click on Edit still brings up notepad.&lt;br /&gt;
&lt;br /&gt;
Has anyone else seen this and perhaps ;) figured out how to correct this behaviour?&lt;br /&gt;
&lt;br /&gt;
Thanks&amp;lt;br /&amp;gt;&lt;br /&gt;
''Ian Portman''&lt;br /&gt;
&lt;br /&gt;
== SQLPLUS as a user tool ==&lt;br /&gt;
Hi All&lt;br /&gt;
&lt;br /&gt;
I have managed to integrate sqlcmd (SQL Server command line) with EditPlus. If you are interested:&lt;br /&gt;
&lt;br /&gt;
Command:  sqlcmd.exe &lt;br /&gt;
&lt;br /&gt;
Argument: -S {server} -U {username} -P {password} -e -u -s| -d $(Prompt) -Q &amp;quot;$(CurSel)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Capture Output&lt;br /&gt;
&lt;br /&gt;
It will prompt you for a database name and run the selected (highlighted) SQL statement.&lt;br /&gt;
&lt;br /&gt;
I have not tested but am sure sqlcmd.exe can be happily replaced with isql.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I would now like to do the same with SQLPLUS (Oracle command line).&lt;br /&gt;
&lt;br /&gt;
There is no equivalent to &amp;quot;-Q&amp;quot; but the following DOS command does the same:&lt;br /&gt;
&lt;br /&gt;
DOS PROMPT&amp;gt; echo select * from testtable | sqlplus {username}/{password}@{schema}&lt;br /&gt;
&lt;br /&gt;
It pipes the select statement into a new sqlplus shell instance, displays the output, and returns to the DOS prompt.&lt;br /&gt;
&lt;br /&gt;
How do you use this syntax to add an EditPlus user tool?&lt;br /&gt;
&lt;br /&gt;
''Kai''&lt;br /&gt;
&lt;br /&gt;
'''UPDATE: have found a way; see the EditPlus User Tools Wiki'''&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Notes_Syntax</id>
		<title>Notes Syntax</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Notes_Syntax"/>
				<updated>2008-07-15T07:20:49Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by C4tpaSchim (Talk); changed back to last version by Justinsomnia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;See [[syntax files]] for information on using custom syntax files in EditPlus.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#TITLE=Notes&lt;br /&gt;
; Notes provides syntax highlighting for some common&lt;br /&gt;
; textfile note-taking conventions including: &lt;br /&gt;
;    *bold*&lt;br /&gt;
;    _underline_&lt;br /&gt;
;    /italics/&lt;br /&gt;
;    &amp;quot;quotations&amp;quot;&lt;br /&gt;
;     -Bulleted list items&lt;br /&gt;
&lt;br /&gt;
#DELIMITER=*/_&amp;quot;-&lt;br /&gt;
#QUOTATION1=*&lt;br /&gt;
#QUOTATION2=/&lt;br /&gt;
#COMMENTON=_&lt;br /&gt;
#COMMENTOFF=_&lt;br /&gt;
#COMMENTON2=&amp;quot;&lt;br /&gt;
#COMMENTOFF2=&amp;quot;&lt;br /&gt;
; the space character between equal sign and the dash is important&lt;br /&gt;
; to prevent collsions with use of dash for compound words, etc.&lt;br /&gt;
#LINECOMMENT= -&lt;br /&gt;
; enter a tab character between the equal sign and the dash&lt;br /&gt;
#LINECOMMENT2=	-&lt;br /&gt;
#CONTINUE_QUOTE=n&lt;br /&gt;
#CASE=n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Talk:Regular_expression_syntax</id>
		<title>Talk:Regular expression syntax</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Talk:Regular_expression_syntax"/>
				<updated>2008-07-15T07:20:32Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by AlzelLibog (Talk); changed back to last version by BevanFindlay&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There seems to be a bug in editplus with newline characters, even after installing the current patch.  &lt;br /&gt;
&lt;br /&gt;
IE:&lt;br /&gt;
This regular expression&lt;br /&gt;
&amp;lt;tag&amp;gt;.*\n.*&amp;lt;/tag&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Matches the following text:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tag&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tag&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
When I think it should only match a single newline inside the tag.  Can anyone else duplicate this, or correct me if I'm mistaken?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Jared&lt;br /&gt;
jared AT blatantcreative DOT com&lt;br /&gt;
&lt;br /&gt;
[EDIT: This seems to be true in html files but not text files.  I havent tried others.]&lt;br /&gt;
&lt;br /&gt;
== Matching &amp;quot;(&amp;quot; and &amp;quot;)&amp;quot; in regular expressions ==&lt;br /&gt;
&lt;br /&gt;
How does one do a literal match on characters used as regular expression operators?  An real-world example:&lt;br /&gt;
I have a list of email addresses and names that I want to strip the names out of and they are in the following format:&lt;br /&gt;
&lt;br /&gt;
Bob Smith (bob.smith@domain.com)&lt;br /&gt;
&lt;br /&gt;
And I want to extract:&lt;br /&gt;
&lt;br /&gt;
bob.smith@domain.com&lt;br /&gt;
&lt;br /&gt;
The thing I couldn't work out how to do was match the &amp;quot;(&amp;quot; and &amp;quot;)&amp;quot; characters so I could pull out the data between them, as the parentheses characters would get interpreted as regex operators.  I think it would be worth noting in this section how to escape the operator characters (&amp;quot;\&amp;quot; is described, from which I would infer that the others are probably escaped in the same way - e.g. &amp;quot;\.&amp;quot;, &amp;quot;\(&amp;quot; etc, but it would probably be worth noting the correct way to do this).&lt;br /&gt;
&lt;br /&gt;
 - Bevan.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/FTP/SFTP</id>
		<title>FTP/SFTP</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/FTP/SFTP"/>
				<updated>2008-07-15T07:20:28Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by ErcacDelta (Talk); changed back to last version by Jumphog&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==SFTP Fix for OpenSSH==&lt;br /&gt;
There is a limitation in EditPlus's implementation of SFTP that does not work with certain versions of OpenSSH.  OpenSSH is the most commonly used implemenation of SFTP on Linux.  If you can NOT to connect in EditPlus but you ARE with other applications (such as [http://filezilla.sf.net FileZilla], and the host is running OpenSSH version 3.8.1p1 or later, it could be that a simple configuration change on the server is all that is necessary to make it work.&lt;br /&gt;
&lt;br /&gt;
Instructions:&lt;br /&gt;
*Edit the '''sshd_config''' file (commonly located in '''/etc/ssh/''').&lt;br /&gt;
*Find the line that starts with: '''PasswordAuthentication'''.&lt;br /&gt;
*Set it to '''yes''' instead of '''no'''.&lt;br /&gt;
*Restart the SSH daemon by typing (as root): '''/etc/init.d/ssh restart'''&lt;br /&gt;
*Alternatively use '''rcsshd restart''' if above doesnt work&lt;br /&gt;
*Try to connect with EditPlus&lt;br /&gt;
&lt;br /&gt;
Additional helps:&lt;br /&gt;
To find out the version of SSH type: '''ssh -V'''&amp;lt;br&amp;gt;&lt;br /&gt;
A very common version that contains the problem is: '''OpenSSH_3.8.1p1 Debian-8.sarge.4, OpenSSL 0.9.7e 25 Oct 2004'''&amp;lt;br&amp;gt;&lt;br /&gt;
''--Submitted by [[user:Deanhouseholder|Dean Householder]] on 21 Apr 2006''&lt;br /&gt;
&lt;br /&gt;
==Simple SFTP [[Running on Linux|running EditPlus under Wine]]==&lt;br /&gt;
This tip not only applies to EditPlus, but ANY *nix app. First, install Fuse[http://fuse.sourceforge.net/]. Then install the Fuse filesystem SSHFS [http://fuse.sourceforge.net/sshfs.html]. Now you can mount SFTP at a normal mount-point and open/save files just like you would to a local directory.&lt;br /&gt;
&lt;br /&gt;
==Keep FTP settings on upgrade to V3==&lt;br /&gt;
It seems editplus now uses a unicode inifile for its ftp settings (I guess the filename ftp2_u.ini gives it away). To avoid entering in all your ftp servers when you upgrade convert your file like so:&lt;br /&gt;
&lt;br /&gt;
*Open your old ftp2.ini&lt;br /&gt;
*Find all occurances of 'sftp=0' and add 'utf8=0' on the line before&lt;br /&gt;
*Save as ftp2_u.ini AND change the encoding to Unicode&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[WinSCP]]&lt;br /&gt;
*[http://www.eukhost.com/support/ftpdemo.php FTP Configuration Tutorials]&lt;br /&gt;
*[http://www.webhosting.uk.com/ftp.php Cute FTP/Smart FTP/WS FTP Configuration Tutorials]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User:ElfQrin</id>
		<title>User:ElfQrin</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User:ElfQrin"/>
				<updated>2008-07-15T07:20:24Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by CdomaLchia (Talk); changed back to last version by Adam&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Elf Qrin'''&lt;br /&gt;
&lt;br /&gt;
==Links==&lt;br /&gt;
*[http://en.wikipedia.org/w/index.php?title=ElfQrin Elf Qrin on Wikipedia]&lt;br /&gt;
*[http://www.ElfQrin.com/ Elf Qrin's website]&lt;br /&gt;
*[http://www.geody.com/ Geody - the online world database (geographic search engine)]&lt;br /&gt;
*[http://www.ElvenKids.com/ ElvenKids, a website by kids for kids]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Writing_a_text_filter</id>
		<title>Writing a text filter</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Writing_a_text_filter"/>
				<updated>2008-07-15T07:20:15Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by ErsitCnage (Talk); changed back to last version by 216.239.124.38&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Writing a text filter ==&lt;br /&gt;
This is an outline of how to write your own text filter user tool.&lt;br /&gt;
&lt;br /&gt;
=== Why? ===&lt;br /&gt;
I worked out how to do this because I wanted to filter error messages from a huge SQL script output file, but you can use this technique to manipulate a file in any way. Imagine if search and replace had even more power than regular expressions. The only limits are your programming ability and imagination.&lt;br /&gt;
&lt;br /&gt;
=== How? ===&lt;br /&gt;
You set up a [[User Tools|user tool]] to run your filter - select the &amp;quot;Run as text filter&amp;quot; option. You don't need to use any of the special arguments like &amp;lt;tt&amp;gt;$(FileName)&amp;lt;/tt&amp;gt; because text filters are always run on the content of the current EditPlus window. The command and argument settings will vary according to the way your filter must be called.&lt;br /&gt;
Of course, you also have to write the filter. My example below is Java, but any language that can read the standard input stream and write to the standard output stream is fine. If you're familiar with the idea of writing a utility that runs in a command line pipe, this is very similar.&lt;br /&gt;
The general approach is that you are fed the content of the current file which you read. Your code decides what to do with this input. It can output some or all of the input, add or replace sections, generate something entirely new. Meanwhile, you can also do anything else you fancy with the text, like e-mail the juicy bits to your granny.&lt;br /&gt;
&lt;br /&gt;
=== What if it goes wrong? ===&lt;br /&gt;
Just like using search and replace, if you don't like what the filter has done to your text, you can undo.&lt;br /&gt;
&lt;br /&gt;
=== Example 1: Java ===&lt;br /&gt;
This Java code removes from SQL script output messages that indicate that things have worked correctly, leaving only error messages.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import java.io.*;&lt;br /&gt;
import java.util.HashSet;&lt;br /&gt;
public class SPOutStripper&lt;br /&gt;
{&lt;br /&gt;
   static HashSet strippers = new HashSet ();&lt;br /&gt;
   static&lt;br /&gt;
   {&lt;br /&gt;
      strippers.add ( &amp;quot;&amp;quot;                  ); // a blank line&lt;br /&gt;
      strippers.add ( &amp;quot;Table dropped.&amp;quot;    );&lt;br /&gt;
      strippers.add ( &amp;quot;Table created.&amp;quot;    );&lt;br /&gt;
      strippers.add ( &amp;quot;1 row created.&amp;quot;    );&lt;br /&gt;
      strippers.add ( &amp;quot;Commit complete.&amp;quot;  );&lt;br /&gt;
      strippers.add ( &amp;quot;Table altered.&amp;quot;    );&lt;br /&gt;
      strippers.add ( &amp;quot;1 row updated.&amp;quot;    );&lt;br /&gt;
      // ...and many others&lt;br /&gt;
   }&lt;br /&gt;
   public static void main ( String [] args )&lt;br /&gt;
         throws Exception // Lazy programmer hopes IOException won't bite him&lt;br /&gt;
   {&lt;br /&gt;
      BufferedReader in    = new BufferedReader ( new InputStreamReader ( System.in ) );&lt;br /&gt;
      PrintWriter    out   = new PrintWriter ( new BufferedWriter ( new OutputStreamWriter ( System.out ) ) );&lt;br /&gt;
      String         line;&lt;br /&gt;
      // Loop through lines of input&lt;br /&gt;
      while ( null != ( line = in.readLine () ) )&lt;br /&gt;
      {&lt;br /&gt;
         // Check whether line should be stripped out&lt;br /&gt;
         if ( ! strippers.contains ( line ) )&lt;br /&gt;
         {&lt;br /&gt;
            // If it shouldn't, send it back out again&lt;br /&gt;
            out.println ( line );&lt;br /&gt;
         }&lt;br /&gt;
      }&lt;br /&gt;
      out.flush (); // Important!&lt;br /&gt;
      // Finished - tidy up&lt;br /&gt;
      out.close ();&lt;br /&gt;
      in.close ();&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example 2: Perl ===&lt;br /&gt;
Perl code for removing leading and trailing whitespace (spaces and tabs)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
use warnings;&lt;br /&gt;
use strict;&lt;br /&gt;
while (my $text = &amp;lt;STDIN&amp;gt;) {&lt;br /&gt;
	chomp $text;&lt;br /&gt;
	$text =~ s/^[ \t]+|[ \t]+$//g;&lt;br /&gt;
	print &amp;quot;$text\n&amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example 3: Javascript or VBScript ===&lt;br /&gt;
This example is in Javascript.  It works basically the same in VBScript.&lt;br /&gt;
Run as:&lt;br /&gt;
cscript //NoLogo &amp;quot;c:\path to tool\tool.js&amp;quot;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
var stdin   = WScript.StdIn;&lt;br /&gt;
var stdout  = WScript.StdOut;&lt;br /&gt;
var input = stdin.ReadAll();&lt;br /&gt;
/*&lt;br /&gt;
Here you do something with the input.&lt;br /&gt;
But since this is a demo, we're just going to write it back out.&lt;br /&gt;
*/&lt;br /&gt;
stdout.Write(input);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Example 4: Python ===&lt;br /&gt;
This example attempts to tidy XML. It can be run as an EditPlus text filter tool, or from the command line.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import os,sys,re,string&lt;br /&gt;
&lt;br /&gt;
def openAnything(source):&lt;br /&gt;
	&amp;quot;&amp;quot;&amp;quot;Cribbed form diveintopython.org &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
	if source == &amp;quot;-&amp;quot;:&lt;br /&gt;
		return sys.stdin&lt;br /&gt;
&lt;br /&gt;
	# try to open with urllib (if source is http, ftp, or file URL)&lt;br /&gt;
	import urllib&lt;br /&gt;
	try:&lt;br /&gt;
		return urllib.urlopen(source)&lt;br /&gt;
	except (IOError, OSError):&lt;br /&gt;
		pass&lt;br /&gt;
&lt;br /&gt;
	# try to open with native open function (if source is pathname)&lt;br /&gt;
	try:&lt;br /&gt;
		return open(source, 'r')&lt;br /&gt;
	except (IOError, OSError):&lt;br /&gt;
		pass&lt;br /&gt;
&lt;br /&gt;
	# treat source as string&lt;br /&gt;
	import StringIO&lt;br /&gt;
	return StringIO.StringIO(str(source))&lt;br /&gt;
&lt;br /&gt;
def prettyUp ( xml ):&lt;br /&gt;
	&amp;quot;&amp;quot;&amp;quot; Based on http://www.faqts.com/knowledge_base/view.phtml/aid/4334/fid/538 &amp;quot;&amp;quot;&amp;quot;&lt;br /&gt;
	parts = re.split ( '(&amp;lt;.*?&amp;gt;)', xml )&lt;br /&gt;
	level = 0&lt;br /&gt;
	wasText = 0&lt;br /&gt;
	out = &amp;quot;&amp;quot;&lt;br /&gt;
	for part in parts:&lt;br /&gt;
		# ignore empty part&lt;br /&gt;
		if string.strip ( part ) == '':&lt;br /&gt;
			continue&lt;br /&gt;
		# opening tags&lt;br /&gt;
		if part [ 0 ] == '&amp;lt;' and part [ 1 ] != '/' and part [ 1 ] != '?' and part [ 1 ] != '!':&lt;br /&gt;
			print&lt;br /&gt;
			sys.stdout.write ( '\t' * ( level ) + part )&lt;br /&gt;
			# short-cut empty tag&lt;br /&gt;
			if part [ -2 : ] != '/&amp;gt;':&lt;br /&gt;
				level = level + 1&lt;br /&gt;
			wasText = 0&lt;br /&gt;
		# closing tags&lt;br /&gt;
		elif part [ : 2 ]  == '&amp;lt;/':&lt;br /&gt;
			level = level - 1&lt;br /&gt;
			if not wasText:&lt;br /&gt;
				print&lt;br /&gt;
				sys.stdout.write ( '\t' * ( level ) )&lt;br /&gt;
			sys.stdout.write ( part )&lt;br /&gt;
			wasText = 0&lt;br /&gt;
		# text&lt;br /&gt;
		else:&lt;br /&gt;
			sys.stdout.write ( part )&lt;br /&gt;
			wasText = 1&lt;br /&gt;
&lt;br /&gt;
if len ( sys.argv ) == 1:&lt;br /&gt;
	xml = openAnything ( &amp;quot;-&amp;quot; ).read ()&lt;br /&gt;
elif len ( sys.argv ) == 2:&lt;br /&gt;
	xml = openAnything ( sys.argv [ 1 ] ).read ()&lt;br /&gt;
else:&lt;br /&gt;
	xml = None&lt;br /&gt;
	sys.stderr.write ( &amp;quot;Wrong number of arguments.\n&amp;quot; )&lt;br /&gt;
&lt;br /&gt;
if None != xml:&lt;br /&gt;
	prettyUp ( xml )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Firefox</id>
		<title>Firefox</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Firefox"/>
				<updated>2008-07-15T07:20:02Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by OuvarTroct (Talk); changed back to last version by Simon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Firefox''' is a free, open source web browser from the [http://www.mozilla.org/foundation/ Mozilla Foundation] popular among web designers and developers.&lt;br /&gt;
&lt;br /&gt;
==Edit Source with EditPlus==&lt;br /&gt;
You can view the HTML page source with EditPlus using one of the following two Firefox extensions:&lt;br /&gt;
&lt;br /&gt;
#[http://gemal.dk/mozilla/launchy.html Launchy]&amp;lt;BR&amp;gt;After installing the extension, just right-click on the background, select Launchy &amp;gt; View Source in EditPlus.&lt;br /&gt;
#[http://dafizilla.sourceforge.net/viewsourcewith/ ViewSourceWith]&amp;lt;br&amp;gt;This is a new extension that let's you define the program you want to use (from within your extensions manager after install) and then it adds &amp;quot;View Source with EditPlus&amp;quot; to your right-click context menu. &lt;br /&gt;
&lt;br /&gt;
Both of these programs provide a button which you can add to your toolbar by right-clicking on it and selecting &amp;quot;Customize&amp;quot;.  Then drag the Launchy or the ViewSourceWith icon to your toolbar.&lt;br /&gt;
&lt;br /&gt;
==Firefox extensions retrocompatibility==&lt;br /&gt;
When upgrading to a new major version of Firefox (for example, from v1.5 to v2.0), some extensions may cease to work, because the author only declared compatibility up to the current Firefox version. If the author ceased the development of his extension and doesn't update it to make it compatible to the new Firefox version, you can attempt to force compatibility using the &amp;quot;Make compatible&amp;quot; function of the Firefox extension [http://users.blueprintit.co.uk/~dave/web/firefox/nightly Nightly Tester Tools].&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://www.mozilla.com/en-US/firefox/ Firefox homepage]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Function_lists</id>
		<title>Function lists</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Function_lists"/>
				<updated>2008-07-15T07:19:38Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by ElttrC4tta (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==PHP5==&lt;br /&gt;
When using classes in PHP5 the function keyword can be preceded by &amp;quot;public&amp;quot;, &amp;quot;private&amp;quot; or &amp;quot;protected&amp;quot;.  The following updated regex takes account of this change from PHP4.  If you don't know why you might need this, then you probably don't.&lt;br /&gt;
&lt;br /&gt;
 ^[ \t]*(public[ \t]|protected[ \t]|private[ \t]|)[ \t]*function[ \t].*\([^;]*$&lt;br /&gt;
&lt;br /&gt;
To also show classes in the function list use the following:&lt;br /&gt;
 ^[ \t]*((public[ \t]|protected[ \t]|private[ \t]|)[ \t]*function[ \t].*\()|(class[ \t].*\{)[^;]*$&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Sangil_Kim</id>
		<title>Sangil Kim</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Sangil_Kim"/>
				<updated>2008-07-15T07:19:32Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by BasviMonac (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{stub}}&lt;br /&gt;
&lt;br /&gt;
'''Sangil Kim''' is the primary (sole?) developer of EditPlus.&lt;br /&gt;
&lt;br /&gt;
==Bio==&lt;br /&gt;
Sangil Kim lives and works in [http://www.geody.com/geospot.php?world=terra&amp;amp;ufi=-706308&amp;amp;alc=chn Chinju], [http://www.geody.com/geocountry.php?world=terra&amp;amp;cid=KS South Korea].&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Regular_expression_syntax</id>
		<title>Regular expression syntax</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Regular_expression_syntax"/>
				<updated>2008-07-15T07:18:46Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by VaracElbas (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EditPlus supports '''Regular Expressions''' in search and replace, but its engine is not as feature-rich as others. A list of common regular expression features not available in EditPlus is available [[Regular expression syntax (unsupported)|here]]. Please see [[Regular Expressions]] for some commonly used examples.&lt;br /&gt;
&lt;br /&gt;
==Operators and Syntax Supported in EditPlus==&lt;br /&gt;
; \ : escape (\ = \\) used for matching characters that have special meaning as regular expressions&lt;br /&gt;
; ^ : (caret) beginning of line (assertion)&lt;br /&gt;
; $ : end of line (assertion)&lt;br /&gt;
; \t : horizontal tab (0x09)&lt;br /&gt;
; \n : newline (0x0A or 0x0D or 0x0D+0x0A)&lt;br /&gt;
; . : (period) any character&lt;br /&gt;
; ( ) : referencable grouping, see \0 - \9 below, e.g. (foo) matches &amp;quot;foo&amp;quot;&lt;br /&gt;
; [ ] : character class (''or-list''), e.g. [abc] matches &amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, or &amp;quot;c&amp;quot;&lt;br /&gt;
; [^ ] : negated character class, e.g. [^abc] matches a character that is not &amp;quot;a&amp;quot;, &amp;quot;b&amp;quot;, or &amp;quot;c&amp;quot;&lt;br /&gt;
; - : (minus sign) character range used within character class, e.g. [a-z] matches a character in the range &amp;quot;a&amp;quot; through &amp;quot;z&amp;quot;&lt;br /&gt;
; | : (vertical bar) logical or, e.g. (foo|bar) matches &amp;quot;foo&amp;quot; or &amp;quot;bar&amp;quot;&lt;br /&gt;
; * : (asterisk) match the preceding character or group zero or more times, e.g. foo* matches &amp;quot;fo&amp;quot;, &amp;quot;foo&amp;quot;, &amp;quot;fooo&amp;quot;, etc, but not &amp;quot;f&amp;quot;&lt;br /&gt;
; + : (plus-sign) match the preceding character or group one or more times, e.g. foo+ matches &amp;quot;foo&amp;quot;, &amp;quot;fooo&amp;quot;, etc, but not &amp;quot;f&amp;quot; or &amp;quot;fo&amp;quot;&lt;br /&gt;
; ? : (question mark) match the preceding character or group zero or once only, e.g. foo? only matches &amp;quot;fo&amp;quot; and &amp;quot;foo&amp;quot;&lt;br /&gt;
; \0 - \9 : used in &amp;quot;Replace with&amp;quot; field to represent text matched with parenthesis (\0 = whole match, \1 - \9 = submatches), no back-references&lt;br /&gt;
; &amp;amp; : When used in the &amp;quot;Replace with&amp;quot; field, the entire match is replaced. To replace with an actual ampersand, you must escape it \&amp;amp;&lt;br /&gt;
&lt;br /&gt;
==Operators and Syntax Not Supported in EditPlus==&lt;br /&gt;
Some common regular expression syntax/operators not available in EditPlus:&lt;br /&gt;
&lt;br /&gt;
; ''foo''{''num''} : match ''foo'' exactly ''num'' times&lt;br /&gt;
; ''foo''{''min'', ''max''} : match ''foo'' at least ''min'' and at most ''max'' times, both optional&lt;br /&gt;
; \a : 0x07, BEL &lt;br /&gt;
; \f : 0x0C, formfeed&lt;br /&gt;
; \r : 0x0D, carriage return, see \n &lt;br /&gt;
; \e : 0x1B, ESC&lt;br /&gt;
; \x''foo'' : 0x''foo'', hexadecimal character reference&lt;br /&gt;
; \c''foo'' : control-''foo''&lt;br /&gt;
; \s : whitespace character, use [ \t\n]&lt;br /&gt;
; \S : non-whitespace character, use [^ \t\n]&lt;br /&gt;
; \d : decimal digit, use [0-9]&lt;br /&gt;
; \D : not a decimal digit, use [^0-9]&lt;br /&gt;
; \w : ''word'' character, letter, for English use [A-z]&lt;br /&gt;
; \W : non-''word'' character, non-letter, for English use [^A-z]&lt;br /&gt;
; &amp;lt;nowiki&amp;gt;[[:alpha:]], [[:lower:]], [[:upper:]], [[:alnum:]], [[:digit:]], [[:xdigit:]], [[:punct:]], [[:graph:]], [[:print:]], [[:blank:]], [[:space:]]&amp;lt;/nowiki&amp;gt; : predefined character classes (POSIX)&lt;br /&gt;
; \b : word boundary (assertion)&lt;br /&gt;
; \B : not a word boundary (assertion)&lt;br /&gt;
; \A : subject start (assertion), use ^&lt;br /&gt;
; \Z : subject end (assertion), use [\n$]&lt;br /&gt;
; \z : subject end (assertion), use $&lt;br /&gt;
; assertions other than ^ and $ : parts of patterns that are not added to matches:&lt;br /&gt;
; (?=''foo'') : positive assertion&lt;br /&gt;
; (?!''foo'') : negative assertion&lt;br /&gt;
; (?&amp;lt;=''foo''), (?&amp;lt;!''foo'') : look-behind assertion&lt;br /&gt;
; (?&amp;gt;=''foo''), (?&amp;gt;!''foo'') : look-ahead assertion, once-only sub-pattern&lt;br /&gt;
; (?(''foo'')''true''), (?(''foo'')''true''|''false'') : conditional sub-pattern, ''foo'' being either the number of a sub-pattern or an assertion&lt;br /&gt;
; (?&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;''foo'') : grouping, non-referencable&lt;br /&gt;
; (?i''foo''), (?m''foo''), (?s''foo''), (?x''foo'') : inline modifiers&lt;br /&gt;
; (?R) : recursive pattern&lt;br /&gt;
; (?#''foo'') : comment&lt;br /&gt;
&lt;br /&gt;
===Workaround===&lt;br /&gt;
A user tool, [http://editplus.info/wiki/User_Tools#Full_RegEx_Supported_Replace_and_More.21 Full RegEx Supported Replace and More] has been developed that adds full regex support to EditPlus.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Generic_resources</id>
		<title>Generic resources</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Generic_resources"/>
				<updated>2008-07-15T07:17:48Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by BascbOcora (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;''This is a list of resources on EditPlus Wiki that can be useful for non EditPlus users as well''&lt;br /&gt;
&lt;br /&gt;
*[[Alternative Editors]]&lt;br /&gt;
*[[Fonts]]&lt;br /&gt;
*[[Lorem ipsum]]&lt;br /&gt;
*[[Testing text]]&lt;br /&gt;
*[[Search and Replace Tricks]] ''(might not work as expected with the replace function of other editors)''&lt;br /&gt;
*[[Editable system files]]&lt;br /&gt;
*[[Newsgroups]] about coding in various languages&lt;br /&gt;
*[[Heredoc]]&lt;br /&gt;
*[[Writing a text filter]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Lorem_ipsum</id>
		<title>Lorem ipsum</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Lorem_ipsum"/>
				<updated>2008-04-02T16:26:11Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: Reverted edits by Lool (Talk); changed back to last version by ElfQrin&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In publishing and graphic design, lorem ipsum (or simply lipsum) is standard placeholder text used to demonstrate the graphic elements of a document or visual presentation, such as font, typography, and layout. Lipsum also serves as placeholder text in mock-ups of visual design projects before the actual words are inserted into the finished product. &amp;lt;!-- description from Wikipedia --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Classic Lorem ipsum=&lt;br /&gt;
&lt;br /&gt;
==Canonical Lorem ipsum text==&lt;br /&gt;
&lt;br /&gt;
: ''&amp;quot;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
==Original Lorem ipsum text==&lt;br /&gt;
&lt;br /&gt;
The text is derived from Cicero's ''De finibus bonorum et malorum'' (''On the Ends of Goods and Evils'').&lt;br /&gt;
&lt;br /&gt;
The original version (with the excerpted items '''highlighted'''):&lt;br /&gt;
&lt;br /&gt;
: ''[32] Sed ut perspiciatis, unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo. Nemo enim ipsam voluptatem, quia voluptas sit, aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos, qui ratione voluptatem sequi nesciunt, neque porro quisquam est, qui do'''lorem ipsum''', quia '''dolor sit, amet, consectetur, adipisci''' v'''elit, sed''' quia non numquam '''eius mod'''i '''tempora incidunt, ut labore et dolore magna'''m '''aliqua'''m quaerat voluptatem. '''Ut enim ad minim'''a '''veniam, quis nostrum exercitation'''em '''ullam co'''rporis suscipit''' laborios'''am, '''nisi ut aliquid ex ea commodi consequat'''ur? '''Quis aute'''m vel eum '''iure reprehenderit,''' qui '''in''' ea '''voluptate velit esse''', quam nihil molestiae '''c'''onsequatur, vel '''illum''', qui '''dolore'''m '''eu'''m '''fugiat''', quo voluptas '''nulla pariatur'''? [33] At vero eos et accusamus et iusto odio dignissimos ducimus, qui blanditiis praesentium voluptatum deleniti atque corrupti, quos dolores et quas molestias '''exceptur'''i '''sint, obcaecat'''i '''cupiditat'''e '''non pro'''v'''ident''', similique '''sunt in culpa''', '''qui officia deserunt mollit'''ia '''anim'''i, '''id est laborum''' et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio, cumque nihil impedit, quo minus id, quod maxime placeat, facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet, ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat.''&lt;br /&gt;
&lt;br /&gt;
=Lorem ipsum like texts=&lt;br /&gt;
&lt;br /&gt;
==The Quick Brown Fox==&lt;br /&gt;
&lt;br /&gt;
This text contains all the 26 letters of the English alphabet ''(some letters are repeated)'':&lt;br /&gt;
&lt;br /&gt;
'''lower case'''&amp;lt;br /&amp;gt;&lt;br /&gt;
the quick brown fox jumps over the lazy dog&lt;br /&gt;
&lt;br /&gt;
'''UPPER CASE'''&amp;lt;br /&amp;gt;&lt;br /&gt;
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG&lt;br /&gt;
&lt;br /&gt;
'''Capitalized'''&amp;lt;br /&amp;gt;&lt;br /&gt;
The Quick Brown Fox Jumps Over The Lazy Dog&lt;br /&gt;
&lt;br /&gt;
'''uNCAPITALIZED'''&amp;lt;br /&amp;gt;&lt;br /&gt;
tHE qUICK bROWN fOX jUMPS oVER tHE lAZY dOG&lt;br /&gt;
&lt;br /&gt;
'''AlTeRnAtE 1'''&amp;lt;br /&amp;gt;&lt;br /&gt;
ThE qUiCk BrOwN fOx JuMpS oVeR tHe LaZy DoG&lt;br /&gt;
&lt;br /&gt;
'''aLtErNaTe 2'''&amp;lt;br /&amp;gt;&lt;br /&gt;
tHe QuIcK bRoWn FoX jUmPs OvEr ThE lAzY dOg&lt;br /&gt;
&lt;br /&gt;
'''ElItE'''&amp;lt;br /&amp;gt;&lt;br /&gt;
thE qUIck brOwn fOx jUmps OvEr thE lAzy dOg&lt;br /&gt;
&lt;br /&gt;
'''aNTieLiTe'''&amp;lt;br /&amp;gt;&lt;br /&gt;
THe QuiCK BRoWN FoX JuMPS oVeR THe LaZY DoG&lt;br /&gt;
&lt;br /&gt;
==Alphabet==&lt;br /&gt;
&lt;br /&gt;
abcdefghijklmnopqrstuvwxyz&lt;br /&gt;
&lt;br /&gt;
ABCDEFGHIJKLMNOPQRSTUVWXYZ&lt;br /&gt;
&lt;br /&gt;
AbCdEfGhIjKlMnOpQrStUvWxYz&lt;br /&gt;
&lt;br /&gt;
aBcDeFgHiJkLmNoPqRsTuVwXyZ&lt;br /&gt;
&lt;br /&gt;
AbcdEfghIjklmnOpqrstUvwxyz&lt;br /&gt;
&lt;br /&gt;
aBCDeFGHiJKLMNoPQRSTuVWXYZ&lt;br /&gt;
&lt;br /&gt;
zyxwvutsrqponmlkjihgfedcba&lt;br /&gt;
&lt;br /&gt;
ZYXWVUTSRQPONMLKJIHGFEDCBA&lt;br /&gt;
&lt;br /&gt;
ZyXwVuTsRqPoNmLkJiHgFeDcBa&lt;br /&gt;
&lt;br /&gt;
zYxWvUtSrQpOnMlKjIhGfEdCbA&lt;br /&gt;
&lt;br /&gt;
zyxwvUtsrqpOnmlkjIhgfEdcbA&lt;br /&gt;
&lt;br /&gt;
ZYXWVuTSRQPoNMLKJiHGFeDCBa&lt;br /&gt;
&lt;br /&gt;
==QWERTY==&lt;br /&gt;
&lt;br /&gt;
qwertyuiopasdfghjklzxcvbnm&lt;br /&gt;
&lt;br /&gt;
QWERTYUIOPASDFGHJKLZXCVBNM&lt;br /&gt;
&lt;br /&gt;
QwErTyUiOpAsDfGhJkLzXcVbNm&lt;br /&gt;
&lt;br /&gt;
qWeRtYuIoPaSdFgHjKlZxCvBnM&lt;br /&gt;
&lt;br /&gt;
qwErtyUIOpAsdfghjklzxcvbnm&lt;br /&gt;
&lt;br /&gt;
QWeRTYuioPaSDFGHJKLZXCVBNM&lt;br /&gt;
&lt;br /&gt;
mnbvcxzlkjhgfdsapoiuytrewq&lt;br /&gt;
&lt;br /&gt;
MNBVCXZLKJHGFDSAPOIUYTREWQ&lt;br /&gt;
&lt;br /&gt;
MnBvCxZlKjHgFdSaPoIuYtReWq&lt;br /&gt;
&lt;br /&gt;
mNbVcXzLkJhGfDsApOiUyTrEwQ&lt;br /&gt;
&lt;br /&gt;
mnbvcxzlkjhgfdsApOIUytrEwq&lt;br /&gt;
&lt;br /&gt;
MNBVCXZLKJHGFDSaPoiuYTReWQ&lt;br /&gt;
&lt;br /&gt;
===QWERTY keyboard layout===&lt;br /&gt;
&lt;br /&gt;
1234567890&amp;lt;br /&amp;gt;&lt;br /&gt;
QWERTYUIOP&amp;lt;br /&amp;gt;&lt;br /&gt;
ASDFGHJKL&amp;lt;br /&amp;gt;&lt;br /&gt;
ZXCVBNM&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1234567890&amp;lt;br /&amp;gt;&lt;br /&gt;
qwertyuiop&amp;lt;br /&amp;gt;&lt;br /&gt;
asdfghjkl&amp;lt;br /&amp;gt;&lt;br /&gt;
zxcvbnm&lt;br /&gt;
&lt;br /&gt;
==Numbers==&lt;br /&gt;
&lt;br /&gt;
0123456789&amp;lt;br /&amp;gt;&lt;br /&gt;
1234567890&amp;lt;br /&amp;gt;&lt;br /&gt;
2345678901&amp;lt;br /&amp;gt;&lt;br /&gt;
3456789012&amp;lt;br /&amp;gt;&lt;br /&gt;
4567890123&amp;lt;br /&amp;gt;&lt;br /&gt;
5678901234&amp;lt;br /&amp;gt;&lt;br /&gt;
6789012345&amp;lt;br /&amp;gt;&lt;br /&gt;
7890123456&amp;lt;br /&amp;gt;&lt;br /&gt;
8901234567&amp;lt;br /&amp;gt;&lt;br /&gt;
9012345678&amp;lt;br /&amp;gt;&lt;br /&gt;
1234567890&lt;br /&gt;
&lt;br /&gt;
9876543210&amp;lt;br /&amp;gt;&lt;br /&gt;
8765432109&amp;lt;br /&amp;gt;&lt;br /&gt;
7654321098&amp;lt;br /&amp;gt;&lt;br /&gt;
6543210987&amp;lt;br /&amp;gt;&lt;br /&gt;
5432109876&amp;lt;br /&amp;gt;&lt;br /&gt;
4321098765&amp;lt;br /&amp;gt;&lt;br /&gt;
3210987654&amp;lt;br /&amp;gt;&lt;br /&gt;
2109876543&amp;lt;br /&amp;gt;&lt;br /&gt;
1098765432&amp;lt;br /&amp;gt;&lt;br /&gt;
0987654321&lt;br /&gt;
&lt;br /&gt;
==Disambiguation test==&lt;br /&gt;
&lt;br /&gt;
oooOOO000&lt;br /&gt;
&lt;br /&gt;
111lllIIIiii&lt;br /&gt;
&lt;br /&gt;
zzzZZZ222&lt;br /&gt;
&lt;br /&gt;
sssSSS555&lt;br /&gt;
&lt;br /&gt;
BBB888&lt;br /&gt;
&lt;br /&gt;
GG66gg99&lt;br /&gt;
&lt;br /&gt;
==Proportional test==&lt;br /&gt;
&lt;br /&gt;
iiiiiiiiii&amp;lt;br /&amp;gt;&lt;br /&gt;
WWWWWWWWWW&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Fonts]]&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User:WikiSysop</id>
		<title>User:WikiSysop</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User:WikiSysop"/>
				<updated>2007-07-11T09:10:55Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: New page: When I'm not playing WikiSysop, I'm Justinsomnia.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;When I'm not playing WikiSysop, I'm [[User:Justinsomnia|Justinsomnia]].&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Main_Page"/>
				<updated>2007-07-11T09:08:31Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: sorry things got so out of hand&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The [http://www.editplus.info/ EditPlus Wiki] exists to provide users of the excellent [[EditPlus]] text-editor with a freely available and community-contributed information resource. You are invited to add information that you think would be useful to current and future EditPlus users. The only policy is that you contribute freely and respect the work of the community.&lt;br /&gt;
&lt;br /&gt;
==Resources==&lt;br /&gt;
*[[Releases|Releases and Latest Version]]&lt;br /&gt;
*[[FAQ|FAQ - Frequently Asked Questions]]&lt;br /&gt;
*[[Features]]&lt;br /&gt;
**[[User Tools]]&lt;br /&gt;
**[[HTML Toolbar]]&lt;br /&gt;
**[[Regular Expressions]]&lt;br /&gt;
***[[Regular expression syntax|Regular Expression Syntax]]&lt;br /&gt;
***[[Regular expression syntax (unsupported)|Regular Expression Syntax (Unsupported)]]&lt;br /&gt;
***[[Search and Replace Tricks]]&lt;br /&gt;
**[[Keyboard Shortcuts]]&lt;br /&gt;
**[[FTP/SFTP]]&lt;br /&gt;
*[[WinSCP|WinSCP (Remote File Access)]]&lt;br /&gt;
*[[Undocumented Tricks]]&lt;br /&gt;
*[[Running on a USB flash drive]]&lt;br /&gt;
*[[Running on Linux]]&lt;br /&gt;
*[[Fonts]]&lt;br /&gt;
*[[Generic resources]] - ''Resources on EditPlus Wiki that can be useful for non EditPlus users too''&lt;br /&gt;
&lt;br /&gt;
==Resources for coders==&lt;br /&gt;
*[[Syntax files]]&lt;br /&gt;
&lt;br /&gt;
*[[Syntax file format]]&lt;br /&gt;
*[[Newsgroups]] about coding in various languages&lt;br /&gt;
&lt;br /&gt;
==Feedback==&lt;br /&gt;
*[[Feature Requests]]&lt;br /&gt;
*[[Wishlist|Wiki Content Wishlist]]&lt;br /&gt;
*[[Reviews]]&lt;br /&gt;
*[[Alternative Editors]]&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*EditPlus: [http://www.editplus.com/ homepage] - [http://www.editplus.com/download.html download page] - [http://www.editplus.com/screen.html screenshots] - [http://www.editplus.com/files.html syntax files]&lt;br /&gt;
*[http://www.terminallearning.com/webtech/editplus.html EditPlus Tutorial]&lt;br /&gt;
*[http://groups.yahoo.com/group/editplus/ EditPlus Yahoo! Group] - Very active, about 50 messages per month.&lt;br /&gt;
*[http://groups.google.com/group/EditPlus/ EditPlus Google Groups] - Not very active.&lt;br /&gt;
*[http://meta.wikipedia.org/wiki/MediaWiki_User's_Guide MediaWiki User's Guide]&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User_talk:Adam</id>
		<title>User talk:Adam</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User_talk:Adam"/>
				<updated>2007-07-11T09:07:17Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: I have made you a sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== I have made you a sysop ==&lt;br /&gt;
&lt;br /&gt;
Adam, thanks for your assistance keeping spam in check. As a sysop, you can delete/undelete pages, block IPs, and most importantly rollback spam more easily. I have disabled anonymous editing, so hopefully you won't need to use that power much anymore.&lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User_talk:ElfQrin</id>
		<title>User talk:ElfQrin</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User_talk:ElfQrin"/>
				<updated>2007-07-11T09:06:02Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: I have made you a sysop&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== I have made you a sysop ==&lt;br /&gt;
&lt;br /&gt;
ElfQrin, thanks for your assistance in keeping Editplus.info spam in check. As a sysop, you can delete/undelete pages, block IPs, and most importantly rollback spam more easily. I have disabled anonymous editing, so hopefully you won't need to use that power much anymore. &lt;br /&gt;
----&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User:Htimsnivek</id>
		<title>User:Htimsnivek</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User:Htimsnivek"/>
				<updated>2007-07-11T08:07:56Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: revert to original&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've been using EditPlus for years.  It is still the best text editor I've found anywhere.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/User:Devdas</id>
		<title>User:Devdas</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/User:Devdas"/>
				<updated>2007-07-11T08:07:25Z</updated>
		
		<summary type="html">&lt;p&gt;WikiSysop: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hi,&lt;br /&gt;
here is devdas from aurinpro Solutions Limited.i've joined the company on 8th sept 2005.here i'll work as a software developer in java.&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>	</entry>

	</feed>
