|
From: Dale A. <da...@gr...> - 2011-01-29 04:31:01
|
I'll take a look at the CSS parser issue. I expect it is unrelated to the original issue, however. Dale 2011/1/28 Vampire <Va...@je...>: > Hi Roy, > > yes, the things in square brackets are actually the abbrev sets, up to the > next thing in square brackets and the abbrevs of that set are in between as > key value pairs. so if you have > > [html] > [somethingElse] > > in abbrevs, the html abbrev set is empty and the dialog shouldn't show > abbrevs for that set. So is there now anything inconsistent for you? > > The errors you quoted point to a problem in the CSS parser you use for > SideKick, maybe you should report a bug for that one. To eliminate plugin > error messages you could start jEdit with the -noplugins command line > parameter. > > Regards > Vampire > > 2011/1/29 Roy Stannard <roy...@gm...> >> >> Hi Vampire, >> >> The php, html and xml sets in abbrev are empty. I've searched the abbrevs >> settings file for entries like 'div' but none are found, tho [html], [php] >> and [xml] are there. These are titles, I guess. >> >> The activity log records some errors, viz. >> >> 7:22:56 AM [SideKick #1] [debug] WorkThread: Running in work thread: >> [id=10,run=sidekick.SideKick$ParseRequest@115512] >> 7:22:56 AM [SideKick #1] [error] SideKick #1: >> java.lang.ArrayIndexOutOfBoundsException: -1 >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> java.util.ArrayList.elementData(ArrayList.java:338) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> java.util.ArrayList.get(ArrayList.java:351) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.css.parser.CSS3Parser.styleSheet(CSS3Parser.java:332) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.css.CSS2SideKickParser.parse(CSS2SideKickParser.java:128) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlTreeBuilder.visit(HtmlTreeBuilder.java:116) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlDocument$TagBlock.accept(HtmlDocument.java:431) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlTreeBuilder.visit(HtmlTreeBuilder.java:182) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlTreeBuilder.visit(HtmlTreeBuilder.java:170) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlDocument$TagBlock.accept(HtmlDocument.java:431) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlTreeBuilder.visit(HtmlTreeBuilder.java:182) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlTreeBuilder.visit(HtmlTreeBuilder.java:170) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlDocument$TagBlock.accept(HtmlDocument.java:431) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlTreeBuilder.visit(HtmlTreeBuilder.java:182) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlTreeBuilder.visit(HtmlTreeBuilder.java:190) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.parser.html.HtmlDocument.accept(HtmlDocument.java:133) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.html.HtmlParser.parse(HtmlParser.java:157) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> sidekick.SideKick$ParseRequest.run(SideKick.java:520) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:213) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:180) >> 7:22:56 AM [SideKick #1] [error] SideKick #1: at >> org.gjt.sp.util.WorkThread.run(WorkThread.java:154) >> >> and an earlier one: >> 7:19:12 AM [SideKick #1] [error] SideKick #1: >> java.lang.ArrayIndexOutOfBoundsException: -1 >> 7:19:12 AM [SideKick #1] [error] SideKick #1: at >> java.util.ArrayList.elementData(ArrayList.java:338) >> 7:19:12 AM [SideKick #1] [error] SideKick #1: at >> java.util.ArrayList.get(ArrayList.java:351) >> .... >> 7:19:12 AM [SideKick #1] [error] SideKick #1: at >> org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:213) >> 7:19:12 AM [SideKick #1] [error] SideKick #1: at >> org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:180) >> 7:19:12 AM [SideKick #1] [error] SideKick #1: at >> org.gjt.sp.util.WorkThread.run(WorkThread.java:154) >> >> and this: >> 7:19:11 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: JAXP: find >> factoryId =javax.xml.parsers.SAXParserFactory >> 7:19:11 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: JAXP: found jar >> resource=META-INF/services/javax.xml.parsers.SAXParserFactory using >> ClassLoader: <anonymous>(0) >> 7:19:11 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: JAXP: found in >> resource, value=org.apache.xerces.jaxp.SAXParserFactoryImpl >> 7:19:11 AM [AWT-EventQueue-0] [error] AWT-EventQueue-0: JAXP: created new >> instance of class org.apache.xerces.jaxp.SAXParserFactoryImpl using >> ClassLoader: <anonymous>(0) >> 7:19:11 AM [AWT-EventQueue-0] [message] Resolver: Loading system catalogs >> >> I have no clear idea what this stuff means, whether it's relevant or not, >> for example. >> >> regards >> >> Roy >> >> On 29 January 2011 07:43, Vampire <Va...@je...> wrote: >>> >>> What is in abbrevs in the settings directory should be what is shown in >>> that dialog. Did you maybe choose an abbrev set in that dialog that is >>> empty? Not every abbrev set has entries. Actually most are empty by default. >>> Try e. g. choosing global in that drop-down. If then still nothing is shown, >>> check your activity log for suspicious entries. >>> >>> Regards >>> Vampire >>> >>> Roy Stannard schrieb: >>> >>> Hi, >>> >>> I've used jEdit from time to time but have only recently started to use >>> it intensively for php, xhtml and css editing. Code completion is a >>> priority, so I installed the SuperAbbrevs plugin and hotkeyed its selection >>> window macro. I wanted to incorporate the Abbreviations into SuperAbbrevs as >>> per the button in its plugin options window but nothing happened. I checked >>> the Utilities>Global Options>Abbreviations dialog window, it has no >>> entries. >>> >>> I also checked the Utilities>Setting directory>abbrevs doc and got a long >>> listing, so apparently some abbreviations info is available. What to do >>> next? Any suggestions would be most welcome. Thanks in advance. >>> >>> ________________________________ >>> >>> ------------------------------------------------------------------------------ >>> 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 > > |