|
From: Eric B. <el...@gm...> - 2007-10-08 15:55:27
|
It happens all the time for this particular file, but it only happens when I
save it.
I'll log a bug.
Thanks,
Eric
On 10/8/07, Matthieu Casanova <cho...@gm...> wrote:
>
> It is probably a core bug in the textarea or syntax package so "bugs".
> Does it happens everytime ?
>
>
>
> 2007/10/8, Eric Berry <el...@gm...>:
> > Absolutely, the html file is quite small ~100 lines. Should I post it in
> the
> > tracker under bugs, or plugin bugs?
> >
> > Thanks,
> > Eric
> >
> >
> > On 10/8/07, Matthieu Casanova <cho...@gm...> wrote:
> > > Hi, if you can reproduce it easily, with a html file, or better a
> > > small part of your html file, you could submit a bug report with that
> > > html code
> > >
> > > Matthieu
> > >
> > > 2007/10/8, Eric Berry < el...@gm...>:
> > > > Hi Shlomy,
> > > > Thanks for responding. I tried it setting the folding mode to
> none.
> > The
> > > > problem persists. I apologize for not thinking of this sooner, but I
> > went to
> > > > the activity log, and I noticed this exception occurring.
> > > > [quote]
> > > > 7:48:07 AM [error] ExtensionManager: Error repainting line range
> {0,17}:
> > > > 7:48:07 AM [error] ExtensionManager:
> > > > java.lang.ArrayIndexOutOfBoundsException: 4011
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > org.gjt.sp.util.SegmentCharSequence.charAt
> > > > (SegmentCharSequence.java:56)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > java.util.regex.Pattern$BmpCharProperty.match(Pattern.java:3366)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.util.regex.Pattern$Curly.match0(Pattern.java
> > :3782)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.util.regex.Pattern$Curly.match(Pattern.java:3744)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.util.regex.Pattern$Curly.match0(Pattern.java:3782)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.util.regex.Pattern$Curly.match(Pattern.java:3744)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > java.util.regex.Pattern$CharProperty.match(Pattern.java:3345)
> > > > 7:48:07 AM [error] ExtensionManager: at
> java.util.regex.Matcher.match
> > > > (Matcher.java:1127)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.util.regex.Matcher.lookingAt(Matcher.java:579)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > org.gjt.sp.jedit.syntax.TokenMarker.handleRule(TokenMarker.java
> > > > :470)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > org.gjt.sp.jedit.syntax.TokenMarker.markTokens(TokenMarker.java:154)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > org.gjt.sp.jedit.buffer.JEditBuffer.markTokens(JEditBuffer.java
> > > > :1243)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > org.gjt.sp.jedit.textarea.ChunkCache.lineToChunkList(ChunkCache.java
> :782)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > org.gjt.sp.jedit.textarea.ChunkCache.updateChunksUpTo
> > > > (ChunkCache.java:659)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > org.gjt.sp.jedit.textarea.ChunkCache.getLineInfo(ChunkCache.java:256)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > org.gjt.sp.jedit.textarea.ExtensionManager.paintScreenLineRange
> > > > (ExtensionManager.java:102)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > org.gjt.sp.jedit.textarea.TextAreaPainter.paint(TextAreaPainter.java
> :726)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > javax.swing.JComponent.paintToOffscreen
> > > > (JComponent.java:5122)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > javax.swing.BufferStrategyPaintManager.paint(
> BufferStrategyPaintManager.java:285)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > javax.swing.RepaintManager.paint
> > (RepaintManager.java:1128)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > javax.swing.JComponent._paintImmediately(JComponent.java:5070)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > javax.swing.JComponent.paintImmediately(JComponent.java
> > > > :4880)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:723)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java
> > > > :679)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:659)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run
> > > > (SystemEventQueueUtilities.java:128)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.awt.event.InvocationEvent.dispatch
> > (InvocationEvent.java:209)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.awt.EventQueue.dispatchEvent (EventQueue.java:597)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.awt.EventDispatchThread.pumpOneEventForFilters
> > (EventDispatchThread.java:273)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.awt.EventDispatchThread.pumpEventsForFilter
> > > > (EventDispatchThread.java:183)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > java.awt.EventDispatchThread.pumpEventsForHierarchy(
> EventDispatchThread.java:173)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.awt.EventDispatchThread.pumpEvents
> > > > (EventDispatchThread.java :168)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > >
> > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
> > > > 7:48:07 AM [error] ExtensionManager: at
> > > > java.awt.EventDispatchThread.run
> > > > (EventDispatchThread.java:121)
> > > > [/quote]
> > > >
> > > > Also, this morning, this exception started occuring on pure html
> files.
> > I
> > > > tried disabling a bunch of plugins and I think it's related to the
> XML
> > > > plugin - when I disable this plugin, this exception no longer
> appears.
> > > >
> > > > Thanks again,
> > > > Eric
> > > >
> > > >
> > > >
> > > > On 10/8/07, Shlomy Reinstein < sre...@gm...> wrote:
> > > > > Can you try without a folding mode (i.e. set folding mode to
> 'none')?
> > > > > I know lots of such strange problems are caused by folding modes.
> > > > >
> > > > > Shlomy
> > > > >
> > > > > On 10/8/07, Eric Berry < el...@gm...> wrote:
> > > > > > Am I really the only person seeing this issue? I'm seeing it on
> my
> > mac,
> > > > and
> > > > > > my windows XP machine. It doesn't seem to happen on straight
> html
> > files,
> > > > or
> > > > > > straight javascript files, but it does seem to happen in mixed
> > files.
> > > > I've
> > > > > > tried it on XML files as well as java files.
> > > > > >
> > > > > > When I try to save the file over and over, it eventually starts
> > > > happening.
> > > > > >
> > > > > > Any thoughts, ideas, or even a confirmation that it's just me,
> would
> > be
> > > > > > greatly welcomed.
> > > > > >
> > > > > > Thanks,
> > > > > > Eric
> > > > > >
> > > > > >
> > > > > > On 10/5/07, Eric Berry < el...@gm...> wrote:
> > > > > > > Hey all,
> > > > > > > I noticed this a few weeks ago on my mac, and just thought
> it
> > was
> > > > some
> > > > > > mac thing I had because I was using the beta java6. However, I
> just
> > > > upgraded
> > > > > > to 4.3pre11 at work, which is running windows Java 6 (
> 1.6.0_02-b06
> > ),
> > > > and
> > > > > > now I see it here as well. I made a quick wink demo of it. If I
> > close
> > > > jEdit
> > > > > > and reopen it, it seems to be fine for a while then it starts up
> > again.
> > > > > > >
> > > > > > >
> > > > > >
> > > >
> > http://www.idc-productions.com/demo/weird_html_render_jedit.htm
> > > > > > >
> > > > > > > Any help, or ideas would be great.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > Eric
> > > > > > >
> > > > > > > --
> > > > > > > Learn from the past. Live in the present. Plan for the future.
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Learn from the past. Live in the present. Plan for the future.
> > > > > >
> > > >
> >
> -------------------------------------------------------------------------
> > > > > > This SF.net email is sponsored by: Splunk Inc.
> > > > > > Still grepping through log files to find problems? Stop.
> > > > > > Now Search log events and configuration files using AJAX and a
> > browser.
> > > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > > > --
> > > > > > -----------------------------------------------
> > > > > > jEdit Users' List
> > > > > > jEd...@li...
> > > > > >
> > > >
> > https://lists.sourceforge.net/lists/listinfo/jedit-users
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> >
> -------------------------------------------------------------------------
> > > > > This SF.net email is sponsored by: Splunk Inc.
> > > > > Still grepping through log files to find problems? Stop.
> > > > > Now Search log events and configuration files using AJAX and a
> > browser.
> > > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > > --
> > > > > -----------------------------------------------
> > > > > jEdit Users' List
> > > > > jEd...@li...
> > > > >
> > https://lists.sourceforge.net/lists/listinfo/jedit-users
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > >
> > > > Learn from the past. Live in the present. Plan for the future.
> > > >
> >
> -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by: Splunk Inc.
> > > > Still grepping through log files to find problems? Stop.
> > > > Now Search log events and configuration files using AJAX and a
> browser.
> > > > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > > > --
> > > > -----------------------------------------------
> > > > jEdit Users' List
> > > > jEd...@li...
> > > >
> > https://lists.sourceforge.net/lists/listinfo/jedit-users
> > > >
> > > >
> > >
> >
> >
> >
> > --
> >
> > Learn from the past. Live in the present. Plan for the future.
> >
> -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems? Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >> http://get.splunk.com/
> > --
> > -----------------------------------------------
> > jEdit Users' List
> > jEd...@li...
> > https://lists.sourceforge.net/lists/listinfo/jedit-users
> >
> >
>
--
Learn from the past. Live in the present. Plan for the future.
|