<?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=Justinsomnia&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=Justinsomnia&amp;feedformat=atom"/>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Special:Contributions/Justinsomnia"/>
		<updated>2012-05-18T17:47:21Z</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>2011-08-11T22:51:14Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */&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>Justinsomnia</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>2011-08-11T22:50:51Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */ Make it clear to download the Royale theme to home dir&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>Justinsomnia</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>2011-08-11T22:49:59Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */ Update for v3.31&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;
 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;
&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>Justinsomnia</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>2011-08-11T22:37:20Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */ fix Royale theme download URL&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://download1us.softpedia.com/dl/eb2e6963dc2076d934ab9dda8e9d42a8/4e445941/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. 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>Justinsomnia</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-09-07T19:30:57Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */&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&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>Justinsomnia</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-05-13T17:54:37Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */&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&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://download1us.softpedia.com/dl/fb2e89fe88318778f32fd4f1a74f1b90/4829d5ba/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>Justinsomnia</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-05-13T17:53:16Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */&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&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/0d15b697c444055149b9fb0321b76a3f/45ea0d77/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.&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>Justinsomnia</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-05-13T17:51:05Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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&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 http://download.softpedia.com/dl/0d15b697c444055149b9fb0321b76a3f/45ea0d77/100013027/software/desktop/Royale_theme.zip&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>Justinsomnia</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-04-04T21:07:20Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */&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/epp300_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 ./epp300_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&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 http://download.softpedia.com/dl/0d15b697c444055149b9fb0321b76a3f/45ea0d77/100013027/software/desktop/Royale_theme.zip&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>Justinsomnia</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-04-04T20:59:55Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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/epp300_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 ./epp300_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&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: &amp;lt;pre&amp;gt;mkdir -p ~/.wine/drive_c/windows/Resources/themes/royale&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Download the Royale theme [http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml here]&amp;lt;pre&amp;gt;wget http://download.softpedia.com/dl/0d15b697c444055149b9fb0321b76a3f/45ea0d77/100013027/software/desktop/Royale_theme.zip&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Unzip the downloaded file and move into the directory above:&amp;lt;pre&amp;gt;unzip Royale_theme.zip; cp Royale\ Theme\ for\ Win\ XP.exe ~/.wine/drive_c/windows/Resources/themes/royale&amp;lt;/pre&amp;gt;&lt;br /&gt;
# Install Royale theme and follow the prompts&amp;lt;pre&amp;gt;wine ~/.wine/drive_c/windows/Resources/themes/royale/Royale\ Theme\ for\ Win\ XP.exe&amp;lt;/pre&amp;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>Justinsomnia</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>2006-11-15T01:56:29Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */&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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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;
===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: &amp;lt;code&amp;gt;mkdir -p ~/.wine/drive_c/windows/Resources/themes/royale&amp;lt;/code&amp;gt;&lt;br /&gt;
# Download the Royale theme [http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml here]&lt;br /&gt;
# Unzip the downloaded file and copy &amp;lt;code&amp;gt;Royale Theme for Win XP.exe&amp;lt;/code&amp;gt; into the directory above&lt;br /&gt;
# From that directory, run &amp;lt;code&amp;gt;wine ./Royale\ Theme\ for\ Win\ XP.exe&amp;lt;/code&amp;gt; and follow the prompts&lt;br /&gt;
# Run &amp;lt;code&amp;gt;winecfg&amp;lt;/code&amp;gt;, select the Appearance tab, select the Royale 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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T01:39:22Z</updated>
		
		<summary type="html">&lt;p&gt;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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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;
===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: &amp;lt;code&amp;gt;mkdir -p ~/.wine/drive_c/windows/Resources/themes/royale&amp;lt;/code&amp;gt;&lt;br /&gt;
# Download the Royale theme [http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml here]&lt;br /&gt;
# Unzip the downloaded file and copy &amp;lt;code&amp;gt;Royale Theme for Win XP.exe&amp;lt;/code&amp;gt; into the directory above&lt;br /&gt;
# From that directory, run &amp;lt;code&amp;gt;wine ./Royale\ Theme\ for\ Win\ XP.exe&amp;lt;/code&amp;gt; and follow the prompts&lt;br /&gt;
# Run &amp;lt;code&amp;gt;winecfg&amp;lt;/code&amp;gt;, select the Appearance tab, select the Royale theme&lt;br /&gt;
&lt;br /&gt;
[[Image:EditPlus-on-Ubuntu-Royale.png|center|frame|EditPlus running under Wine on Ubuntu with 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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/File:EditPlus-on-Ubuntu-Royale.png</id>
		<title>File:EditPlus-on-Ubuntu-Royale.png</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/File:EditPlus-on-Ubuntu-Royale.png"/>
				<updated>2006-11-15T01:36:34Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: EditPlus on Ubuntu under Wine with the Royale theme&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EditPlus on Ubuntu under Wine with the Royale theme&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T01:19:01Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Windows Theme */&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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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;
===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: &amp;lt;code&amp;gt;mkdir -p ~/.wine/drive_c/windows/Resources/themes/royale&amp;lt;/code&amp;gt;&lt;br /&gt;
# Download the Royale theme [http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml here]&lt;br /&gt;
# Unzip the downloaded file and copy &amp;lt;code&amp;gt;Royale Theme for Win XP.exe&amp;lt;/code&amp;gt; into the directory above&lt;br /&gt;
# From that directory, run &amp;lt;code&amp;gt;wine ./Royale\ Theme\ for\ Win\ XP.exe&amp;lt;/code&amp;gt; and follow the prompts&lt;br /&gt;
# Run &amp;lt;code&amp;gt;winecfg&amp;lt;/code&amp;gt;, select the Appearance tab, select 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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T01:16:50Z</updated>
		
		<summary type="html">&lt;p&gt;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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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;
===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 polish Gnome interface. However you can [http://winehq.org/docs/en/wineusr-guide.html#AEN286 change the theme that Wine uses].&lt;br /&gt;
&lt;br /&gt;
# Create a directory for the theme: &amp;lt;code&amp;gt;mkdir -p ~/.wine/drive_c/windows/Resources/themes/royale&amp;lt;/code&amp;gt;&lt;br /&gt;
# Download the Royale theme here [http://www.softpedia.com/get/Desktop-Enhancements/Themes/Royale-Theme-for-WinXP.shtml]&lt;br /&gt;
# Unzip the downloaded file and copy &amp;lt;code&amp;gt;Royale Theme for Win XP.exe&amp;lt;/code&amp;gt; into the directory above&lt;br /&gt;
# Run &amp;lt;code&amp;gt;wine Royale\ Theme\ for\ Win\ XP.exe&amp;lt;/code&amp;gt; and follow the prompts&lt;br /&gt;
# Run &amp;lt;code&amp;gt;winecfg&amp;lt;/code&amp;gt;, select the Appearance tab, select 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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T01:02:54Z</updated>
		
		<summary type="html">&lt;p&gt;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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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;
===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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:55:05Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Fonts */&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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' installing this font may cause the column marker not display the correct current column. Reason currently unknown.&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:54:17Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Fonts */&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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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]. Simply run:&lt;br /&gt;
&lt;br /&gt;
 wine ./tahoma32.exe&lt;br /&gt;
&lt;br /&gt;
and follow the prompts.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' installing this font may cause the column marker not display the correct current column. Reason currently unknown.&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:52:19Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Fonts */&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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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 Here. Simply run:&lt;br /&gt;
&lt;br /&gt;
 wine ./tahoma32.exe&lt;br /&gt;
&lt;br /&gt;
and follow the prompts.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' installing this font may cause the column marker not display the correct current column. Reason currently unknown.&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:44:13Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* 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;
==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/epp230_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 ./epp230_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;
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&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\ediplus.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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/File:Editplus.png</id>
		<title>File:Editplus.png</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/File:Editplus.png"/>
				<updated>2006-11-15T00:41:26Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: EditPlus icon&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EditPlus icon&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:40:02Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: added create shortcut instructions&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;
==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/epp230_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 ./epp230_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;
You can also create a desktop shortcut to EditPlus, so that clicking on that icon will bring it up in wine. &lt;br /&gt;
# Download the EditPlus icon to your desktop&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\ediplus.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&lt;br /&gt;
&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:29:23Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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;
==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/epp230_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 ./epp230_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;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&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;
===Fonts===&lt;br /&gt;
&lt;br /&gt;
If your Wine apps are using the ugly font that it picks by default, install Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:26:58Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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;
==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;
Download the latest [http://www.editplus.com/download.html EditPlus Windows installer]. &lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;ftp://ftp.editplus.com/epp230_en.exe&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, in a terminal window, browse to the directory where the EditPlus file was downloaded and invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp230_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, find 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 invoke 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;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&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;
===Fonts===&lt;br /&gt;
&lt;br /&gt;
If your Wine apps are using the ugly font that it picks by default, install Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-15T00:02:20Z</updated>
		
		<summary type="html">&lt;p&gt;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>Justinsomnia</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>2006-11-14T23:20:15Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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;
==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;
Download the latest [http://www.editplus.com/download.html EditPlus Windows installer]. &lt;br /&gt;
&lt;br /&gt;
 wget &amp;lt;nowiki&amp;gt;ftp://ftp.editplus.com/epp230_en.exe&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then, in a terminal window, browse to the directory where the EditPlus file was downloaded and invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp230_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, find 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 invoke 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;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|left|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-11-14T23:18:55Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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;
==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;
Download the latest [http://www.editplus.com/download.html EditPlus Windows installer]. &lt;br /&gt;
&lt;br /&gt;
 wget ftp://ftp.editplus.com/epp230_en.exe&lt;br /&gt;
&lt;br /&gt;
Then, in a terminal window, browse to the directory where the EditPlus file was downloaded and invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp230_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, find 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 invoke 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;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|left|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-08-15T17:50:18Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Search and Replace */ rewrote&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 (unsupported)|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;
== Find various forms of a word ==&lt;br /&gt;
 fast(er|est)&lt;br /&gt;
For example: this reg. expression '''th(is|e|at)''' will find the words This, The, and That&lt;br /&gt;
&lt;br /&gt;
== Find a specific tag ==&lt;br /&gt;
Here is a useful regular expression for dealing with XML or HTML files - it matches an opening, closing or singular blink tag. Simply replace blink with your tag of choice.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;(/?)(blink)( [^&amp;gt;]*)?(/?)&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Matches:&lt;br /&gt;
 &amp;lt;blink&amp;gt;&lt;br /&gt;
 &amp;lt;blink align=&amp;quot;center&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;/blink&amp;gt;&lt;br /&gt;
 &amp;lt;blink garbage=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
Does not match:&lt;br /&gt;
 &amp;lt;blinking&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To use it in a search and replace (for instance, replace all blink tags with spans) use the following as the replace string:&lt;br /&gt;
 &amp;lt;\1span\3\4&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Search and Replace ==&lt;br /&gt;
&lt;br /&gt;
A common example of search and replace using regular expressions is replacing a variable or unknown string inside some known text, for example replacing ''foo'', ''goo'', ''boo'', etc. in the tag below:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tag src=&amp;quot;''foo''&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tag src=&amp;quot;''goo''&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;tag src=&amp;quot;''boo''&amp;quot;&amp;gt;&lt;br /&gt;
 ...&lt;br /&gt;
&lt;br /&gt;
with ''bar'':&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tag src=&amp;quot;''bar''&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
With normal search and replace, not only would you have to exhaustively know what you're searching for, but you'd also end up replacing all instances of ''foo''/''goo''/''boo'' outside of the &amp;lt;code&amp;gt;&amp;lt;tag src=&amp;quot;''xxx''&amp;quot;&amp;gt;&amp;lt;/code&amp;gt; context.&lt;br /&gt;
&lt;br /&gt;
With the regular expression option checked, what you need to search for is:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tag src=&amp;quot;.*&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and replace with:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;tag src=&amp;quot;''bar''&amp;quot;&amp;gt;&lt;br /&gt;
Note: &amp;lt;code&amp;gt;.*&amp;lt;/code&amp;gt; means a string of any characters zero or more in length.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Search and Replace Tricks]]&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Projects</id>
		<title>Projects</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Projects"/>
				<updated>2006-08-15T17:28:32Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: copied from features page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
 ''This page could use some cleanup''&lt;br /&gt;
&lt;br /&gt;
When you load a project, you are loading all related files in &amp;quot;one click&amp;quot;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
goto &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Manage Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Edit Project&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have never created a project before, there will be an empty line &lt;br /&gt;
(that is default project).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
At the first time you can do either:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
a) create an empty project, or&amp;lt;br&amp;gt; &lt;br /&gt;
b) load/create new file/s, or&amp;lt;br&amp;gt;&lt;br /&gt;
c) select current/all opened files to include in the current selected project.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that you can add/eliminate/modify/sort files in the project.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The special thing about it, is the files can be different types and/or located&lt;br /&gt;
in different directories. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Navigation among the files of the project can be done using the bottom tabs&lt;br /&gt;
and/or by using the left bottom icon folder and/or from the &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; item in the top tool bar.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All files pertaining to a project can be loaded and managed at once with 1 click! (well, ...)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1) go to &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Select Project&amp;lt;/b&amp;gt; (and DO SELECT the desired project)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
2) go to &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Load Project&amp;lt;/b&amp;gt; (to actually load the project)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(... that were 6 clicks actually!)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the end of editing session you can close all the files in the project &lt;br /&gt;
with one click (rhetorical sense)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Manage Project&amp;lt;/b&amp;gt; ---&amp;gt; &amp;lt;b&amp;gt;Close Project&amp;lt;/b&amp;gt;   or&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;folder icon&amp;lt;/b&amp;gt; (at bottom left) ---&amp;gt; &amp;lt;b&amp;gt;Manage Project&amp;lt;/b&amp;gt; ---&amp;gt; &amp;lt;b&amp;gt;Close Project&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are in a hurry and want a real 1 click quit, go to the red button in the upper task bar.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Note 1: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''For someone, in the begining may be confusing when he/she is attempting to''&lt;br /&gt;
''load a project with only an empty default project. Nothing seems to happen.'' &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note 2:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''I don't understand if it makes any difference to use &amp;quot;project&amp;quot; item in''&lt;br /&gt;
''the tool bar or the little folder icon located at the bottom left corner '' &lt;br /&gt;
''the screen''.&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Features</id>
		<title>Features</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Features"/>
				<updated>2006-08-15T17:27:32Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Managing Projects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EditPlus provides a number of powerful and extensible features that make it an excellent text editor for development on the Windows platform. Some of the major features are described below.&lt;br /&gt;
&lt;br /&gt;
==Syntax Highlighting==&lt;br /&gt;
One of the primary reasons to use EditPlus instead of a text editor like Notepad is its ability to highlight the syntax of many common markup, scripting, and programming languages, including HTML, CSS, PHP, ASP, Perl, C/C++, Java, JavaScript, VBScript, XML, and .NET Config &amp;quot;out of the box.&amp;quot; In addition, users can create custom syntax files, many of which are freely available to the community [http://www.editplus.com/files.html here].&lt;br /&gt;
&lt;br /&gt;
*See [[syntax file format]] to create a custom syntax (.stx) file or to modify an existing one.&lt;br /&gt;
*See [[syntax files]] to download syntax files.&lt;br /&gt;
 &lt;br /&gt;
==Auto-completion==&lt;br /&gt;
Auto-completion is a time-saving feature which expands a ''short abbreviation'' into a ''complete string''. For example, if you type &amp;quot;if&amp;quot; followed by a space in a Perl file, EditPlus replaces it with:&lt;br /&gt;
&lt;br /&gt;
 if () {&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
and positions your cursor between the parenthesis. EditPlus comes with auto-completion files for HTML, Perl, and C/C++ by default. &lt;br /&gt;
&lt;br /&gt;
*See [[auto-completion file format]] to create a custom auto-completion (.acp) file or to modify an existing one.&lt;br /&gt;
*See [[auto-completion files]] to download auto-completion files.&lt;br /&gt;
&lt;br /&gt;
==Cliptext Sidebar==&lt;br /&gt;
The Cliptext Sidebar displays a list of keywords that can be double-clicked (or dragged) to insert frequently used text in a file. EditPlus comes with cliptext libraries for HTML 3.2, HTML 4, CSS1, CSS2, ANSI Characters, and Control Characters. To show the cliptext sidebar, press Alt+Shift+1 or the cliptext button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
*See [[cliptext file format]] to create a custom cliptext (.ctl) file or to modify an existing one.&lt;br /&gt;
*See [[cliptext files]] to download auto-completion files.&lt;br /&gt;
&lt;br /&gt;
==Templates==&lt;br /&gt;
When creating a new file of specific type, EditPlus can be configured to add some stock content to the new file (such as a file header and footer) rather than leaving it completely blank. The &amp;quot;installed&amp;quot; templates determine which file types show up under File &amp;gt; New, including C/C++, HTML, Java, and Perl, and Java by default. &lt;br /&gt;
&lt;br /&gt;
*See [[template file format]] to create a custom template file or to modify an existing one.&lt;br /&gt;
*See [[template files]] to download template files.&lt;br /&gt;
&lt;br /&gt;
==HTML Toolbar==&lt;br /&gt;
The HTML Toolbar provides buttons for inserting common HTML tags, picking colors and character entities, and generating tables. To hide or display the HTML Toolbar, goto View &amp;gt; Toolbars/Views and select &amp;quot;HTML Toolbar&amp;quot;. The HTML Toolbar can be customized by going to Tools &amp;gt; Preferences &amp;gt; Tools &amp;gt; Toolbar. &lt;br /&gt;
&lt;br /&gt;
*See [[HTML Toolbar]] for suggestions on further customizing the toolbar's look and output.&lt;br /&gt;
&lt;br /&gt;
==User Tools==&lt;br /&gt;
User Tools are external programs that be run from within EditPlus via the [[User Toolbar]].&lt;br /&gt;
*See [[User Tools]] for examples.&lt;br /&gt;
*See [[Writing a text filter]] for information on creating your own user tool.&lt;br /&gt;
&lt;br /&gt;
==Function Lists==&lt;br /&gt;
EditPlus provides the ability to display a dynamic '''Function List''' for a file from Search &amp;gt; Function List (Ctrl+F11). Though EditPlus is configured by default to extract functions for C++, Perl, and similar programming languages, it's not hard to add the same functionality for other file types.&lt;br /&gt;
&lt;br /&gt;
*See [[Function lists]] for examples.&lt;br /&gt;
&lt;br /&gt;
==Regular Expressions==&lt;br /&gt;
A regular expression is a pattern (with a special syntax) that can match various text strings. EditPlus has support for some regular expression capabilities built into its Find and Replace functions.&lt;br /&gt;
&lt;br /&gt;
*See [[Regular Expressions]] for examples of commonly used regular expressions.&lt;br /&gt;
*See [[Regular expression syntax]] for details on writing regular expressions in EditPlus.&lt;br /&gt;
&lt;br /&gt;
==Integrated FTP==&lt;br /&gt;
You can configure EditPlus to open and edit files via [[FTP/SFTP|FTP]] as if they were located on your local file system. However, '''FTP has serious security problems''', primarily the transmission of passwords in plain text over the Internet. It is recommended that you use a program like [[WinSCP]] to access remote files securely using SFTP (secure file transfer over SSH). Many people have also complained that EditPlus's native FTP support is prone to crashing, so save frequently.&lt;br /&gt;
&lt;br /&gt;
*See [[WinSCP]] for information on configuring EditPlus as WinSCP's external editor&lt;br /&gt;
*see [http://www.editplus.com/ssh.html FTP through external SSH] for information on tunneling EditPlus's FTP through SSH using (PuTTY).&lt;br /&gt;
*Note: '''SFTP option available in latest release'''; [[FTP/SFTP|SFTP]] overcomes the security issue noted above&lt;br /&gt;
&lt;br /&gt;
==Integrated Web Browser==&lt;br /&gt;
Seamless web browser (using Internet Explorer) for previewing the content of your HTML document or Java applet without leaving the editor. Browser window also has common browser commands so you can browse Internet web sites as well as local HTML files.&lt;br /&gt;
&lt;br /&gt;
==Managing Projects==&lt;br /&gt;
&lt;br /&gt;
Using projects is an easy way to mantain all the related source files together, like a virtual .zip archive.&lt;br /&gt;
&lt;br /&gt;
* See [[Projects]] for more information&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Features</id>
		<title>Features</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Features"/>
				<updated>2006-08-15T17:26:55Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Managing Projects */ removing excessive project details&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EditPlus provides a number of powerful and extensible features that make it an excellent text editor for development on the Windows platform. Some of the major features are described below.&lt;br /&gt;
&lt;br /&gt;
==Syntax Highlighting==&lt;br /&gt;
One of the primary reasons to use EditPlus instead of a text editor like Notepad is its ability to highlight the syntax of many common markup, scripting, and programming languages, including HTML, CSS, PHP, ASP, Perl, C/C++, Java, JavaScript, VBScript, XML, and .NET Config &amp;quot;out of the box.&amp;quot; In addition, users can create custom syntax files, many of which are freely available to the community [http://www.editplus.com/files.html here].&lt;br /&gt;
&lt;br /&gt;
*See [[syntax file format]] to create a custom syntax (.stx) file or to modify an existing one.&lt;br /&gt;
*See [[syntax files]] to download syntax files.&lt;br /&gt;
 &lt;br /&gt;
==Auto-completion==&lt;br /&gt;
Auto-completion is a time-saving feature which expands a ''short abbreviation'' into a ''complete string''. For example, if you type &amp;quot;if&amp;quot; followed by a space in a Perl file, EditPlus replaces it with:&lt;br /&gt;
&lt;br /&gt;
 if () {&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
and positions your cursor between the parenthesis. EditPlus comes with auto-completion files for HTML, Perl, and C/C++ by default. &lt;br /&gt;
&lt;br /&gt;
*See [[auto-completion file format]] to create a custom auto-completion (.acp) file or to modify an existing one.&lt;br /&gt;
*See [[auto-completion files]] to download auto-completion files.&lt;br /&gt;
&lt;br /&gt;
==Cliptext Sidebar==&lt;br /&gt;
The Cliptext Sidebar displays a list of keywords that can be double-clicked (or dragged) to insert frequently used text in a file. EditPlus comes with cliptext libraries for HTML 3.2, HTML 4, CSS1, CSS2, ANSI Characters, and Control Characters. To show the cliptext sidebar, press Alt+Shift+1 or the cliptext button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
*See [[cliptext file format]] to create a custom cliptext (.ctl) file or to modify an existing one.&lt;br /&gt;
*See [[cliptext files]] to download auto-completion files.&lt;br /&gt;
&lt;br /&gt;
==Templates==&lt;br /&gt;
When creating a new file of specific type, EditPlus can be configured to add some stock content to the new file (such as a file header and footer) rather than leaving it completely blank. The &amp;quot;installed&amp;quot; templates determine which file types show up under File &amp;gt; New, including C/C++, HTML, Java, and Perl, and Java by default. &lt;br /&gt;
&lt;br /&gt;
*See [[template file format]] to create a custom template file or to modify an existing one.&lt;br /&gt;
*See [[template files]] to download template files.&lt;br /&gt;
&lt;br /&gt;
==HTML Toolbar==&lt;br /&gt;
The HTML Toolbar provides buttons for inserting common HTML tags, picking colors and character entities, and generating tables. To hide or display the HTML Toolbar, goto View &amp;gt; Toolbars/Views and select &amp;quot;HTML Toolbar&amp;quot;. The HTML Toolbar can be customized by going to Tools &amp;gt; Preferences &amp;gt; Tools &amp;gt; Toolbar. &lt;br /&gt;
&lt;br /&gt;
*See [[HTML Toolbar]] for suggestions on further customizing the toolbar's look and output.&lt;br /&gt;
&lt;br /&gt;
==User Tools==&lt;br /&gt;
User Tools are external programs that be run from within EditPlus via the [[User Toolbar]].&lt;br /&gt;
*See [[User Tools]] for examples.&lt;br /&gt;
*See [[Writing a text filter]] for information on creating your own user tool.&lt;br /&gt;
&lt;br /&gt;
==Function Lists==&lt;br /&gt;
EditPlus provides the ability to display a dynamic '''Function List''' for a file from Search &amp;gt; Function List (Ctrl+F11). Though EditPlus is configured by default to extract functions for C++, Perl, and similar programming languages, it's not hard to add the same functionality for other file types.&lt;br /&gt;
&lt;br /&gt;
*See [[Function lists]] for examples.&lt;br /&gt;
&lt;br /&gt;
==Regular Expressions==&lt;br /&gt;
A regular expression is a pattern (with a special syntax) that can match various text strings. EditPlus has support for some regular expression capabilities built into its Find and Replace functions.&lt;br /&gt;
&lt;br /&gt;
*See [[Regular Expressions]] for examples of commonly used regular expressions.&lt;br /&gt;
*See [[Regular expression syntax]] for details on writing regular expressions in EditPlus.&lt;br /&gt;
&lt;br /&gt;
==Integrated FTP==&lt;br /&gt;
You can configure EditPlus to open and edit files via [[FTP/SFTP|FTP]] as if they were located on your local file system. However, '''FTP has serious security problems''', primarily the transmission of passwords in plain text over the Internet. It is recommended that you use a program like [[WinSCP]] to access remote files securely using SFTP (secure file transfer over SSH). Many people have also complained that EditPlus's native FTP support is prone to crashing, so save frequently.&lt;br /&gt;
&lt;br /&gt;
*See [[WinSCP]] for information on configuring EditPlus as WinSCP's external editor&lt;br /&gt;
*see [http://www.editplus.com/ssh.html FTP through external SSH] for information on tunneling EditPlus's FTP through SSH using (PuTTY).&lt;br /&gt;
*Note: '''SFTP option available in latest release'''; [[FTP/SFTP|SFTP]] overcomes the security issue noted above&lt;br /&gt;
&lt;br /&gt;
==Integrated Web Browser==&lt;br /&gt;
Seamless web browser (using Internet Explorer) for previewing the content of your HTML document or Java applet without leaving the editor. Browser window also has common browser commands so you can browse Internet web sites as well as local HTML files.&lt;br /&gt;
&lt;br /&gt;
==Managing Projects==&lt;br /&gt;
&lt;br /&gt;
Using projects is an easy way to mantain all the related source files together, like a virtual .zip archive.&lt;br /&gt;
&lt;br /&gt;
* See [Projects] for more information&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Features</id>
		<title>Features</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Features"/>
				<updated>2006-08-15T17:24:24Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Integrated Web Browser */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;EditPlus provides a number of powerful and extensible features that make it an excellent text editor for development on the Windows platform. Some of the major features are described below.&lt;br /&gt;
&lt;br /&gt;
==Syntax Highlighting==&lt;br /&gt;
One of the primary reasons to use EditPlus instead of a text editor like Notepad is its ability to highlight the syntax of many common markup, scripting, and programming languages, including HTML, CSS, PHP, ASP, Perl, C/C++, Java, JavaScript, VBScript, XML, and .NET Config &amp;quot;out of the box.&amp;quot; In addition, users can create custom syntax files, many of which are freely available to the community [http://www.editplus.com/files.html here].&lt;br /&gt;
&lt;br /&gt;
*See [[syntax file format]] to create a custom syntax (.stx) file or to modify an existing one.&lt;br /&gt;
*See [[syntax files]] to download syntax files.&lt;br /&gt;
 &lt;br /&gt;
==Auto-completion==&lt;br /&gt;
Auto-completion is a time-saving feature which expands a ''short abbreviation'' into a ''complete string''. For example, if you type &amp;quot;if&amp;quot; followed by a space in a Perl file, EditPlus replaces it with:&lt;br /&gt;
&lt;br /&gt;
 if () {&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
and positions your cursor between the parenthesis. EditPlus comes with auto-completion files for HTML, Perl, and C/C++ by default. &lt;br /&gt;
&lt;br /&gt;
*See [[auto-completion file format]] to create a custom auto-completion (.acp) file or to modify an existing one.&lt;br /&gt;
*See [[auto-completion files]] to download auto-completion files.&lt;br /&gt;
&lt;br /&gt;
==Cliptext Sidebar==&lt;br /&gt;
The Cliptext Sidebar displays a list of keywords that can be double-clicked (or dragged) to insert frequently used text in a file. EditPlus comes with cliptext libraries for HTML 3.2, HTML 4, CSS1, CSS2, ANSI Characters, and Control Characters. To show the cliptext sidebar, press Alt+Shift+1 or the cliptext button on the toolbar.&lt;br /&gt;
&lt;br /&gt;
*See [[cliptext file format]] to create a custom cliptext (.ctl) file or to modify an existing one.&lt;br /&gt;
*See [[cliptext files]] to download auto-completion files.&lt;br /&gt;
&lt;br /&gt;
==Templates==&lt;br /&gt;
When creating a new file of specific type, EditPlus can be configured to add some stock content to the new file (such as a file header and footer) rather than leaving it completely blank. The &amp;quot;installed&amp;quot; templates determine which file types show up under File &amp;gt; New, including C/C++, HTML, Java, and Perl, and Java by default. &lt;br /&gt;
&lt;br /&gt;
*See [[template file format]] to create a custom template file or to modify an existing one.&lt;br /&gt;
*See [[template files]] to download template files.&lt;br /&gt;
&lt;br /&gt;
==HTML Toolbar==&lt;br /&gt;
The HTML Toolbar provides buttons for inserting common HTML tags, picking colors and character entities, and generating tables. To hide or display the HTML Toolbar, goto View &amp;gt; Toolbars/Views and select &amp;quot;HTML Toolbar&amp;quot;. The HTML Toolbar can be customized by going to Tools &amp;gt; Preferences &amp;gt; Tools &amp;gt; Toolbar. &lt;br /&gt;
&lt;br /&gt;
*See [[HTML Toolbar]] for suggestions on further customizing the toolbar's look and output.&lt;br /&gt;
&lt;br /&gt;
==User Tools==&lt;br /&gt;
User Tools are external programs that be run from within EditPlus via the [[User Toolbar]].&lt;br /&gt;
*See [[User Tools]] for examples.&lt;br /&gt;
*See [[Writing a text filter]] for information on creating your own user tool.&lt;br /&gt;
&lt;br /&gt;
==Function Lists==&lt;br /&gt;
EditPlus provides the ability to display a dynamic '''Function List''' for a file from Search &amp;gt; Function List (Ctrl+F11). Though EditPlus is configured by default to extract functions for C++, Perl, and similar programming languages, it's not hard to add the same functionality for other file types.&lt;br /&gt;
&lt;br /&gt;
*See [[Function lists]] for examples.&lt;br /&gt;
&lt;br /&gt;
==Regular Expressions==&lt;br /&gt;
A regular expression is a pattern (with a special syntax) that can match various text strings. EditPlus has support for some regular expression capabilities built into its Find and Replace functions.&lt;br /&gt;
&lt;br /&gt;
*See [[Regular Expressions]] for examples of commonly used regular expressions.&lt;br /&gt;
*See [[Regular expression syntax]] for details on writing regular expressions in EditPlus.&lt;br /&gt;
&lt;br /&gt;
==Integrated FTP==&lt;br /&gt;
You can configure EditPlus to open and edit files via [[FTP/SFTP|FTP]] as if they were located on your local file system. However, '''FTP has serious security problems''', primarily the transmission of passwords in plain text over the Internet. It is recommended that you use a program like [[WinSCP]] to access remote files securely using SFTP (secure file transfer over SSH). Many people have also complained that EditPlus's native FTP support is prone to crashing, so save frequently.&lt;br /&gt;
&lt;br /&gt;
*See [[WinSCP]] for information on configuring EditPlus as WinSCP's external editor&lt;br /&gt;
*see [http://www.editplus.com/ssh.html FTP through external SSH] for information on tunneling EditPlus's FTP through SSH using (PuTTY).&lt;br /&gt;
*Note: '''SFTP option available in latest release'''; [[FTP/SFTP|SFTP]] overcomes the security issue noted above&lt;br /&gt;
&lt;br /&gt;
==Integrated Web Browser==&lt;br /&gt;
Seamless web browser (using Internet Explorer) for previewing the content of your HTML document or Java applet without leaving the editor. Browser window also has common browser commands so you can browse Internet web sites as well as local HTML files.&lt;br /&gt;
&lt;br /&gt;
==Managing Projects==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Project  is an easy way to mantain all the related source files together.&lt;br /&gt;
It is like a virtual archive (as in a  .zip archive).&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you load a project, you are loading all related files in &amp;quot;one click&amp;quot;.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
goto &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Manage Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Edit Project&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you have never created a project before, there will be an empty line &lt;br /&gt;
(that is default project).&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
At the first time you can do either:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
a) create an empty project, or&amp;lt;br&amp;gt; &lt;br /&gt;
b) load/create new file/s, or&amp;lt;br&amp;gt;&lt;br /&gt;
c) select current/all opened files to include in the current selected project.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
After that you can add/eliminate/modify/sort files in the project.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The special thing about it, is the files can be different types and/or located&lt;br /&gt;
in different directories. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Navigation among the files of the project can be done using the bottom tabs&lt;br /&gt;
and/or by using the left bottom icon folder and/or from the &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; item in the top tool bar.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All files pertaining to a project can be loaded and managed at once with 1 click! (well, ...)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
1) go to &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Select Project&amp;lt;/b&amp;gt; (and DO SELECT the desired project)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
2) go to &amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Load Project&amp;lt;/b&amp;gt; (to actually load the project)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(... that were 6 clicks actually!)&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At the end of editing session you can close all the files in the project &lt;br /&gt;
with one click (rhetorical sense)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Project&amp;lt;/b&amp;gt; --&amp;gt; &amp;lt;b&amp;gt;Manage Project&amp;lt;/b&amp;gt; ---&amp;gt; &amp;lt;b&amp;gt;Close Project&amp;lt;/b&amp;gt;   or&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;b&amp;gt;folder icon&amp;lt;/b&amp;gt; (at bottom left) ---&amp;gt; &amp;lt;b&amp;gt;Manage Project&amp;lt;/b&amp;gt; ---&amp;gt; &amp;lt;b&amp;gt;Close Project&amp;lt;/b&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you are in a hurry and want a real 1 click quit, go to the red button in the upper task bar.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
Note 1: &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''For someone, in the begining may be confusing when he/she is attempting to''&lt;br /&gt;
''load a project with only an empty default project. Nothing seems to happen.'' &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note 2:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
''I don't understand if it makes any difference to use &amp;quot;project&amp;quot; item in''&lt;br /&gt;
''the tool bar or the little folder icon located at the bottom left corner '' &lt;br /&gt;
''the screen''.&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-08-15T17:23:54Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: &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; !.!&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>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/HTML_Toolbar</id>
		<title>HTML Toolbar</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/HTML_Toolbar"/>
				<updated>2006-08-15T17:13:39Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Though the '''HTML Toolbar''' can be customized by going to Tools &amp;gt; Preferences &amp;gt; Tools &amp;gt; Toolbar, there are no buttons for newer and frequently used HTML tags (such as &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; and &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
==htmlbar.acp==&lt;br /&gt;
'''htmlbar.acp''' is an autocomplete file in the EditPlus program directory that dictates what text is outputted when an HTML Toolbar button is pressed. You can modify this file to make it XHTML compliant, for instance, or you could &amp;quot;repurpose&amp;quot; the Underline &amp;quot;U&amp;quot; button to output &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt; tags rather than &amp;lt;nowiki&amp;gt;&amp;lt;u&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/nowiki&amp;gt; tags (which are deprecated in HTML4). &lt;br /&gt;
&lt;br /&gt;
A common modification users make to the default htmlbar.acp file is enabling the paragraph button to generate a closing paragraph tag, necessary for XHTML validation. To do this, edit htmlbar.acp under Program Files/EditPlus 2 and change this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#T=P&lt;br /&gt;
&amp;amp;lt;P&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
to this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;#T=P&lt;br /&gt;
&amp;amp;lt;p&amp;gt;^!&amp;amp;lt;/p&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then restart EditPlus.&lt;br /&gt;
&lt;br /&gt;
See [[auto-completion file format]] for more details.&lt;br /&gt;
&lt;br /&gt;
==Resource Hacker==&lt;br /&gt;
'''Resource Hacker''' is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It can be used to replace the bitmaps within the EditPlus excutable used for the display of toolbar buttons.&lt;br /&gt;
&lt;br /&gt;
# Download [http://delphi.icm.edu.pl/ftp/tools/ResHack.zip Resource Hacker] and install&lt;br /&gt;
# While EditPlus is not running, open C:\Program Files\EditPlus 2\editplus.exe with Resourse Hacker&lt;br /&gt;
# Expand the tree folder that says &amp;quot;Bitmap&amp;quot; and then expand &amp;quot;2000&amp;quot;&lt;br /&gt;
# Select &amp;quot;1033&amp;quot; (the toolbar bitmap) and select &amp;quot;Action &amp;gt; Save Bitmap&amp;quot;&lt;br /&gt;
# Using Photoshop (or a similar graphics editor), edit the bitmap however you wish, and save it&lt;br /&gt;
# In Resource Hacker, select &amp;quot;Action &amp;gt; Replace Bitmap&amp;quot; and point to the directory/filename of the newly edited Toolbar Bitmap&lt;br /&gt;
# Once it's replaced, select &amp;quot;File &amp;gt; Save&amp;quot; then open EditPlus... presto! you have a new bar! (Don't worry, Resourse Hacker will make a backup copy of the original file)&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
*[http://www.users.on.net/johnson/resourcehacker/ Resource Hacker homepage]&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-06-24T00:12:37Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Known Bugs */ text cleanup&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;
==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;
Download the [http://www.editplus.com/download.html EditPlus Windows installer]. Then, in a terminal window, browse to the directory where the EditPlus file was downloaded and invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp221_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, find where EditPlus was installed, e.g.&lt;br /&gt;
 &lt;br /&gt;
 cd ~/.wine/drive_c/Program\ Files/EditPlus\ 2/editplus.exe&lt;br /&gt;
&lt;br /&gt;
and invoke 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 '''epp212_en.exe''' in your desktop file browser will auto-magically bring up '''wine''' with the program loaded.&lt;br /&gt;
&lt;br /&gt;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|left|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* Wine Download: http://www.winehq.com/site/download &lt;br /&gt;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-06-24T00:03:10Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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;
==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;
Download the [http://www.editplus.com/download.html EditPlus Windows installer]. Then, in a terminal window, browse to the directory where the EditPlus file was downloaded and invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp221_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, find where EditPlus was installed, e.g.&lt;br /&gt;
 &lt;br /&gt;
 cd ~/.wine/drive_c/Program\ Files/EditPlus\ 2/editplus.exe&lt;br /&gt;
&lt;br /&gt;
and invoke 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 '''epp212_en.exe''' in your desktop file browser will auto-magically bring up '''wine''' with the program loaded.&lt;br /&gt;
&lt;br /&gt;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|left|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* Wine Download: http://www.winehq.com/site/download &lt;br /&gt;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;quot;~/.wine/drive_c/Program Files/EditPlus 2/&amp;quot;.&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;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-06-24T00:02:45Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: forgot to add a comment that I cleaned up these instructions a little&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;
==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;
Download the [http://www.editplus.com/download.html EditPlus Windows installer]. Then, in a terminal window, browse to the directory where the EditPlus file was downloaded and invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp221_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, find where EditPlus was installed, e.g.&lt;br /&gt;
 &lt;br /&gt;
 cd ~/.wine/drive_c/Program\ Files/EditPlus\ 2/editplus.exe&lt;br /&gt;
&lt;br /&gt;
and invoke 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 '''epp212_en.exe''' in your desktop file browser will auto-magically bring up '''wine''' with the program loaded.&lt;br /&gt;
&lt;br /&gt;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|left|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* Wine Download: http://www.winehq.com/site/download &lt;br /&gt;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;quot;~/.wine/drive_c/Program Files/EditPlus 2/&amp;quot;.&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;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-06-24T00:01:34Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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;
==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;
Download the [http://www.editplus.com/download.html EditPlus Windows installer]. Then, in a terminal window, browse to the directory where the EditPlus file was downloaded and invoke this command to start the installation process:&lt;br /&gt;
&lt;br /&gt;
 wine ./epp221_en.exe&lt;br /&gt;
&lt;br /&gt;
Once it's installed, find where EditPlus was installed, e.g.&lt;br /&gt;
 &lt;br /&gt;
 cd ~/.wine/drive_c/Program Files/EditPlus 2/editplus.exe&lt;br /&gt;
&lt;br /&gt;
and invoke 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 '''epp212_en.exe''' in your desktop file browser will auto-magically bring up '''wine''' with the program loaded.&lt;br /&gt;
&lt;br /&gt;
You can also create a desktop shortcut to the '''.EXE''' program, so that clicking on that icon will bring up EditPlus (in '''wine''') also.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|left|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* Wine Download: http://www.winehq.com/site/download &lt;br /&gt;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;quot;~/.wine/drive_c/Program Files/EditPlus 2/&amp;quot;.&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;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-06-23T23:35:45Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Installation Instructions */&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;
==Installation Instructions==&lt;br /&gt;
&lt;br /&gt;
To get EditPlus working under Linux, you need to install the popular '''Wine''' software. Download the EditPlus Windows installer. Then, in a terminal window, browse to the directory where the EditPlus file was downloaded. Invoke this command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;wine ./epp221_en.exe&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It will automatically start the installation process, and once it's installed, you need to find where it installed to (somewhere like '''~/.wine/fake_windows/Program Files/EditPlus 2/editplus.exe''').Go to the directory where '''editplus.exe''' was installed (again, in a terminal window) and invoke this command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;wine ./editplus.exe&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It should start up for you and you should be good to go! Enjoy!&lt;br /&gt;
&lt;br /&gt;
As an alternative, if you have done a full installation of '''wine''' on your Linux system, shortcuts are auto-configured for Windows '''.EXE''' programs.  Merely, in your favorite desktop file browser'' , double-clicking on the '''epp212_en.exe''' program will auto-magically bring up '''wine''' with the program loaded.&lt;br /&gt;
&lt;br /&gt;
One can also create a desktop shortcut to the '''.EXE''' program, and clicking on that icon will bring up EditPlus (in '''wine''') also.&lt;br /&gt;
&lt;br /&gt;
[[Image:Editplus-on-ubuntu.png|left|frame|EditPlus running under Wine on Ubuntu]]&lt;br /&gt;
&lt;br /&gt;
== External Links ==&lt;br /&gt;
&lt;br /&gt;
* Wine Download: http://www.winehq.com/site/download &lt;br /&gt;
* Code Weavers (wine developers): http://www.codeweavers.com/&lt;br /&gt;
&lt;br /&gt;
==Post-Install Tips==&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 Microsoft Tahoma font. It can be downloaded HereSimply run:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;wine ./tahoma32.exe&amp;lt;/pre&amp;gt;Simply 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;
===Fonts (the Debian way)===&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 this font (and other TrueType fonts) through &amp;quot;apt-get&amp;quot;:&amp;lt;pre&amp;gt;apt-get install msttcorefonts&amp;lt;/pre&amp;gt;Or, if not available in your current repository, you can download the debian package fromand then install it with:&amp;lt;pre&amp;gt;dpkg -i msttcorefonts_1.2_all.deb&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Fonts (the Gentoo way)===&lt;br /&gt;
If you are running Gentoo Linux, you can simply install Windows fonts through a package in portage, called corefonts:&amp;lt;pre&amp;gt;emerge -av corefonts&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Fixing the keyboard shortcuts===&lt;br /&gt;
You may not have realised 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; Settings -&amp;gt; Keyboard to do this.&lt;br /&gt;
&lt;br /&gt;
===SFTP===&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;
==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;quot;~/.wine/drive_c/Program Files/EditPlus 2/&amp;quot;.&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;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/File:Editplus-on-ubuntu.png</id>
		<title>File:Editplus-on-ubuntu.png</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/File:Editplus-on-ubuntu.png"/>
				<updated>2006-06-23T23:28:52Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: Editplus running on Ubuntu&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Editplus running on Ubuntu&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2006-04-19T10:12:53Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Locatizations */ spelling error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Latest Version ==&lt;br /&gt;
&lt;br /&gt;
v2.21 available from the [http://www.editplus.com/download.html Download Page].&lt;br /&gt;
&lt;br /&gt;
== Latest Patch ==&lt;br /&gt;
&lt;br /&gt;
[http://www.editplus.com/trouble.html Patch] for the lastest release.&lt;br /&gt;
&lt;br /&gt;
DATE: 2006-02-28&lt;br /&gt;
BUILD: 372&lt;br /&gt;
&lt;br /&gt;
FIXED BUGS&lt;br /&gt;
&lt;br /&gt;
* On the FTP upload status, cancel button could cause program crash.&lt;br /&gt;
* Word wrap could be wrong when deleting text.&lt;br /&gt;
* Find and replace on column selection could cause program crash.&lt;br /&gt;
* 'Force displaying hidden files' FTP option caused problem with VMS servers.&lt;br /&gt;
* Keystroke recordings did not work with the Tabs to Spaces command.&lt;br /&gt;
* Adds 'Document'-&amp;gt;'File Format Multiple' as a separate command.&lt;br /&gt;
* 'Warn if server doesn't respond in 10 sec.' option (FTP Settings).&lt;br /&gt;
* Some Hangul IME did not work correctly.&lt;br /&gt;
* sftp could not handle servers which send SSH_MSG_IGNORE packet.&lt;br /&gt;
&lt;br /&gt;
== Localizations ==&lt;br /&gt;
&lt;br /&gt;
See the [[Localization]] page for EditPlus translated into other languages.&lt;br /&gt;
&lt;br /&gt;
== What's New in Version 2.21 ==&lt;br /&gt;
&lt;br /&gt;
This version is a bug-fix release which incorporates the previous patch builds.&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* 'Force displaying hidden files' option (FTP Settings).&lt;br /&gt;
* 'Show Mapped Drive Names' option (Directory Window popup menu).&lt;br /&gt;
* Sort button added on the FTP Settings dialog box.&lt;br /&gt;
* $(DirWin) 'Directory Window directory' argument macro added.&lt;br /&gt;
* $(FilePathNoDrv) File path without drive name argument macro added.&lt;br /&gt;
* Displays warning if existing copy is newer than saving file.&lt;br /&gt;
* Lock File option is now persistent.&lt;br /&gt;
* 'File Open dialog restores previous directory' option (Preferences-&amp;gt;General).&lt;br /&gt;
* Toolbar buttons for Load/Close Project commands.&lt;br /&gt;
&lt;br /&gt;
=== Bug Fixes ===&lt;br /&gt;
* Program would crash if text-to-speech software such as Narrator was running.&lt;br /&gt;
* If Recent Files list had invalid remote file name, program could crash.&lt;br /&gt;
* Program could crash with some sftp servers.&lt;br /&gt;
* Removing file type from Settings &amp;amp; syntax dialog could cause program crash.&lt;br /&gt;
* Split Lines command could cause program crash.&lt;br /&gt;
* Long FTP directory name could cause program crash.&lt;br /&gt;
* Customize Data/Time command could cause program crash.&lt;br /&gt;
* Trying to Save read-only Unicode file could cause program crash.&lt;br /&gt;
* Document Template in UTF-8 encoding could cause program crash.&lt;br /&gt;
* Find in Files could cause program crash with very large files.&lt;br /&gt;
* Save As could cause program crash if File Extensions option was empty.&lt;br /&gt;
* Change Case commands did not work correctly with non-ASCII characters.&lt;br /&gt;
* Keystroke recording did not work correctly with multi-byte characters.&lt;br /&gt;
* Tab to Spaces command did not work correctly with multi-byte characters.&lt;br /&gt;
* On the Spell Checker, Replace All button did not work correctly.&lt;br /&gt;
* Associate in Explorer option did not work correctly.&lt;br /&gt;
* Reformat did not work correctly with multi-byte characters.&lt;br /&gt;
* Printer font could not be changed.&lt;br /&gt;
* 'Settings &amp;amp; syntax'-&amp;gt;'Column Markers'-&amp;gt;'Show Markers' option did not work&lt;br /&gt;
* FTP could not list files of some directory names.&lt;br /&gt;
* FTP did not work on VMS servers.&lt;br /&gt;
* FTP file list was not correct with some AIX servers.&lt;br /&gt;
* 'More' button on Replace dialog box did not work correctly.&lt;br /&gt;
* Some argument macro did not work if there was no open file.&lt;br /&gt;
* Locked files were not detected as read-only.&lt;br /&gt;
* Fill Column command did not work correctly with horizontally scrolled text.&lt;br /&gt;
* Improved compatibility for some Chinese IME.&lt;br /&gt;
* $(FileDir) argument macro did not work with remote files.&lt;br /&gt;
* User tool did not work with some batch files.&lt;br /&gt;
* Some file with Big5 char set name could not be opened.&lt;br /&gt;
* Character Count command displays result as both Unicode and ANSI.&lt;br /&gt;
&lt;br /&gt;
== What's New in version 2.20 ==&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Supports multiple languages in single Unicode or UTF-8 file.&lt;br /&gt;
* Experimental 'Use sftp' option (File-&amp;gt;FTP-&amp;gt;FTP Settings).&lt;br /&gt;
* Embedded script uses its own auto-completion.&lt;br /&gt;
* #AUTOCASE=y section added in stx file for automatic case correction.&lt;br /&gt;
* Allows auto-completion upon Enter key.&lt;br /&gt;
* #REGEX_QUOTE=/ section in perl.stx and js.stx for regular expression literals.&lt;br /&gt;
* Supports #HEREDOC=&amp;lt;&amp;lt;EOF section in the syntax file for heredoc strings.&lt;br /&gt;
* Syntax highlighting for Perl handles POD.&lt;br /&gt;
* Syntax highlighting for HTML handles &amp;lt;![CDATA[ tag.&lt;br /&gt;
* 'Create/Rename/Delete Directory' command on the Directory Window.&lt;br /&gt;
* 'Open Selection' command (File-&amp;gt;Others)&lt;br /&gt;
* Increases number of column marker to 10.&lt;br /&gt;
* Displays FTP server name.on the Recent Files also.&lt;br /&gt;
* Holding Shift key with 'Replace All' button disables Undo feature.&lt;br /&gt;
* 'Backup file extension' option (Preferences-&amp;gt;Files)&lt;br /&gt;
* 'Properties' command on the Directory Window popup menu.&lt;br /&gt;
* 'View in Browser' command on the Directory Window popup menu.&lt;br /&gt;
* 'Sort' option on the Function List dialog box&lt;br /&gt;
* -pr project_name command line option for selecting project.&lt;br /&gt;
* Toolbar buttons for Reload, Lock Files, Close All command.&lt;br /&gt;
* $(Copy) argument macro to copy selection before running user tool.&lt;br /&gt;
* $(Prompt) argument macro for user tool.&lt;br /&gt;
* Shows a delete confirmation when it is turned off with Recycle Bin.&lt;br /&gt;
* 'Text filter to Output Window' option (Preferences-&amp;gt;User tools).&lt;br /&gt;
* Max. number of project increased to 70.&lt;br /&gt;
* 'Show Markers' option on the Set Column Marker dialog box.&lt;br /&gt;
* Resizable Open Remote dialog box.&lt;br /&gt;
* Code page option for new files (Preferences-&amp;gt;Files).&lt;br /&gt;
&lt;br /&gt;
=== Bug Fixes ===&lt;br /&gt;
* Upload command could cause error message on program exit.&lt;br /&gt;
* 'Copy Append' could cause program crash.&lt;br /&gt;
* New version crashed if the old version had the maximum 30 syntax settings.&lt;br /&gt;
* 'Always apply wrap' option caused program crash when printing selection.&lt;br /&gt;
* 'Leading Spaces to Tabs' command over a selection could crash program.&lt;br /&gt;
* 'Matching Brace' option could cause program crash in some cases.&lt;br /&gt;
* Overwrite prompt on the Save as Remote dialog box did not work in some cases.&lt;br /&gt;
* 'Duplicate Char' command did not work with variable-width fonts.&lt;br /&gt;
* Shortcut key for Directory popup menu could not be set.&lt;br /&gt;
* Align commands did not work in word wrap mode.&lt;br /&gt;
* Improved warning message for large files.&lt;br /&gt;
* 'Stop' command on the output window did not work in some cases.&lt;br /&gt;
* FTP file date was not displayed correctly in same cases.&lt;br /&gt;
* Perl syntax highlighting was not correct with $' and $&amp;quot; symbol.&lt;br /&gt;
* Regular expression '\n' did not work correctly in some cases.&lt;br /&gt;
* Regular expression [^] (not in range) did not work with case sensitive option.&lt;br /&gt;
* Firewall option did not work.&lt;br /&gt;
* Line Comment command sometimes did not work correctly in word wrap mode.&lt;br /&gt;
* Match Brace did not work with embedded script inside quotes.&lt;br /&gt;
* Toggling browser and editor with remote files did not work correctly.&lt;br /&gt;
* Keystroke recording did not support Find in Files command.&lt;br /&gt;
* Matching brace feature did not work correctly at the end of wrapped line.&lt;br /&gt;
* Syntax highlighting in some cases failed at the column 4097.&lt;br /&gt;
* FTP file list was not correct on some AIX FTP servers.&lt;br /&gt;
* Matching Brace feature did not work correctly in some cases.&lt;br /&gt;
* 'Delete Marked Lines' command did not work correctly in word wrap mode.&lt;br /&gt;
* Change Case commands on column selection could append trailing spaces.&lt;br /&gt;
* A screen update problem fixed with custom active line color.&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2005-02-25T19:45:44Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: added linecomment rules&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>Justinsomnia</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>2005-02-25T17:28:41Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Cache Password for Background File Transfer */ rewording&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 not support SFTP file transfer natively, 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.sourceforge.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 Editor in the pane on the left&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; !.!&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 when idle&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
[http://winscp.sourceforge.net/ WinSCP Homepage]&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Syntax_files</id>
		<title>Syntax files</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Syntax_files"/>
				<updated>2005-02-25T17:18:30Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Custom Syntax Files */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page exists to collect '''syntax files''' developed by the EditPlus community. Each link should point to a page containing a single syntax file which can be updated and used. See [[syntax file format]] for information on the syntax of the EditPlus syntax files.&lt;br /&gt;
&lt;br /&gt;
==Using Custom Syntax Files==&lt;br /&gt;
#Copy the syntax file into EditPlus&lt;br /&gt;
#Save it in the EditPlus program folder (e.g. C:\Program Files\EditPlus 2\) with a .stx file extension&lt;br /&gt;
#Under Tools &amp;gt; Preferences &amp;gt; Files &amp;gt; Settings &amp;amp; Syntax, click &amp;quot;Add&amp;quot; on the right&lt;br /&gt;
#Enter a &amp;quot;Description&amp;quot; for the syntax file type&lt;br /&gt;
#Enter the appropriate file extensions(s) to trigger custom syntax highlighting as a semicolon-separated list without periods, e.g. html;htm&lt;br /&gt;
#Enter the path to the syntax file by clicking on the &amp;quot;...&amp;quot; button to the right of the &amp;quot;Syntax file:&amp;quot; text field in the Settings and syntax tab&lt;br /&gt;
#Optionally adjust the colors used to highlight certain syntax types under the &amp;quot;Syntax colors&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
==Custom Syntax Files==&lt;br /&gt;
;[[Notes Syntax]] : In the absense of wysiwyg &amp;quot;what you see is what you get&amp;quot; features in EditPlus, the notes syntax file provides syntax highlighting for some common textfile note-taking markup such as *bold* and _underline_.&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Syntax_files</id>
		<title>Syntax files</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Syntax_files"/>
				<updated>2005-02-25T17:17:59Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: simplified description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page exists to collect '''syntax files''' developed by the EditPlus community. Each link should point to a page containing a single syntax file which can be updated and used. See [[syntax file format]] for information on the syntax of the EditPlus syntax files.&lt;br /&gt;
&lt;br /&gt;
==Using Custom Syntax Files==&lt;br /&gt;
#Copy the syntax file into EditPlus&lt;br /&gt;
#Save it in the EditPlus program folder (e.g. C:\Program Files\EditPlus 2\) with a .stx file extension&lt;br /&gt;
#Under Tools &amp;gt; Preferences &amp;gt; Files &amp;gt; Settings &amp;amp; Syntax, click &amp;quot;Add&amp;quot; on the right&lt;br /&gt;
#Enter a &amp;quot;Description&amp;quot; for the syntax file type&lt;br /&gt;
#Enter the appropriate file extensions(s) to trigger custom syntax highlighting as a semicolon-separated list without periods, e.g. html;htm&lt;br /&gt;
#Enter the path to the syntax file by clicking on the &amp;quot;...&amp;quot; button to the right of the &amp;quot;Syntax file:&amp;quot; text field in the Settings and syntax tab&lt;br /&gt;
#Optionally adjust the colors used to highlight certain syntax types under the &amp;quot;Syntax colors&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
==Custom Syntax Files==&lt;br /&gt;
;[[Notes Syntax]] : In the absense of wysiwyg, &amp;quot;what you see is what you get&amp;quot; features in EditPlus, the notes syntax file provides syntax highlighting for some common textfile note-taking markup such as *bold* and _underline_.&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	<entry>
		<id>http://editplus.info/wiki/Syntax_files</id>
		<title>Syntax files</title>
		<link rel="alternate" type="text/html" href="http://editplus.info/wiki/Syntax_files"/>
				<updated>2005-02-25T17:16:33Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: /* Syntax Files */ adding Using Custom Syntax Files instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page exists to collect '''syntax files''' developed by the EditPlus community. Each link should point to a page containing a single syntax file which you can edit or copy and save with a .stx extention in your EditPlus program directory (e.g. C:\Program Files\EditPlus 2). See [[syntax file format]] for information on the syntax of the EditPlus syntax files.&lt;br /&gt;
&lt;br /&gt;
==Using Custom Syntax Files==&lt;br /&gt;
#Copy the syntax file into EditPlus&lt;br /&gt;
#Save it in the EditPlus program folder (e.g. C:\Program Files\EditPlus 2\) with a .stx file extension&lt;br /&gt;
#Under Tools &amp;gt; Preferences &amp;gt; Files &amp;gt; Settings &amp;amp; Syntax, click &amp;quot;Add&amp;quot; on the right&lt;br /&gt;
#Enter a &amp;quot;Description&amp;quot; for the syntax file type&lt;br /&gt;
#Enter the appropriate file extensions(s) to trigger custom syntax highlighting as a semicolon-separated list without periods, e.g. html;htm&lt;br /&gt;
#Enter the path to the syntax file by clicking on the &amp;quot;...&amp;quot; button to the right of the &amp;quot;Syntax file:&amp;quot; text field in the Settings and syntax tab&lt;br /&gt;
#Optionally adjust the colors used to highlight certain syntax types under the &amp;quot;Syntax colors&amp;quot; tab&lt;br /&gt;
&lt;br /&gt;
==Custom Syntax Files==&lt;br /&gt;
;[[Notes Syntax]] : In the absense of wysiwyg, &amp;quot;what you see is what you get&amp;quot; features in EditPlus, the notes syntax file provides syntax highlighting for some common textfile note-taking markup such as *bold* and _underline_.&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2005-02-25T17:05:21Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: add link back to syntax files&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 textfile note-taking conventions including: &lt;br /&gt;
; *bold*, _underline_, /italics/, and &amp;quot;quotations&amp;quot;&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;
#COMMENTON=&amp;quot;&lt;br /&gt;
#COMMENTOFF=&amp;quot;&lt;br /&gt;
#CONTINUE_QUOTE=y&lt;br /&gt;
#CASE=n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2005-02-25T17:03:59Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: removed category link for now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
#TITLE=Notes&lt;br /&gt;
; Notes provides syntax highlighting for some common textfile note-taking conventions including: &lt;br /&gt;
; *bold*, _underline_, /italics/, and &amp;quot;quotations&amp;quot;&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;
#COMMENTON=&amp;quot;&lt;br /&gt;
#COMMENTOFF=&amp;quot;&lt;br /&gt;
#CONTINUE_QUOTE=y&lt;br /&gt;
#CASE=n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2005-02-25T17:00:35Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: playing with categories&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
#TITLE=Notes&lt;br /&gt;
; Notes provides syntax highlighting for some common textfile note-taking conventions including: &lt;br /&gt;
; *bold*, _underline_, /italics/, and &amp;quot;quotations&amp;quot;&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;
#COMMENTON=&amp;quot;&lt;br /&gt;
#COMMENTOFF=&amp;quot;&lt;br /&gt;
#CONTINUE_QUOTE=y&lt;br /&gt;
#CASE=n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category:Syntax files]]&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2005-02-25T16:59:33Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Syntax files]]&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 textfile note-taking conventions including: &lt;br /&gt;
; *bold*, _underline_, /italics/, and &amp;quot;quotations&amp;quot;&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;
#COMMENTON=&amp;quot;&lt;br /&gt;
#COMMENTOFF=&amp;quot;&lt;br /&gt;
#CONTINUE_QUOTE=y&lt;br /&gt;
#CASE=n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinsomnia</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>2005-02-25T16:58:55Z</updated>
		
		<summary type="html">&lt;p&gt;Justinsomnia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Syntax Files]]&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 textfile note-taking conventions including: &lt;br /&gt;
; *bold*, _underline_, /italics/, and &amp;quot;quotations&amp;quot;&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;
#COMMENTON=&amp;quot;&lt;br /&gt;
#COMMENTOFF=&amp;quot;&lt;br /&gt;
#CONTINUE_QUOTE=y&lt;br /&gt;
#CASE=n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Justinsomnia</name></author>	</entry>

	</feed>
