Opening a file with a local apache server
Submitted by Anonymous on Wednesday, 30 June, 2004 - 12:38
Hello
I can't find a way to open a file in my browser from my local Apache server when that file is in a directory.
In MacOS X the default path for Apache is /Library/Webserver/Documents. But if I put a file in a directory /Library/Webserver/Documents/Jedit_file and i open the file from jedit, it always loads as http://127.0.0.1/the_jedit_file.php and not as http://127.0.0.1/Jedit_file/the_jedit_file.php.
Does anybody know how i can add this to a macro?
Thnx
Sjmielh
-settings with relative path names
Submitted by
mirko on
Thursday, 1 July, 2004 - 09:15
I use Jedit on an external Harddisk, which I use
at work, at customers and at home. It would be nice, if
I could define the -settings propery as follows:
-settings=./.jedit
which wuld put the jedit settings in a directory named
.jedit under the same directory as jedit.jar is located.
At the moment this is not possible. Every relative path is
resolved as relative to the user home (for example c:\dokument and settings\
[username]\.jedit).
If that is not possible, it would be nice, if jedit had a variable, containing its own directory, so that on could type:
-settings=${jedithome}\.jedit
Yes, I know, it is possible to specifie "%CD%" to get the
jedit.jar path on a windows command line. But as I use the
jsmooth (http://jsmooth.sf.net) executable jar wrapper to
get a better integration of jedit with the windws os, this
is not possible.
How to Select this?
Submitted by Anonymous on Thursday, 1 July, 2004 - 09:31
Hi, I often have the following problem:
I want to select the content of such XML-Tags:
P_Hauptmenu1
P_Kontoinformationen
P_Zahlungsverkehr
P_Devisen
P_Se
P_Beenden
At best with one action. The content starts all at the same column, however it ends in diferent columns.
How can I select the content to i.e. delete it?
This Problem may also be a couple of variables that get assinged
asdf =
alkdfakjdf =
kfkkghjg=
df = 444
alkdjalkje4oihaognoadnigkang = 44
How to Select this?
Submitted by Anonymous on Thursday, 1 July, 2004 - 09:34
Hi, I often have the following problem:
I want to select the content of such XML-Tags:
<
>P_Hauptmenu1<>
<
>P_Kontoinformationen<>
<
>P_Zahlungsverkehr<>
<
>P_Devisen<>
<
>P_Se<>
<
>P_Beenden<>
At best with one action. The content starts all at the same column, however it ends in diferent columns.
How can I select the content to i.e. delete it?
This Problem may also be a couple of variables that get assinged
asdf =
alkdfakjdf =
kfkkghjg=
df = 444
alkdjalkje4oihaognoadnigkang = 44
Single point of entry for all options
Submitted by
mak on
Thursday, 1 July, 2004 - 10:17
Please integrate the plugin options into the global options window as it was in jEdit 4.1. The plugin help is still part of the global help - so why aren't the plugin options part of the global options anymore?
In jEdit 4.1 you didn't have to think about which option you want to edit - you just opened the option window and did your changes. But in jEdit 4.2 there is no more single point of entry - you have to know where to go to before you can change the settings
Drag 'n drop crash JEdit 4.2 pre13
Submitted by Anonymous on Thursday, 1 July, 2004 - 14:08
Hello,
Drag'n drop crashes all the time with me. But I don't know if the problem is because a bug in JEdit or in Java (Because I use Java Developer Beta; java version "1.4.2_04" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-135) Java HotSpot(TM) Client VM (build 1.4.2-36, mixed mode)). Are there any other MacOS X users how have a drag 'n drop crash in Jedit pre13?
Sjmielh
Code Browser Toggle?
Submitted by
jpbroome on
Thursday, 1 July, 2004 - 17:46
I like the Code Browser plugin, but I don't always like it visible. I haven't found a shortcut option to toggle its visibility (or the visibility of the docking area it's in - left, in my case).
Anyone done this, or know how?
Thanks.
Can jEdit do a Java Method lookup?
Submitted by
parussel on
Thursday, 1 July, 2004 - 19:03
I’m using jEdit 4.1 final for some java development. I would like to be able to select a method, and see a list of all of the places that this method is used. Does anyone know of a plugin or set of plugins that might provide this sort of functionlaity? I’ve investigated the JExplorer plugin, but was unable to get it working due to the dependency on Project Viewer, and issues I am having getting Project Viewer 2.0.3 to work with 4.1 final.
Thanks in advance!
Paul
Can jEdit do a Java Method lookup?
Submitted by
parussel on
Thursday, 1 July, 2004 - 19:07
I’m using jEdit 4.1 final for some java development. I would like to be able to select a method, and see a list of all of the places that this method is used. Does anyone know of a plugin or set of plugins that might provide this sort of functionlaity? I’ve investigated the JExplorer plugin, but was unable to get it working due to the dependency on Project Viewer, and issues I am having getting Project Viewer 2.0.3 to work with 4.1 final.
Thanks in advance!
Paul
Unix Version Locks X-Window on Wintel PC
Submitted by
cedombek on
Thursday, 1 July, 2004 - 19:56
I have 2 editors who want to use jEdit on our Sun server to edit XSLT. One uses Netsarang for X-emulation on a Win2K PC, the other uses Hummingbird Exceed. When jEdit is launched on the Exceed box, it siezes control of the entire Windows desktop, anchoring to the lower right hand corner of the screen. I can find no config file that controls windowing behavior for jedit and the X-emulation software in both cases is set to Multiple Windows. Any thoughts suggestions would be helpful.
Ruby Commando File (ruby.xml v1.0 by Christophe Grandsire)
Submitted by
Tsela on
Friday, 2 July, 2004 - 07:27
A simple yet complete Ruby commando file, allowing you to run your Ruby scripts directly from jEdit. It has run, check syntax and debug options. It also handles safety (tainted checks) and warning levels, and allows you to set command-line arguments to your scripts, among other things.
Ruby Edit Mode with Working Auto-Indenting (ruby.xml v2.0? by Ian McLean, Chris Morris & Christophe Grandsire)
Submitted by
Tsela on
Friday, 2 July, 2004 - 07:41
An update of the original Ruby mode file, which adds auto-indenting which was missing from the original file. I hope it could replace the original Ruby mode file, if no one objects to it.
JavaScript Code Completion ?
Submitted by
theWax on
Friday, 2 July, 2004 - 10:30
Hi,
is there a way to get jEdit in *JavaScript mode* to give me code hinting (code completion).
oh man, i woul love to have that....
cheers,
w.
Copy/Paste overwrites the copied text instead of pasting into new location
Submitted by Anonymous on Friday, 2 July, 2004 - 10:51
Hi, I tried searching for options for this and also tried searching for other topics on this, but couldn't find it.
My problem is this. I select some text in a buffer, and press to copy it. I then scroll down a bit with the mouse or keyboard, and find where I want to paste the copied text (the cursor is blinking in this new location) but when I press to paste it, it pastes it back into the location it copies it from. In fact if I press or or whatever, the text I copied from is overwritten.
it seems that after the copy, the text remains highlighted and of course is replaced then with the copy...
any ideas on how to prevent this?
I'm using jEdit 4.1final
Cheers
Ken
How to use Folding?
Submitted by
ccapeng on
Friday, 2 July, 2004 - 15:05
When I am editing my java code, I do see a line in the gutter to match a pair of curly braces. I set my Folding mode as "explicit" and try "Collapse Fold", but never see it work. Do I miss something?
jedit installation breaks my JRE
Submitted by
williamc on
Saturday, 3 July, 2004 - 10:50
I have been using jedit for some time and love it. Then I started having unrelated problems with my JRE (my system is Win2000). So I removed jedit and the JRE. I reinstalled the JRE (Sun j2sdk-1_4_2_04), and test applets work fine and I can launch JAR files.
After running the jedit installer however (jedit41install.jar), things break again. The applets won't load (Sun's JRE test page just hangs), and JAR files cannot be opened even at a command line. Another thing that I noticed is that a multimedia application we use breaks during initialization - I think it's checking various plugins, but don't really know what has failed. It reports a missing DLL.
Any thoughts?
Project Viewer not working in 4.2pre14 on windows
Submitted by
pete1ford on
Monday, 5 July, 2004 - 16:46
I am new to jEdit so please forgive me if i am making a silly mistake but...
I have downloaded and installed jEdit 4.3pre14 on WindowsXP with j2re1.4.2
I am running it with -mx64m.
After installing the ProjectViewer 2.0.3 plugin and restarting I do not see the Project Viewer toolbar or folders or files. I can bring up the Options panel for it and set them, but still not showing in my editor window.
Any ideas??
Below is my activity log:
[message] Log: When reporting bugs, please include the following information:
[message] Log: java.version=1.4.2
[message] Log: java.vm.version=1.4.2-b28
[message] Log: java.runtime.version=1.4.2-b28
[message] Log: java.vendor=Sun Microsystems Inc.
[message] Log: java.compiler=null
[message] Log: os.name=Windows XP
[message] Log: os.version=5.1
[message] Log: os.arch=x86
[message] Log: user.home=C:\Documents and Settings\pford
[message] Log: java.home=C:\Program Files\Java\j2re1.4.2_04
[message] Log: java.class.path=C:\Program Files\jEdit 4.2\jedit.jar
[notice] jEdit: jEdit version 4.2pre14
[message] jEdit: Settings directory is C:\Documents and Settings\pford\.jedit
[message] jEdit: jEdit home directory is C:\Program Files\jEdit 4.2
[debug] EditServer: jEdit server started on port 2884
[debug] EditServer: Authorization key is 1175142516
[debug] ActionSet: Loading actions from jar:file:/C:/Program%20Files/jEdit%204.2/jedit.jar!/org/gjt/sp/jedit/actions.xml
[debug] DockableWindowManager: Loading dockables from jar:file:/C:/Program%20Files/jEdit%204.2/jedit.jar!/org/gjt/sp/jedit/dockables.xml
[debug] jEdit: Loading services from jar:file:/C:/Program%20Files/jEdit%204.2/jedit.jar!/org/gjt/sp/jedit/services.xml
[debug] EditBus: SearchSettingsChanged[source=null]
[notice] jEdit: Loading plugins from C:\Program Files\jEdit 4.2\jars
[notice] jEdit: Loading plugins from C:\Documents and Settings\pford\.jedit\jars
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\bcel.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\BufferList.jar,class=bufferlist.BufferListPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\BufferTabs.jar,class=buffertabs.BufferTabsPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CharacterMap.jar,class=charactermap.CharacterMapPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Clipper.jar,class=clipper.ClipperPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Code2HTML.jar,class=code2html.Code2HTMLPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CodeBrowser.jar,class=com.bitart.codebrowser.CodeBrowserPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ColumnRuler.jar,class=columnruler.ColumnRulerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CommonControls.jar,class=CommonControlsPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\commons-collections.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\commons-httpclient-2.0-rc2.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\commons-logging.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Console.jar,class=console.ConsolePlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ContextHelp.jar,class=contexthelp.ContextHelpPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Docker.jar,class=docker.DockerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\EditorScheme.jar,class=editorscheme.EditorSchemePlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ErrorList.jar,class=errorlist.ErrorListPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\htmlparser.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\InfoViewer.jar,class=infoviewer.InfoViewerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JakartaCommons.jar,class=jakartacommons.JakartaCommonsPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JCounter.jar,class=jcounter.JCounterPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JDiffPlugin.jar,class=jdiff.JDiffPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JTidyPlugin.jar,class=jtidy.JTidyPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Jump.jar,class=JumpPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\kappalayout.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\LatestVersion.jar,class=LatestVersionPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\log4j.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\LogViewer.jar,class=logviewer.LogViewerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\phpCompletion.jar,class=it.eilart.jedit.completion.php.PhpCompletionPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\PHPParser.jar,class=gatchan.phpparser.PHPParserPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ProjectViewer.jar,class=projectviewer.ProjectPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\QuickNotepad.jar,class=QuickNotepadPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\RETest.jar,class=RETestPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\SideKick.jar,class=sidekick.SideKickPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\xercesImpl.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\xml-commons-resolver.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\XML.jar,class=xml.XmlPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\XmlIndenter.jar,class=xmlindenter.XmlIndenterPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\xmlParserAPIs.jar]
[message] HistoryModel: Loading history
[message] BufferHistory: Loading recent.xml
[message] KillRing: Loading killring.xml
[debug] jEdit: SOCKS proxy disabled
[debug] jEdit: HTTP proxy disabled
[debug] EditBus: PropertiesChanged[source=null]
[message] jEdit: Loading mode catalog file C:\Program Files\jEdit 4.2\modes\catalog
[message] jEdit: Loading mode catalog file C:\Documents and Settings\pford\.jedit\modes\catalog
[debug] EditPlugin$JAR: Activating buffertabs.BufferTabsPlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\BufferTabs.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\BufferTabs.jar,class=buffertabs.BufferTabsPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Clipper.jar
[warning] ClipperPlugin: clipper.ClipperPlugin should extend EditPlugin not EBPlugin since it has an empty handleMessage()
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Clipper.jar,class=clipper.ClipperPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Code2HTML.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Code2HTML.jar,class=code2html.Code2HTMLPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\CodeBrowser.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CodeBrowser.jar,class=com.bitart.codebrowser.CodeBrowserPlugin]
[debug] EditPlugin$JAR: Activating console.ConsolePlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Console.jar
[debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Console.jar,class=console.ConsolePlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\ContextHelp.jar
[warning] ContextHelpPlugin: contexthelp.ContextHelpPlugin should extend EditPlugin not EBPlugin since it has an empty handleMessage()
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ContextHelp.jar,class=contexthelp.ContextHelpPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Docker.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Docker.jar,class=docker.DockerPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\InfoViewer.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\InfoViewer.jar,class=infoviewer.InfoViewerPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\JDiffPlugin.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JDiffPlugin.jar,class=jdiff.JDiffPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\JTidyPlugin.jar
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\ErrorList.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ErrorList.jar,class=errorlist.ErrorListPlugin]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=errorlist.DefaultErrorSource[JTidy],error=null]
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JTidyPlugin.jar,class=jtidy.JTidyPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\phpCompletion.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\phpCompletion.jar,class=it.eilart.jedit.completion.php.PhpCompletionPlugin]
[debug] EditPlugin$JAR: Activating gatchan.phpparser.PHPParserPlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\PHPParser.jar
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=null]
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\PHPParser.jar,class=gatchan.phpparser.PHPParserPlugin]
[debug] EditPlugin$JAR: Activating sidekick.SideKickPlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\SideKick.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\SideKick.jar,class=sidekick.SideKickPlugin]
[debug] Macros: Registered beanshell macro handler
[debug] EditBus: DynamicMenuChanged[menu=macros,source=null]
[message] BeanShell: Running script C:\Program Files\jEdit 4.2\startup\startup.bsh
[debug] String: BeanShell interpreter version 2.0b1.1-jedit-1
[debug] jEdit: Loading services from jeditresource:/Console.jar!/services.xml
[debug] ProcessRunner$WindowsNT: ALLUSERSPROFILE=C:\Documents and Settings\All Users
[debug] ProcessRunner$WindowsNT: APPDATA=C:\Documents and Settings\pford\Application Data
[debug] ProcessRunner$WindowsNT: CommonProgramFiles=C:\Program Files\Common Files
[debug] ProcessRunner$WindowsNT: COMPUTERNAME=PFORD
[debug] ProcessRunner$WindowsNT: ComSpec=C:\WINDOWS\system32\cmd.exe
[debug] ProcessRunner$WindowsNT: HOMEDRIVE=C:
[debug] ProcessRunner$WindowsNT: HOMEPATH=\Documents and Settings\pford
[debug] ProcessRunner$WindowsNT: LOGONSERVER=\\SC-CORP-BDC1
[debug] ProcessRunner$WindowsNT: NUMBER_OF_PROCESSORS=1
[debug] ProcessRunner$WindowsNT: OS=Windows_NT
[debug] ProcessRunner$WindowsNT: Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\PuTTY;C:\Program Files\ActiveState Komodo 2.5\;C:\cygwin\bin;C:\Program Files\Polystyle;C:\Program Files\Java\j2re1.4.2_04\bin;C:\Program Files\Hummingbird\Connectivity\9.00\NFSClient;C:\Program Files\ActiveState Komodo 3.0\;C:\Program Files\cvs\;c:\vslick\win
[debug] ProcessRunner$WindowsNT: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
[debug] ProcessRunner$WindowsNT: PROCESSOR_ARCHITECTURE=x86
[debug] ProcessRunner$WindowsNT: PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
[debug] ProcessRunner$WindowsNT: PROCESSOR_LEVEL=15
[debug] ProcessRunner$WindowsNT: PROCESSOR_REVISION=0207
[debug] ProcessRunner$WindowsNT: ProgramFiles=C:\Program Files
[debug] ProcessRunner$WindowsNT: PROMPT=$P$G
[debug] ProcessRunner$WindowsNT: SESSIONNAME=Console
[debug] ProcessRunner$WindowsNT: SystemDrive=C:
[debug] ProcessRunner$WindowsNT: SystemRoot=C:\WINDOWS
[debug] ProcessRunner$WindowsNT: TEMP=C:\DOCUME~1\pford\LOCALS~1\Temp
[debug] ProcessRunner$WindowsNT: TMP=C:\DOCUME~1\pford\LOCALS~1\Temp
[debug] ProcessRunner$WindowsNT: USERDOMAIN=SC-CORP
[debug] ProcessRunner$WindowsNT: USERNAME=pford
[debug] ProcessRunner$WindowsNT: USERPROFILE=C:\Documents and Settings\pford
[debug] ProcessRunner$WindowsNT: windir=C:\WINDOWS
[message] PerspectiveManager: Loading C:\Documents and Settings\pford\.jedit\perspective.xml
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=plain,size=12]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=italic,size=12]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=bold,size=12]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=bolditalic,size=12]
[debug] EditBus: EditPaneUpdate[what=CREATED,source=org.gjt.sp.jedit.EditPane[inactive]]
[debug] DockableWindowManager: Loading dockables from jeditresource:/CodeBrowser.jar!/dockables.xml
[debug] EditBus: ViewUpdate[what=CREATED,source=org.gjt.sp.jedit.View[active]]
[debug] DockFocusManager: Setting focus cycle root: com.bitart.codebrowser.CodeBrowser[,0,0,193x446,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
[debug] EditBus: EditorStarted[source=null]
[message] jEdit: Startup complete
[debug] WorkThread: Work request thread starting [jEdit I/O #4]
[debug] WorkThread: Running in work thread: [id=1,run=org.gjt.sp.jedit.buffer.BufferIORequest[type=LOAD,buffer=httpd.conf (C:\EasyPHP\apache\conf\)]]
[debug] WorkThread: Running in work thread: [id=3,run=org.gjt.sp.jedit.buffer.BufferIORequest[type=LOAD,buffer=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]]
[debug] WorkThread: Work request thread starting [jEdit I/O #3]
[debug] WorkThread: Work request thread starting [jEdit I/O #2]
[debug] WorkThread: Work request thread starting [jEdit I/O #1]
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\apacheconf.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\php.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\html.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\xml.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\javascript.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\css.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] EditBus: SideKickUpdate[source=null]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:85:':' expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:expression expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:';' expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:'}' expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:'?>' expected]
[debug] ActionSet: Loading actions from jeditresource:/ColumnRuler.jar!/actions.xml
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\ColumnRuler.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ColumnRuler.jar,class=columnruler.ColumnRulerPlugin]
[debug] ActionSet: Loading actions from jeditresource:/BufferTabs.jar!/actions.xml
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\ProjectViewer.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ProjectViewer.jar,class=projectviewer.ProjectPlugin]
[debug] EditBus: DynamicMenuChanged[menu=plugin.projectviewer.ProjectPlugin.menu,source=null]
[debug] ActionSet: Loading actions from jeditresource:/ProjectViewer.jar!/actions.xml
[debug] EditBus: DynamicMenuChanged[menu=plugin.projectviewer.ProjectPlugin.menu,source=null]
[debug] WorkThread: Running in work thread: [id=7,run=projectviewer.importer.RootImporter@1f52460]
[debug] FileRootsVFS: Java 1.4 FileSystemView detected
can't download GruntspugPlugin
Submitted by
pete1ford on
Monday, 5 July, 2004 - 16:55
I am using jEdit4.2pre14.
When I use the Plugin Manager to try to install 'GruntspudPlugin 0.4.6' after clicking the install button i get an error saying
'An I/O error occurred (httpd://heanet.dl.sourceforge.net/sourceforge/jedit-plugins/GruntspudPlugin-0.4.6-bin.zip)'
Have downloaded and installed other plugins with no problem.
Activity log below:
[message] Log: When reporting bugs, please include the following information:
[message] Log: java.version=1.4.2
[message] Log: java.vm.version=1.4.2-b28
[message] Log: java.runtime.version=1.4.2-b28
[message] Log: java.vendor=Sun Microsystems Inc.
[message] Log: java.compiler=null
[message] Log: os.name=Windows XP
[message] Log: os.version=5.1
[message] Log: os.arch=x86
[message] Log: user.home=C:\Documents and Settings\pford
[message] Log: java.home=C:\Program Files\Java\j2re1.4.2_04
[message] Log: java.class.path=C:\Program Files\jEdit 4.2\jedit.jar
[notice] jEdit: jEdit version 4.2pre14
[message] jEdit: Settings directory is C:\Documents and Settings\pford\.jedit
[message] jEdit: jEdit home directory is C:\Program Files\jEdit 4.2
[debug] EditServer: jEdit server started on port 3021
[debug] EditServer: Authorization key is 528440246
[debug] ActionSet: Loading actions from jar:file:/C:/Program%20Files/jEdit%204.2/jedit.jar!/org/gjt/sp/jedit/actions.xml
[debug] DockableWindowManager: Loading dockables from jar:file:/C:/Program%20Files/jEdit%204.2/jedit.jar!/org/gjt/sp/jedit/dockables.xml
[debug] jEdit: Loading services from jar:file:/C:/Program%20Files/jEdit%204.2/jedit.jar!/org/gjt/sp/jedit/services.xml
[debug] EditBus: SearchSettingsChanged[source=null]
[notice] jEdit: Loading plugins from C:\Program Files\jEdit 4.2\jars
[notice] jEdit: Loading plugins from C:\Documents and Settings\pford\.jedit\jars
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\bcel.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\BufferList.jar,class=bufferlist.BufferListPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\BufferTabs.jar,class=buffertabs.BufferTabsPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CharacterMap.jar,class=charactermap.CharacterMapPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Clipper.jar,class=clipper.ClipperPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Code2HTML.jar,class=code2html.Code2HTMLPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CodeBrowser.jar,class=com.bitart.codebrowser.CodeBrowserPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ColumnRuler.jar,class=columnruler.ColumnRulerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CommonControls.jar,class=CommonControlsPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\commons-collections.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\commons-httpclient-2.0-rc2.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\commons-logging.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Console.jar,class=console.ConsolePlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ContextHelp.jar,class=contexthelp.ContextHelpPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Docker.jar,class=docker.DockerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\EditorScheme.jar,class=editorscheme.EditorSchemePlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ErrorList.jar,class=errorlist.ErrorListPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\htmlparser.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\InfoViewer.jar,class=infoviewer.InfoViewerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JakartaCommons.jar,class=jakartacommons.JakartaCommonsPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JCounter.jar,class=jcounter.JCounterPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JDiffPlugin.jar,class=jdiff.JDiffPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JTidyPlugin.jar,class=jtidy.JTidyPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Jump.jar,class=JumpPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\kappalayout.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\LatestVersion.jar,class=LatestVersionPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\log4j.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\LogViewer.jar,class=logviewer.LogViewerPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\phpCompletion.jar,class=it.eilart.jedit.completion.php.PhpCompletionPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\PHPParser.jar,class=gatchan.phpparser.PHPParserPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ProjectViewer.jar,class=projectviewer.ProjectPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\QuickNotepad.jar,class=QuickNotepadPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\RETest.jar,class=RETestPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\SideKick.jar,class=sidekick.SideKickPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\xercesImpl.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\xml-commons-resolver.jar]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\XML.jar,class=xml.XmlPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\XmlIndenter.jar,class=xmlindenter.XmlIndenterPlugin]
[debug] EditBus: PluginUpdate[what=LOADED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\xmlParserAPIs.jar]
[message] HistoryModel: Loading history
[message] BufferHistory: Loading recent.xml
[message] KillRing: Loading killring.xml
[debug] jEdit: SOCKS proxy disabled
[debug] jEdit: HTTP proxy disabled
[debug] EditBus: PropertiesChanged[source=null]
[message] jEdit: Loading mode catalog file C:\Program Files\jEdit 4.2\modes\catalog
[message] jEdit: Loading mode catalog file C:\Documents and Settings\pford\.jedit\modes\catalog
[debug] EditPlugin$JAR: Activating buffertabs.BufferTabsPlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\BufferTabs.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\BufferTabs.jar,class=buffertabs.BufferTabsPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Clipper.jar
[warning] ClipperPlugin: clipper.ClipperPlugin should extend EditPlugin not EBPlugin since it has an empty handleMessage()
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Clipper.jar,class=clipper.ClipperPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Code2HTML.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Code2HTML.jar,class=code2html.Code2HTMLPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\CodeBrowser.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\CodeBrowser.jar,class=com.bitart.codebrowser.CodeBrowserPlugin]
[debug] EditPlugin$JAR: Activating console.ConsolePlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Console.jar
[debug] EditBus: DynamicMenuChanged[menu=plugin.console.ConsolePlugin.menu,source=null]
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Console.jar,class=console.ConsolePlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\ContextHelp.jar
[warning] ContextHelpPlugin: contexthelp.ContextHelpPlugin should extend EditPlugin not EBPlugin since it has an empty handleMessage()
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ContextHelp.jar,class=contexthelp.ContextHelpPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\Docker.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\Docker.jar,class=docker.DockerPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\InfoViewer.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\InfoViewer.jar,class=infoviewer.InfoViewerPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\JDiffPlugin.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JDiffPlugin.jar,class=jdiff.JDiffPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\JTidyPlugin.jar
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\ErrorList.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\ErrorList.jar,class=errorlist.ErrorListPlugin]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=errorlist.DefaultErrorSource[JTidy],error=null]
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\JTidyPlugin.jar,class=jtidy.JTidyPlugin]
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\phpCompletion.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\phpCompletion.jar,class=it.eilart.jedit.completion.php.PhpCompletionPlugin]
[debug] EditPlugin$JAR: Activating gatchan.phpparser.PHPParserPlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\PHPParser.jar
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_SOURCE_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=null]
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\PHPParser.jar,class=gatchan.phpparser.PHPParserPlugin]
[debug] EditPlugin$JAR: Activating sidekick.SideKickPlugin because of startup
[debug] EditPlugin$JAR: Opening C:\Documents and Settings\pford\.jedit\jars\SideKick.jar
[debug] EditBus: PluginUpdate[what=ACTIVATED,exit=false,source=C:\Documents and Settings\pford\.jedit\jars\SideKick.jar,class=sidekick.SideKickPlugin]
[debug] Macros: Registered beanshell macro handler
[debug] EditBus: DynamicMenuChanged[menu=macros,source=null]
[message] BeanShell: Running script C:\Program Files\jEdit 4.2\startup\startup.bsh
[debug] String: BeanShell interpreter version 2.0b1.1-jedit-1
[debug] jEdit: Loading services from jeditresource:/Console.jar!/services.xml
[debug] ProcessRunner$WindowsNT: ALLUSERSPROFILE=C:\Documents and Settings\All Users
[debug] ProcessRunner$WindowsNT: APPDATA=C:\Documents and Settings\pford\Application Data
[debug] ProcessRunner$WindowsNT: CommonProgramFiles=C:\Program Files\Common Files
[debug] ProcessRunner$WindowsNT: COMPUTERNAME=PFORD
[debug] ProcessRunner$WindowsNT: ComSpec=C:\WINDOWS\system32\cmd.exe
[debug] ProcessRunner$WindowsNT: HOMEDRIVE=C:
[debug] ProcessRunner$WindowsNT: HOMEPATH=\Documents and Settings\pford
[debug] ProcessRunner$WindowsNT: LOGONSERVER=\\SC-CORP-BDC1
[debug] ProcessRunner$WindowsNT: NUMBER_OF_PROCESSORS=1
[debug] ProcessRunner$WindowsNT: OS=Windows_NT
[debug] ProcessRunner$WindowsNT: Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files\PuTTY;C:\Program Files\ActiveState Komodo 2.5\;C:\cygwin\bin;C:\Program Files\Polystyle;C:\Program Files\Java\j2re1.4.2_04\bin;C:\Program Files\Hummingbird\Connectivity\9.00\NFSClient;C:\Program Files\ActiveState Komodo 3.0\;C:\Program Files\cvs\;c:\vslick\win
[debug] ProcessRunner$WindowsNT: PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
[debug] ProcessRunner$WindowsNT: PROCESSOR_ARCHITECTURE=x86
[debug] ProcessRunner$WindowsNT: PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
[debug] ProcessRunner$WindowsNT: PROCESSOR_LEVEL=15
[debug] ProcessRunner$WindowsNT: PROCESSOR_REVISION=0207
[debug] ProcessRunner$WindowsNT: ProgramFiles=C:\Program Files
[debug] ProcessRunner$WindowsNT: PROMPT=$P$G
[debug] ProcessRunner$WindowsNT: SESSIONNAME=Console
[debug] ProcessRunner$WindowsNT: SystemDrive=C:
[debug] ProcessRunner$WindowsNT: SystemRoot=C:\WINDOWS
[debug] ProcessRunner$WindowsNT: TEMP=C:\DOCUME~1\pford\LOCALS~1\Temp
[debug] ProcessRunner$WindowsNT: TMP=C:\DOCUME~1\pford\LOCALS~1\Temp
[debug] ProcessRunner$WindowsNT: USERDOMAIN=SC-CORP
[debug] ProcessRunner$WindowsNT: USERNAME=pford
[debug] ProcessRunner$WindowsNT: USERPROFILE=C:\Documents and Settings\pford
[debug] ProcessRunner$WindowsNT: windir=C:\WINDOWS
[message] PerspectiveManager: Loading C:\Documents and Settings\pford\.jedit\perspective.xml
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[debug] EditBus: BufferUpdate[what=LOAD_STARTED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] EditBus: BufferUpdate[what=CREATED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=plain,size=12]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=italic,size=12]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=bold,size=12]
[debug] TextAreaPainter: Using monospaced font optimization: java.awt.Font[family=Courier New,name=Courier New,style=bolditalic,size=12]
[debug] EditBus: EditPaneUpdate[what=CREATED,source=org.gjt.sp.jedit.EditPane[inactive]]
[debug] DockableWindowManager: Loading dockables from jeditresource:/CodeBrowser.jar!/dockables.xml
[debug] EditBus: ViewUpdate[what=CREATED,source=org.gjt.sp.jedit.View[active]]
[debug] DockFocusManager: Setting focus cycle root: com.bitart.codebrowser.CodeBrowser[,0,0,193x446,layout=java.awt.BorderLayout,alignmentX=null,alignmentY=null,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
[debug] EditBus: EditorStarted[source=null]
[message] jEdit: Startup complete
[debug] WorkThread: Work request thread starting [jEdit I/O #4]
[debug] WorkThread: Running in work thread: [id=1,run=org.gjt.sp.jedit.buffer.BufferIORequest[type=LOAD,buffer=httpd.conf (C:\EasyPHP\apache\conf\)]]
[debug] WorkThread: Work request thread starting [jEdit I/O #3]
[debug] WorkThread: Running in work thread: [id=3,run=org.gjt.sp.jedit.buffer.BufferIORequest[type=LOAD,buffer=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]]
[debug] WorkThread: Work request thread starting [jEdit I/O #2]
[debug] WorkThread: Work request thread starting [jEdit I/O #1]
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\apacheconf.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=httpd.conf (C:\EasyPHP\apache\conf\)]
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\php.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\html.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\xml.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\javascript.xml
[notice] jEdit: Loading edit mode C:\Program Files\jEdit 4.2\modes\css.xml
[debug] EditBus: BufferUpdate[what=PROPERTIES_CHANGED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] EditBus: BufferUpdate[what=LOADED,view=null,source=overview.php (D:\cvs\yahoo\ued\mds\campaign_snapshot\)]
[debug] EditBus: SideKickUpdate[source=null]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:85:':' expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:expression expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:';' expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:'}' expected]
[debug] EditBus: ErrorSourceUpdate[source=null,what=ERROR_ADDED,errorSource=gatchan.phpparser.PHPErrorSource[PHP Error Source],error=overview.php:606:'?>' expected]
[debug] WorkThread: Running in work thread: [id=7,run=org.gjt.sp.jedit.pluginmgr.PluginManager$2@102679a]
[error] Roster$Install: java.io.FileNotFoundException: http://heanet.dl.sourceforge.net/sourceforge/jedit-plugins/GruntspudPlugin-0.4.6-bin.zip
[error] Roster$Install: at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.download(Roster.java:417)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster$Install.runInWorkThread(Roster.java:314)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.Roster.performOperationsInWorkThread(Roster.java:82)
[error] Roster$Install: at org.gjt.sp.jedit.pluginmgr.PluginManagerProgress$RosterThread.run(PluginManagerProgress.java:183)
[debug] FileRootsVFS: Java 1.4 FileSystemView detected
Adding compilers to Console Plugin...??
Submitted by
ojl96 on
Monday, 5 July, 2004 - 17:13
Hi.
How do I add alternative compilers to the Console Plugin??
In the Pugin Options dialog, I can see the Console plugin, which has a compile & run section. However, I want to add new options to the drop down lists.
Anybody any ideas??
Thanks,
Ollie.
php coder speechless
Submitted by
dave_mwi on
Monday, 5 July, 2004 - 17:36
Ok, where do I begin?
Every so often I go on my usual text editor hunt. I've used Textpad over the past 3 years or so vasilating from it to other editors. The list of which includes TextPad, Zend, UltraEdit, VIM and a slew of others. I have only a few requirments that I've been seeking but have been unable to find: sftp or ftp over ssh, cvs integration, syntax highligting (php) which is configurable with font sizes etc...I never really though that these were outlandish requests at all - but I usuaully could not find them all in on editor that was tolerable or affordable based on my meager income
Enter jEdit. Man - cool. I skipped over it once when someone mentioned it because at first glance it seemed like a java only editor. I haven't done any java for a long time and don't do any right now. However, someone mentioned it again and then what caught my eye was 80 different kinds of syntax highlighting. Hmmmmm...interesting. Holy cow, this program is cool. And it doesn't even feel like java on my windows box. How did you do it?
So I installed the program and started looking for my simple set of requirements...good syntax...quick...where's the ftp/sftp, cvs? Oh, in the plugins section....ok, where do I download, how do I install...class path this, class path that...Nope. "Click here to install". Thats it?! I am in heaven.
The Plusses for me:
- The plugins. So Easy.
- Fast. Very Fast.
- This is kinda plugin related, but the integration of sftp and ftp into the file space...outstanding.
- The cvs integration is easy.
- Sytnax checking for PHP - an unexpected plus.
- Many more plugins I've yet to discover.
The Minuses - LOL:
- well, I'm looking still
- No class/method browser for PHP? Or have I just not found it yet.
My compliments on an outstanding application. It's got everything I need and I don't see a reason right now not to use it over anything else I've tried. Again -great app.