|
From: Robert <si...@gm...> - 2010-12-30 21:20:16
|
I have an alias for jEdit (OSX) set to: alias je='open -a /Applications/jEdit.app' When I do: $ je somefile.py It opens two windows in jEdit. The first window has the correct file name and path in the buffer list but is blank, and the second window that opens contains the actual file. Does that alias need to be something else? -- Robert |
|
From: <du...@sp...> - 2011-01-07 19:18:12
|
Robert <si...@gm...> wrote: > I have an alias for jEdit (OSX) set to: > > alias je='open -a /Applications/jEdit.app' > > When I do: > > $ je somefile.py > > It opens two windows in jEdit. The first window has the correct file > name and path in the buffer list but is blank, and the second window > that opens contains the actual file. > > Does that alias need to be something else? I don't know, but ever since I upgraded to Snow Leopard I have had the same problem of the file not appearing in the opened jEdit window. I reported this problem a short while after Snow leopard came out, but I'm unaware of any action to correct this. I just leave jEdit open but hidden. Then when I want to edit a text file from the file manager, jEdit pops up with the file. - Dushan Mitrovich |
|
From: Robert <si...@gm...> - 2010-12-30 21:25:16
|
On 12/30/10 4:15 PM, Robert wrote: > I have an alias for jEdit (OSX) set to: > > alias je='open -a /Applications/jEdit.app' > > When I do: > > $ je somefile.py > > It opens two windows in jEdit. The first window has the correct file > name and path in the buffer list but is blank, and the second window > that opens contains the actual file. > > Does that alias need to be something else? > When I try to close the window with the "empty" file I get: java.lang.NullPointerException at org.gjt.sp.jedit.syntax.Chunk.<init>(Chunk.java:276) at org.gjt.sp.jedit.syntax.DisplayTokenHandler.createChunk(DisplayTokenHandler.java:184) at org.gjt.sp.jedit.syntax.DisplayTokenHandler.handleToken(DisplayTokenHandler.java:113) at org.gjt.sp.jedit.syntax.TokenMarker.handleRuleStart(TokenMarker.java:501) at org.gjt.sp.jedit.syntax.TokenMarker.markTokens(TokenMarker.java:162) at org.gjt.sp.jedit.buffer.JEditBuffer.markTokens(JEditBuffer.java:1356) at org.gjt.sp.jedit.textarea.ChunkCache.lineToChunkList(ChunkCache.java:786) at org.gjt.sp.jedit.textarea.ChunkCache.updateChunksUpTo(ChunkCache.java:668) at org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(ChunkCache.java:253) at org.gjt.sp.jedit.textarea.TextArea.invalidateLine(TextArea.java:1131) at org.gjt.sp.jedit.textarea.TextArea.invalidateSelectedLines(TextArea.java:5157) at org.gjt.sp.jedit.textarea.TextArea.selectNone(TextArea.java:1670) at org.gjt.sp.jedit.textarea.TextArea.setBuffer(TextArea.java:395) at org.gjt.sp.jedit.EditPane.setBuffer(EditPane.java:173) at org.gjt.sp.jedit.EditPane.setBuffer(EditPane.java:138) at org.gjt.sp.jedit.EditPane.bufferRemoved(EditPane.java:713) at org.gjt.sp.jedit.bufferset.BufferSet.removeBuffer(BufferSet.java:336) at org.gjt.sp.jedit.bufferset.BufferSetManager.removeBuffer(BufferSetManager.java:286) at org.gjt.sp.jedit.jEdit._closeBuffer(jEdit.java:1936) at org.gjt.sp.jedit.jEdit.closeBuffer(jEdit.java:1832) at org.gjt.sp.jedit.jEdit.closeBuffer(jEdit.java:1851) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.gjt.sp.jedit.bsh.Reflect.invokeMethod(Reflect.java:134) at org.gjt.sp.jedit.bsh.Reflect.invokeStaticMethod(Reflect.java:98) at org.gjt.sp.jedit.bsh.Name.invokeMethod(Name.java:871) at org.gjt.sp.jedit.bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75) at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) at org.gjt.sp.jedit.bsh.BSHBlock.evalBlock(BSHBlock.java:130) at org.gjt.sp.jedit.bsh.BSHBlock.eval(BSHBlock.java:80) at org.gjt.sp.jedit.bsh.BshMethod.invokeImpl(BshMethod.java:362) at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:258) at org.gjt.sp.jedit.bsh.BshMethod.invoke(BshMethod.java:186) at org.gjt.sp.jedit.BeanShellFacade.runCachedBlock(BeanShellFacade.java:225) at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:423) at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:73) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:352) at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:317) at org.gjt.sp.jedit.gui.DefaultInputHandler.handleKey(DefaultInputHandler.java:197) at org.gjt.sp.jedit.input.AbstractInputHandler.processKeyEventKeyStrokeHandling(AbstractInputHandler.java:401) at org.gjt.sp.jedit.gui.InputHandler.processKeyEvent(InputHandler.java:129) at org.gjt.sp.jedit.textarea.TextArea.processKeyEvent(TextArea.java:4625) at java.awt.Component.processEvent(Component.java:6129) at java.awt.Container.processEvent(Container.java:2085) at java.awt.Component.dispatchEventImpl(Component.java:4714) at java.awt.Container.dispatchEventImpl(Container.java:2143) at java.awt.Component.dispatchEvent(Component.java:4544) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1850) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:712) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:990) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:855) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:676) at java.awt.Component.dispatchEventImpl(Component.java:4586) at java.awt.Container.dispatchEventImpl(Container.java:2143) at java.awt.Window.dispatchEventImpl(Window.java:2478) at java.awt.Component.dispatchEvent(Component.java:4544) at java.awt.EventQueue.dispatchEvent(EventQueue.java:635) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122) -- Robert |
|
From: Michael C. <mco...@mi...> - 2010-12-31 00:12:47
|
I have a similar problem if I do $ open -a /Applications/jEdit.app file.txt a window opens but the file (file.txt) doesn't load. This used to work fine for me under 10.5 but hasn't worked at all for me under 10.6. are you using snow leopard (10.6) or something else if you double click the file in the finder (and have it set to always open in jedit) does the file load? it doesn't for me. Mike On Dec 30, 2010, at 4:15 PM, Robert wrote: > I have an alias for jEdit (OSX) set to: > > alias je='open -a /Applications/jEdit.app' > > When I do: > > $ je somefile.py > > It opens two windows in jEdit. The first window has the correct file > name and path in the buffer list but is blank, and the second window > that opens contains the actual file. > > Does that alias need to be something else? > > -- > Robert > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users Michael Corcoran mfa...@co... 410.451.2815 410-948-5685 |
|
From: Michael C. <mco...@mi...> - 2011-01-07 11:18:05
|
just an update - I re-loaded the Mac OSX Support plugin and this fixed the problem I was having cheers Mike On Dec 30, 2010, at 4:29 PM, Michael Corcoran wrote: > I have a similar problem if I do > > $ open -a /Applications/jEdit.app file.txt > > a window opens but the file (file.txt) doesn't load. This used to work fine for me under 10.5 but hasn't worked at all for me under 10.6. are you using snow leopard (10.6) or something else > > if you double click the file in the finder (and have it set to always open in jedit) does the file load? it doesn't for me. > > > Mike > > On Dec 30, 2010, at 4:15 PM, Robert wrote: > >> I have an alias for jEdit (OSX) set to: >> >> alias je='open -a /Applications/jEdit.app' >> >> When I do: >> >> $ je somefile.py >> >> It opens two windows in jEdit. The first window has the correct file >> name and path in the buffer list but is blank, and the second window >> that opens contains the actual file. >> >> Does that alias need to be something else? >> >> -- >> Robert >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> -- >> ----------------------------------------------- >> jEdit Users' List >> jEd...@li... >> https://lists.sourceforge.net/lists/listinfo/jedit-users > > Michael Corcoran > mfa...@co... > 410.451.2815 > 410-948-5685 > > > > > > > > > > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users Michael Corcoran mfa...@co... 410.451.2815 410-948-5685 |
|
From: Robert <si...@gm...> - 2010-12-31 00:40:21
|
I am on "Snow Leopard"... On 2010-12-30 16:29:27 -0500, Michael Corcoran said: > I have a similar problem if I do > > $ open -a /Applications/jEdit.app file.txt > > a window opens but the file (file.txt) doesn't load. This used to work > fine for me under 10.5 but hasn't worked at all for me under 10.6. are > you using snow leopard (10.6) or something else > > if you double click the file in the finder (and have it set to always > open in jedit) does the file load? it doesn't for me. > > > Mike > > On Dec 30, 2010, at 4:15 PM, Robert wrote: > >> I have an alias for jEdit (OSX) set to: >> >> alias je='open -a /Applications/jEdit.app' >> >> When I do: >> >> $ je somefile.py >> >> It opens two windows in jEdit. The first window has the correct file >> name and path in the buffer list but is blank, and the second window >> that opens contains the actual file. >> >> Does that alias need to be something else? >> >> -- >> Robert >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> -- >> ----------------------------------------------- >> jEdit Users' List >> jEd...@li... >> https://lists.sourceforge.net/lists/listinfo/jedit-users > > Michael Corcoran > mfa...@co... > 410.451.2815 > 410-948-5685 > > > > > > > > > > > > ------------------------------------------------------------------------------ > Learn how Oracle Real Application Clusters (RAC) One Node allows customers > to consolidate database storage, standardize their database environment, and, > should the need arise, upgrade to a full multi-node Oracle RAC database > without downtime or disruption > http://p.sf.net/sfu/oracle-sfdevnl -- Robert |
|
From: Robert <si...@gm...> - 2011-01-07 22:41:48
|
I did the same...didn't fix the problem. Robert On 2011-01-07 06:04:27 -0500, Michael Corcoran said: > just an update - I re-loaded the Mac OSX Support plugin and this fixed > the problem I was having > > cheers > > Mike > > On Dec 30, 2010, at 4:29 PM, Michael Corcoran wrote: > >> I have a similar problem if I do >> >> $ open -a /Applications/jEdit.app file.txt >> >> a window opens but the file (file.txt) doesn't load. This used to work >> fine for me under 10.5 but hasn't worked at all for me under 10.6. are >> you using snow leopard (10.6) or something else >> >> if you double click the file in the finder (and have it set to always >> open in jedit) does the file load? it doesn't for me. >> >> >> Mike >> >> On Dec 30, 2010, at 4:15 PM, Robert wrote: >> >>> I have an alias for jEdit (OSX) set to: >>> >>> alias je='open -a /Applications/jEdit.app' >>> >>> When I do: >>> >>> $ je somefile.py >>> >>> It opens two windows in jEdit. The first window has the correct file >>> name and path in the buffer list but is blank, and the second window >>> that opens contains the actual file. >>> >>> Does that alias need to be something else? >>> >>> -- >>> Robert >>> >>> >>> ------------------------------------------------------------------------------ >>> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >>> to consolidate database storage, standardize their database environment, and, >>> should the need arise, upgrade to a full multi-node Oracle RAC database >>> without downtime or disruption >>> http://p.sf.net/sfu/oracle-sfdevnl >>> -- >>> ----------------------------------------------- >>> jEdit Users' List >>> jEd...@li... >>> https://lists.sourceforge.net/lists/listinfo/jedit-users >> >> Michael Corcoran >> mfa...@co... >> 410.451.2815 >> 410-948-5685 >> >> >> >> >> >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Learn how Oracle Real Application Clusters (RAC) One Node allows customers >> to consolidate database storage, standardize their database environment, and, >> should the need arise, upgrade to a full multi-node Oracle RAC database >> without downtime or disruption >> http://p.sf.net/sfu/oracle-sfdevnl >> -- >> ----------------------------------------------- >> jEdit Users' List >> jEd...@li... >> https://lists.sourceforge.net/lists/listinfo/jedit-users > > Michael Corcoran > mfa...@co... > 410.451.2815 > 410-948-5685 > > > > > > > > > > > > ------------------------------------------------------------------------------ > Gaining the trust of online customers is vital for the success of any company > that requires sensitive data to be transmitted over the Web. Learn how to > best implement a security strategy that keeps consumers' information secure > and instills the confidence they need to proceed with transactions. > http://p.sf.net/sfu/oracle-sfdevnl -- Robert |
|
From: Robert <si...@gm...> - 2011-01-18 01:41:51
|
I just downloaded the latest 4.4 daily and jEdit still opens two windows. One blank and one with the document that I opened from Terminal. Command I tried: $ open -a jEdit .bashrc -- Robert |
|
From: Evan W. <ev...@ma...> - 2011-01-18 14:17:39
|
It is still broken, but as a workaround, you can use the --args argument and absolute paths: i.e., $ open -a jEdit --args `pwd`/test.txt - Evan On Mon, Jan 17, 2011 at 8:41 PM, Robert <si...@gm...> wrote: > I just downloaded the latest 4.4 daily and jEdit still opens two > windows. One blank and one with the document that I opened from > Terminal. > > Command I tried: > > $ open -a jEdit .bashrc > > -- > Robert > > > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users > |
|
From: Robert <si...@gm...> - 2011-01-28 15:30:19
|
It opens two jedit windows every time... On 2011-01-27 21:05:08 -0500, Vampire said: > You shouldn't need to use some alias or open command. > The way I create the package, you should be able to just do "jedit" > from the command line. So e. g. "jedit test.txt". Does this work or > does there the strange behaviour also appear? > > Regards > Vampire > > Robert schrieb: > Thanks for the tip! > > On 2011-01-18 09:17:31 -0500, Evan Wright said: > >> It is still broken, but as a workaround, you can use the --args >> argument and absolute paths: i.e., >> >> $ open -a jEdit --args `pwd`/test.txt >> >> - Evan >> >> On Mon, Jan 17, 2011 at 8:41 PM, Robert <si...@gm...> wrote: >> I just downloaded the latest 4.4 daily and jEdit still opens two >> windows. One blank and one with the document that I opened from >> Terminal. >> >> Command I tried: >> >> $ open -a jEdit .bashrc >> >> -- >> Robert >> >> >> >> ------------------------------------------------------------------------------ >> Protect Your Site and Customers from Malware Attacks >> Learn about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how you >> can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl >> -- >> ----------------------------------------------- >> jEdit Users' List >> jEd...@li... >> https://lists.sourceforge.net/lists/listinfo/jedit-users >> >> ------------------------------------------------------------------------------ >> Protect Your Site and Customers from Malware Attacks >> Learn about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how you >> can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl > > > -- > Robert > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d -- Robert |
|
From: Vampire <Va...@jE...> - 2011-01-29 00:10:53
|
Oh, this message was meant for the list so forwarding it ---------- Forwarded message ---------- From: Vampire <Va...@je...> Date: 2011/1/28 Subject: Re: [ jEdit-users ] [bug] opening jEdit from Terminal To: Evan Wright <ev...@gm...> Hi Evan, didn't I just tell you that I created teh package? I know how the app bundles look on Mac OS X and still what I said is true. I've built the package so that you can simply call "jedit" from the command line and apparently it works - though showing the same bug - as sigzeros answer shows. :-) About that patch, I've just had a very quick look at it and it seems to me that this is a symptom treatment and not a cause elimination. What is the problem, why does it happen? What made it happen? With which version did it work last? And has the additional usage of the runInDispatchThread anything to do with that bug? Why wasn't it necessary before? ...? Maybe better answer those questions in that Patch Artifact if you intend to answer any. :-) Unfortunately I have only an old Mac Version running in a VM where only Java 1.4 is available so I cannot test this much myself. Regards Vampire 2011/1/28 Evan Wright <ev...@gm...> Hi Vampire, > > On OSX, the application bundles are actually just directories - you > have to use the open command to launch them from the command line. By the > way, the bug he's referring to is fixed by Patch #3161330, but I think in > the frenzy to get 4.4 out the door, nobody has taken a look at it yet. > > Thanks, > Evan > > 2011/1/27 Vampire <Va...@je...> > > You shouldn't need to use some alias or open command. >> The way I create the package, you should be able to just do "jedit" from >> the command line. So e. g. "jedit test.txt". Does this work or does there >> the strange behaviour also appear? >> >> Regards >> Vampire >> >> Robert schrieb: >> >> Thanks for the tip! >> >> >> On 2011-01-18 09:17:31 -0500, Evan Wright said: >> >> >> It is still broken, but as a workaround, you can use the --args argument >> and absolute paths: i.e., >> >> >> $ open -a jEdit --args `pwd`/test.txt >> >> >> - Evan >> >> >> On Mon, Jan 17, 2011 at 8:41 PM, Robert <si...@gm...> wrote: >> >> I just downloaded the latest 4.4 daily and jEdit still opens two >> >> windows. One blank and one with the document that I opened from >> >> Terminal. >> >> >> Command I tried: >> >> >> $ open -a jEdit .bashrc >> >> >> -- >> >> Robert >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Protect Your Site and Customers from Malware Attacks >> >> Learn about various malware tactics and how to avoid them. Understand >> >> malware threats, the impact they can have on your business, and how you >> >> can protect your company and customers by using code signing. >> >> http://p.sf.net/sfu/oracle-sfdevnl >> >> -- >> >> ----------------------------------------------- >> >> jEdit Users' List >> >> jEd...@li... >> >> https://lists.sourceforge.net/lists/listinfo/jedit-users >> >> >> >> ------------------------------------------------------------------------------ >> >> Protect Your Site and Customers from Malware Attacks >> >> Learn about various malware tactics and how to avoid them. Understand >> >> malware threats, the impact they can have on your business, and how you >> >> can protect your company and customers by using code signing. >> >> http://p.sf.net/sfu/oracle-sfdevnl >> >> >> >> -- >> >> Robert >> >> ------------------------------ >> >> ------------------------------------------------------------------------------ >> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> Finally, a world-class log management solution at an even better price-free! >> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d >> >> >> >> ------------------------------------------------------------------------------ >> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> Finally, a world-class log management solution at an even better >> price-free! >> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> February 28th, so secure your free ArcSight Logger TODAY! >> http://p.sf.net/sfu/arcsight-sfd2d >> -- >> ----------------------------------------------- >> jEdit Users' List >> jEd...@li... >> https://lists.sourceforge.net/lists/listinfo/jedit-users >> >> > |
|
From: Robert <si...@gm...> - 2011-01-27 02:49:50
|
Thanks for the tip! On 2011-01-18 09:17:31 -0500, Evan Wright said: > It is still broken, but as a workaround, you can use the --args > argument and absolute paths: i.e., > > $ open -a jEdit --args `pwd`/test.txt > > - Evan > > On Mon, Jan 17, 2011 at 8:41 PM, Robert <si...@gm...> wrote: > I just downloaded the latest 4.4 daily and jEdit still opens two > windows. One blank and one with the document that I opened from > Terminal. > > Command I tried: > > $ open -a jEdit .bashrc > > -- > Robert > > > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users > > ------------------------------------------------------------------------------ > Protect Your Site and Customers from Malware Attacks > Learn about various malware tactics and how to avoid them. Understand > malware threats, the impact they can have on your business, and how you > can protect your company and customers by using code signing. > http://p.sf.net/sfu/oracle-sfdevnl -- Robert |
|
From: Vampire <Va...@jE...> - 2011-01-28 02:05:35
|
You shouldn't need to use some alias or open command. The way I create the package, you should be able to just do "jedit" from the command line. So e. g. "jedit test.txt". Does this work or does there the strange behaviour also appear? Regards Vampire Robert schrieb: > > Thanks for the tip! > > > On 2011-01-18 09:17:31 -0500, Evan Wright said: > > > It is still broken, but as a workaround, you can use the --args > argument and absolute paths: i.e., > > > $ open -a jEdit --args `pwd`/test.txt > > > - Evan > > > On Mon, Jan 17, 2011 at 8:41 PM, Robert <si...@gm... > <mailto:si...@gm...>> wrote: > > I just downloaded the latest 4.4 daily and jEdit still opens two > > windows. One blank and one with the document that I opened from > > Terminal. > > > Command I tried: > > > $ open -a jEdit .bashrc > > > -- > > Robert > > > > > ------------------------------------------------------------------------------ > > Protect Your Site and Customers from Malware Attacks > > Learn about various malware tactics and how to avoid them. Understand > > malware threats, the impact they can have on your business, and how you > > can protect your company and customers by using code signing. > > http://p.sf.net/sfu/oracle-sfdevnl > > -- > > ----------------------------------------------- > > jEdit Users' List > > jEd...@li... > <mailto:jEd...@li...> > > https://lists.sourceforge.net/lists/listinfo/jedit-users > > > ------------------------------------------------------------------------------ > > Protect Your Site and Customers from Malware Attacks > > Learn about various malware tactics and how to avoid them. Understand > > malware threats, the impact they can have on your business, and how you > > can protect your company and customers by using code signing. > > http://p.sf.net/sfu/oracle-sfdevnl > > > > -- > > Robert > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d |