|
From: Chris P. <li...@fo...> - 2004-01-26 17:42:21
|
I thought that the XML plugin had a "browse tree" kind of function, but can't see to find it. Am I wrong, or just lost? If there isn't one, is there another plugin that does? -- Chris Petersen Programmer / Web Designer Silicon Mechanics: http://www.siliconmechanics.com/ Blade Servers: http://www.siliconmechanics.com/c292/blade-server.php 1U Servers: http://www.siliconmechanics.com/c272/1u-server.php |
|
From: Steve J. <ste...@wi...> - 2004-01-26 19:58:19
|
On Monday 26 January 2004 12:42, Chris Petersen wrote: > I thought that the XML plugin had a "browse tree" kind of function, but > can't see to find it. Am I wrong, or just lost? If there isn't one, > is there another plugin that does? This functionality is now provided by the structure browser in the Sidekick plugin. Steve Jakob |
|
From: Chris P. <li...@fo...> - 2004-01-26 20:29:47
|
> This functionality is now provided by the structure browser in the Sidekick > plugin. All I get is "not parsed", and nothing happens when I "parse document" with the xml plugin. -- Chris Petersen Programmer / Web Designer Silicon Mechanics: http://www.siliconmechanics.com/ Blade Servers: http://www.siliconmechanics.com/c292/blade-server.php 1U Servers: http://www.siliconmechanics.com/c272/1u-server.php |
|
From: Jingzhao Ou <ja...@ya...> - 2004-01-26 21:38:56
|
Dear all, Can any one tell me if it is possible to create a dockable frame in jEdit using Macros? Or only plug-ins can do the job? Thanks a lot! Best regards, Jingzhao |
|
From: Steve J. <ste...@wi...> - 2004-01-26 20:42:37
|
On Monday 26 January 2004 15:29, Chris Petersen wrote: > > This functionality is now provided by the structure browser in the > > Sidekick plugin. > > All I get is "not parsed", and nothing happens when I "parse document" > with the xml plugin. Is your XML plugin up-to-date? FWIW, I'm using Sidekick 0.3 with XML 0.13 and it works fine. I've got the structure browser docked and just need to select it to parse the current buffer. Steve Jakob |
|
From: Chris P. <li...@fo...> - 2004-01-28 18:52:56
|
> Is your XML plugin up-to-date?
Yup, same as you. xml .13 and sidekick .3..
here's my test file. As far as I know, this is valid, but the structure
browser just keeps saying "not parsed" (although it briefly flashes
"parsing" when I switch/save buffers)
<item_list>
<item id="1014"><!-- template: Product_Kit -->
<internal_name>Low profile CD + Floppy Combo</internal_name>
<name>Low profile CD + Floppy Combo</name>
<extra_url_text></extra_url_text>
<product id="1114">
<price>50.00</price>
</product>
</item>
</item_list>
My html files, etc all seem to show up just fine, too. Anyway, this
isn't the kind of browser I was looking for, anyway - I want something
completely graphical, where you click on a branch/node/whatever and get
a text entry box to edit its values - but of the ones I've seen, that
interface is not going to work for what I need, either (what I really
need is something that will build a table based on values - like with my
test structure there, it would build a table with the item id, name,
product id and price - so that the purchasing guys can easily update
prices, etc. in bulk)
Anyway, wildly off topic. Thanks for the help, thought I'd submit my
test as a possible bug, so there it is.
--
Chris Petersen
Programmer / Web Designer
Silicon Mechanics: http://www.siliconmechanics.com/
Blade Servers: http://www.siliconmechanics.com/c292/blade-server.php
1U Servers: http://www.siliconmechanics.com/c272/1u-server.php
|
|
From: Matt C. <ma...@si...> - 2004-01-31 00:17:17
|
> (what I really > need is something that will build a table based on values - like with my > test structure there, it would build a table with the item id, name, > product id and price - so that the purchasing guys can easily update > prices, etc. in bulk) Sorry to continue the offtopicness, but XML Spy has a mode like what you want, you might want to check it out. I'd say that kind of specialized interface is probably outside the jEdit mission, but I wouldn't stand in anyone's way if they wanted to write a plugin ;) Matt -- Matt Chaput | S I D E E F F E C T S S O F T W A R E Senior Technical Writer | www.sidefx.com ma...@si... | "A goddamned ray of sunshine all the goddamned time" -- Sparkle Hayter |
|
From: Ollie R. <ol...@ru...> - 2004-01-26 18:07:41
|
Chris Petersen wrote: > I thought that the XML plugin had a "browse tree" kind of function, but > can't see to find it. Am I wrong, or just lost? If there isn't one, > is there another plugin that does? Sidekick's Structure Browser displays the tree, provided by the XML plugin. -Ollie |
|
From: Brad M. <bm...@bl...> - 2004-01-26 20:01:53
|
The xml plugin was integrated with SideKick. You can browse the tree with SideKick's structure browser. Brad Chris Petersen wrote: >I thought that the XML plugin had a "browse tree" kind of function, but >can't see to find it. Am I wrong, or just lost? If there isn't one, >is there another plugin that does? > > > |