You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Oliver Rettig <Ol...@orat.de> on 2022/04/19 14:31:15 UTC

nbribbonbar

Hi,

I am working on an netbeans editor-Extention to suport the work with conformal 
geometric algebra, which will include also a domain specific programming 
language based on truffle/graal.

In this context I want to add the possibility to insert specific mathematical 
symbols in textfile edited with the netbeans-editor in form of a netbeans 
plugin.

I have found the tutorial

https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html

which seems support some specific toolbar ui  but it is a pity: The code to 
nbribbonbar is gone. 

Has anybody saved the source code? Maybe Geertjan? If I get the code I can 
update the wiki and host the code somewhere in github to make it available for 
the furture.

My current experiments with extentions of the the netbeans editor are here:

https://github.com/orat/netbeans-cgasymbols/tree/master

I have implemented additions to the editor context-menu to insert the symbols. 
But this looks too much cumbersome for the user. I think a ribbon-bar is 
nicer.

If somebody is interested in the mathematical symbols and the experiments in 
implementing a formular parser to work with these symbols. The code is here:

https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md

best regards
Oliver







---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: nbribbonbar

Posted by Oliver Rettig <Ol...@orat.de>.
Hi Geertjan and Christian,

very very thanks for your quick answer. Its great that the code is available.

best regards
Oliver


> https://github.com/geertjanw/jmn
> 
> Gj
> 
> On Tue, Apr 19, 2022 at 4:31 PM Oliver Rettig <Ol...@orat.de> wrote:
> > Hi,
> > 
> > I am working on an netbeans editor-Extention to suport the work with
> > conformal geometric algebra, which will include also a domain specific
> > programming language based on truffle/graal.
> > 
> > In this context I want to add the possibility to insert specific
> > mathematical symbols in textfile edited with the netbeans-editor in form
> > of a netbeans plugin.
> > 
> > I have found the tutorial
> > 
> > https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html
> > 
> > which seems support some specific toolbar ui  but it is a pity: The code
> > to
> > nbribbonbar is gone.
> > 
> > Has anybody saved the source code? Maybe Geertjan? If I get the code I can
> > update the wiki and host the code somewhere in github to make it available
> > for the furture.
> > 
> > My current experiments with extentions of the the netbeans editor are
> > here:
> > 
> > https://github.com/orat/netbeans-cgasymbols/tree/master
> > 
> > I have implemented additions to the editor context-menu to insert the
> > symbols. But this looks too much cumbersome for the user. I think a
> > ribbon-bar is nicer.
> > 
> > If somebody is interested in the mathematical symbols and the experiments
> > in implementing a formular parser to work with these symbols. The code is
> > here:
> > 
> > https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md
> > 
> > best regards
> > Oliver
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
> 
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists




Re: nbribbonbar

Posted by Christian Pervoelz <cp...@gmail.com>.
Hi,

may this
https://github.com/huynguyen2015/Java-nbribbonbar/tree/master/PinkMatterRibbonPlatform
helps.

Hadn't had a closer look to it, but looks like the original code.

--C.

Am Di., 19. Apr. 2022 um 16:31 Uhr schrieb Oliver Rettig <
Oliver.Rettig@orat.de>:

> Hi,
>
> I am working on an netbeans editor-Extention to suport the work with
> conformal
> geometric algebra, which will include also a domain specific programming
> language based on truffle/graal.
>
> In this context I want to add the possibility to insert specific
> mathematical
> symbols in textfile edited with the netbeans-editor in form of a netbeans
> plugin.
>
> I have found the tutorial
>
> https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html
>
> which seems support some specific toolbar ui  but it is a pity: The code
> to
> nbribbonbar is gone.
>
> Has anybody saved the source code? Maybe Geertjan? If I get the code I can
> update the wiki and host the code somewhere in github to make it available
> for
> the furture.
>
> My current experiments with extentions of the the netbeans editor are here:
>
> https://github.com/orat/netbeans-cgasymbols/tree/master
>
> I have implemented additions to the editor context-menu to insert the
> symbols.
> But this looks too much cumbersome for the user. I think a ribbon-bar is
> nicer.
>
> If somebody is interested in the mathematical symbols and the experiments
> in
> implementing a formular parser to work with these symbols. The code is
> here:
>
> https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md
>
> best regards
> Oliver
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>

Re: nbribbonbar

Posted by Geertjan Wielenga <ge...@googlemail.com.INVALID>.
https://github.com/geertjanw/jmn

Gj

On Tue, Apr 19, 2022 at 4:31 PM Oliver Rettig <Ol...@orat.de> wrote:
>
> Hi,
>
> I am working on an netbeans editor-Extention to suport the work with conformal
> geometric algebra, which will include also a domain specific programming
> language based on truffle/graal.
>
> In this context I want to add the possibility to insert specific mathematical
> symbols in textfile edited with the netbeans-editor in form of a netbeans
> plugin.
>
> I have found the tutorial
>
> https://netbeans.apache.org/tutorials/74/nbm-ribbonbar.html
>
> which seems support some specific toolbar ui  but it is a pity: The code to
> nbribbonbar is gone.
>
> Has anybody saved the source code? Maybe Geertjan? If I get the code I can
> update the wiki and host the code somewhere in github to make it available for
> the furture.
>
> My current experiments with extentions of the the netbeans editor are here:
>
> https://github.com/orat/netbeans-cgasymbols/tree/master
>
> I have implemented additions to the editor context-menu to insert the symbols.
> But this looks too much cumbersome for the user. I think a ribbon-bar is
> nicer.
>
> If somebody is interested in the mathematical symbols and the experiments in
> implementing a formular parser to work with these symbols. The code is here:
>
> https://github.com/MobMonRob/DSL4GeometricAlgebra/blob/main/README.md
>
> best regards
> Oliver
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
For additional commands, e-mail: dev-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists