|
From: Roy S. <roy...@gm...> - 2017-11-16 05:30:28
|
Hi Alan, Sorry for the delay in replying. I have, however, worked out why jEdit wasn't showing the structure scope. Using sidekick I parsed the html files using xml and following the errors discovered that using  : for a space was not accepted by the xml parser. So checking this out on the Stackoverflow forum, I found that   should be used instead. Problem solved! I've not made a habit of parsing my html files but this does seem to tbe way to go. Thanks for your help, have a good day Roy On Wed, Nov 1, 2017 at 8:17 AM, Roy Stannard <roy...@gm...> wrote: > Hi, > > On installing ubuntu 17.10, I decided to do the same for jEdit. This, > unfortunately, returned me to a problem I've had before, trying to get, in > html and css files, the link between tags and curly braces shown as a line > in the gutter. > > I've googled this but none of the suggested solutions seem to work. Is > there a definitive way to do this? What settings and plugins are needed to > do this? > > This is such an important editing function that I'm surprised it's not a > standard feature. Could this be put on the to-do list for future versions, > or, failing that, insert into the jEdit manual, an explicit instruction. > > best regards > > Roy > |