|
From: Manoj <ps...@gm...> - 2006-10-09 18:42:48
|
Thank you Eric.
I had setup in the previous version of jEdit, using regular expression, but
in newer version, it breaks.
I will try to look into details about how to write sidekick parser for SQR.
Any help or quick tips regarding setting up new parser for sidekick is
highly appreciated. Again all I want to see is folding, if anyone can guide
me would be very helpful.
Manoj
On 10/9/06, Eric Berry <el...@gm...> wrote:
>
> Manoj,
> The customizable fold handler has been having troubles. I had to
> unintall it myself to get my jEdit text area back to normal.
>
> As for the SQR language. I don't see any really simple way to do this
> other than if you can indent your code, you could use the indent
> folding.
>
> (if I understand correctly, how the language looks)
> BEGIN-PROGRAM
> ..[Code
> ..[Code]
> ]
> ..[Code]
> ..[Code]
> ..[Code]
> ..[Code]
> END-PROGRAM
>
> Or You could also explicitely put in folds using the explicit fold
> handler. That would require putting in these characters '{{{' and
> '}}}'. You could put these in some comments in your code.
>
> BEGIN-PROGRAM \\{{{
> ..[Code]
> ..[Code]
> ..[Code]
> ..[Code]
> ..[Code]
> END-PROGRAM \\}}}
>
> If that doesn't work for you, you could write your own fold handler.
> Or you could write your own Sidekick parser then use the Sidekick fold
> handler.
>
> If I'm incorrect with this, someone please correct me.
>
> Eric
>
> On 10/9/06, Manoj <ps...@gm...> wrote:
> > I tried using the Customizable fold, but every time I open the jEdit,
> the
> > test area goes for a toss, I cannot see any text, and later after
> > researching more, I could see in the properties file following line:
> >
> > plugin-blacklist.CustomizableFold.jar=false
> >
> > Any help is highly appreciated
> > Thanks...
> >
> >
> >
> > On 10/8/06, Manoj <ps...@gm...> wrote:
> > > I have started using the new version 4.3pre7.
> > >
> > > I want to setup jEdit for SQR programming (It is a language used to
> create
> > reports in Peoplesoft ERP).
> > >
> > > I was not able to setup the folding in jEdit, Can you help me ?
> > >
> > > The fold should be for : [ .(dot) resembles spaces ]
> > >
> > > BEGIN-PROGRAM
> > > ..[Code]
> > > ..[Code]
> > > ..[Code]
> > > ..[Code]
> > > ..[Code]
> > > END-PROGRAM
> > >
> > > Please help me in setting up.
> > >
> > > --
> > > Let your presence make difference to the world!
> >
> >
> >
> > --
> > Let your presence make difference to the world!
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys -- and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> > --
> > -----------------------------------------------
> > 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.
>
--
Let your presence make difference to the world!
|