Re: Packaging JRE in RCP installer

2019-09-13 Thread Oliver Rettig
Hi all, very thanks to figure it out and solve this old problem. best regards Oliver > Christian, the bitness of cleaner.exe makes absolutely no difference > to your aim of enforcing 64Bit. I do not plan to change anything > buildwise, only the C code, meaning it will still be a 32 bit >

Re: Packaging JRE in RCP installer

2019-09-12 Thread Oliver Rettig
Hi, I remember on such problems also with Netbeans 8.2. It had todo with access rights. I am interested in if you can figure it out. best regards Oliver > Is anyone packaging the JRE in a RCP installer using Netbeans 11.1 > following these instructions? >

HelpCtx without JavaHelp?

2019-11-11 Thread Oliver Rettig
Hi, I am thinking about to substitute JavaHelp from my netbeans platform applications and to switch to webbased documentation. A couple of years I use docuwiki, e.g. Now I want to navigate in the docuwiki by opening specific urls invoked by my netbeans platoform app. There is

Re: [VOTE] Accept donation of core DukeScript presenters to Apache NetBeans html4j

2019-10-03 Thread Oliver Rettig
+1 and also many thanks to Toni Just two student groups will start in our lab at Cooperative Univervsity Karlsruhe to develop some apps based on DukeScript ... > +1 > > Thanks Toni > > -Sven > > Geertjan Wielenga schrieb am Do., 3. Okt. 2019, 14:12: > > +1. > > > > Gj > > > > On Thu, Oct

Re: [VOTE] Release Apache NetBeans-11.3 Linux Installer

2020-02-29 Thread Oliver Rettig
+1 > +1 > > *Kind regards, * > > *Thilina Ranathunga.* > > > On Fri, Feb 28, 2020 at 6:57 PM Arunava Sinha > > wrote: > > Hi, > > > > Primary voting artifact: > > > > https://dist.apache.org/repos/dist/dev/netbeans/netbeans/11.3/installers/A > > pache-NetBeans-11.3-bin-linux-x64.sh > > >

Re: [DISCUSS] Wrapping up Oracle's donation of NetBeans to Apache

2020-02-11 Thread Oliver Rettig
Hi, I am working with python and I am also interested in python development with Netbeans. Some years ago I have used the python-netbeans-plugins and it works fine for me. I remember that I run only into trouble in combination with some specific build configuration of existing python

Re: [DISCUSS] Integration of Android Support for NetBeans

2020-02-15 Thread Oliver Rettig
Hi Martin, I am very interested in using the Netbeans IDE also for developing Android apps. Some of our students are working on developing android apps so it will be great to do this also with our favorite IDE. The next few month I am very busy but later maybe I can help. I have much

Re: AW: Save All when switching to Terminal

2020-04-15 Thread Oliver Rettig
+1 for save all 0 to make it as default great idea - I use Netbeans to work with ROS the same way and have the same problemes:-) > > > Cheers > > Chris > > > > Von: Laszlo Kishalmi > Gesendet: Dienstag, 14. April 2020 22:25 > An: Apache NetBeans > Betreff: Save All when switching to

Re: Netbeans notifications API

2020-05-18 Thread Oliver Rettig
Hi all, I like the idea to have the functionality in Netbeans to create notifications which are shown by the os-specific ways. best regards Oliver > On Sun, 17 May 2020, 21:07 Glenn Holmer, wrote: > > On 5/17/20 4:57 AM, Hector Espert wrote: > > >> Why does it need native code? > > > > > > I

Re: SVG icon graphics

2020-09-18 Thread Oliver Rettig
very thanks to Jeremy and all the others to engage to find a good and practicable way to come to an svg iconset. I am following this topic with interst but I do know now how to help. > Hi All, > > I'm going to get a bit ratty about these exchanges over svg icons. I did > send in an email

Re: Status of Ant vs Maven

2020-08-13 Thread Oliver Rettig
> My wish for the future: please don't give up on ant. I would like to see > an update to the latest version because I could use some of the new > features which are missing in the one NB uses. And I would like to see > some Ivy support in Netbeans. Yes, Ivy support for ant in Netbeans would

Netbeans Translator Plugin - 1. Maven build problem

2020-06-30 Thread Oliver Rettig
Hi all, I am working on a Nebeans Plugin to translate selected text segments: https://github.com/orat/netbeans-translator It is a reimplementation of the old plugin http://plugins.netbeans.org/plugin/4189/google-translator-integrator where the source code isnt available any more. Furthermore

Re: Netbeans Translator Plugin - 1. Maven build problem SOLVED

2020-07-03 Thread Oliver Rettig
I wouldn’t build with JDK 14 unless you really need some features > from that version, but you will force everyone who wants to use your plugin > to install at least JDK 14 which sometimes might not be possible or wanted. > > > Cheers, > Fabian > > > Am 30.06.2020 um 21

Re: netbeans-translator plugin - signed nbm?

2020-07-12 Thread Oliver Rettig
play here: > > - Detached OpenPGP signature > - JAR/NBM signing with a Certificate > > The former is required by Sonatype for deployments to Maven Central, > the latter is checked by the IDE. > > Hope that clears it up > > Matthias > > Am Samstag, den 11.07.2020,

Re: Bypassing NetBeans Plugin Portal

2020-07-06 Thread Oliver Rettig
Hi, I am just on the way learning to make a plugin available via maven central and our official update center step by step and I think it is a good compromise between security and practiability. And I like the idea that we have for all plugins the source code repository available. I do not

netbeans-translator plugin - signed nbm?

2020-07-11 Thread Oliver Rettig
Hi all, I have just uploaded the first release of a translator plugin https://github.com/orat/netbeans-translator/ into maven central. I have followed https://cwiki.apache.org/confluence/display/NETBEANS/Step+by+step+guide+for+upload +NBM+to+Maven+Central Depolyment gives me no errors.

Re: Adding new language support using LSP

2020-12-03 Thread Oliver Rettig
s: https://github.com/MobMonRob/DL4JDSLStudien maybe inspired by a course about Compiler, antlr ... and maybe some thread in the netbeans mailing list. > Kind regards, > Mario > > Am Do., 3. Dez. 2020 um 07:44 Uhr schrieb Oliver Rettig < > > oliver.ret...@orat.de>:

Re: Adding new language support using LSP

2020-12-03 Thread Oliver Rettig
"Question on LSP client" https://lists.apache.org/list.html?dev@netbeans.apache.org:lte=1M:Question%20on%20LSP %20client Pullrequest: https://github.com/apache/netbeans/pull/2564 This step seems not to be completed. I do not understand what the problem with the automated test is. Maybe

Re: How to save data from a MultiViewElement?

2020-12-04 Thread Oliver Rettig
Hi Peter, very thanks for your detailed and interesting explainations. Can you put it in the FAQ. It motivates me to have a look at some of my very old MultiViewElements to think about to make them persistance. best regards Oliver > Hello, > > in the meantime I've found out what to do: > >

Re: Adding new language support using LSP

2020-12-02 Thread Oliver Rettig
Hi all, we are also very interested in implementing new language support for our GraalVM based DSL prepro https://github.com/MobMonRob/DL4JDSLStudien3. We have a group of students at the DHBW which just started working on this. Maybe we can learn together. best regards Oliver > Hi All, > >

Re: A NetBeans Packager tool?

2021-09-14 Thread Oliver Rettig
Hi Neil, > On Sat, 11 Sept 2021 at 22:43, Oliver Rettig wrote: > > I am still using the netbeans buildin installing stuff but it was always > > difficult for me to figure out how to implement specific needs. Main > > disadvanatage for me was need of a jre insta

Re: A NetBeans Packager tool?

2021-09-11 Thread Oliver Rettig
Hi Neil, I am still using the netbeans buildin installing stuff but it was always difficult for me to figure out how to implement specific needs. Main disadvanatage for me was need of a jre installed on the pc to use the installer and the lack of a tool to includes the app-icons in the

Re: Add support for other programming languages

2022-01-04 Thread Oliver Rettig
use this email thread: +1 > Thank you all for your replies. > > We can continue on (please vote): > >- slack (NetBeans #plugin-developers) >- create a google group >- use this email thread > > Please let me know if you all have edit access to confluence >

nbribbonbar

2022-04-19 Thread Oliver Rettig
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

Re: nbribbonbar

2022-04-19 Thread Oliver Rettig
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 wrote: > > Hi, > > > > I am workin

Java Help student project started

2022-10-17 Thread Oliver Rettig
Hi all, since years we miss a modern (on- and offline) help-viewer for your netbeans platform applications. Now, we have just started a student project at the Cooperative State University Karlsruhe (Germany) to fill this gap. It will run the next six months. Of course we have our specific

Re: Java Help student project started

2022-10-24 Thread Oliver Rettig
Very thanks for your hints Jan. > On 2022-10-17 Oliver Rettig wrote: > > I also want to integrate a help-viewer as on offline viewer into the > > rcp-app by invoking a browser but I also want to push to a online- available > documentation maybe into a docuwiki page. > > B

Re: plugin portal submission inquiry

2023-06-25 Thread Oliver Rettig
Hi, where/how to vote for it - I am lucky to use that tool. Oliver > I've voted "Go", just one more needed and then it is approved. > > Gj > > On Sun, Jun 25, 2023 at 7:20 AM Brutzman, Donald (Don) (CIV) < > > brutz...@nps.edu> wrote: > > Hello again, I hope that all is well. > > > > > > > >

Syntaxhighlighting with textmate for a new language

2023-06-28 Thread Oliver Rettig
Hi all, we are working on a DSL for "conformal geometric algebra" running in the java GraalVM https://github.com/MobMonRob/DSL4GeometricAlgebra and I have started to implement tooling in the netbeans ide for it. For simple starting I want to integrate syntax highleighting by textmate. I

Re: Syntaxhighlighting with textmate for a new language

2023-06-29 Thread Oliver Rettig
otation in your OcgaClient is correct. It says 'text/sh', I believe this > is wrong. I cannot look up my old code at the moment, but maybe a hint is > enough. > > Good luck > Alex > > Oliver Rettig schrieb am Mi., 28. Juni 2023, 20:35: > > Hi all, > > > > we

Re: Syntaxhighlighting with textmate for a new language

2023-06-30 Thread Oliver Rettig
netbeans/tree/master/ide/languages.go/src/org/netb > eans/modules/languages/go > > > as a sample implementation. > > On 6/28/23 11:34, Oliver Rettig wrote: > > Hi all, > > > > we are working on a DSL for "conformal geometric algebra" running in the >

Re: Syntaxhighlighting with textmate for a new language

2023-06-30 Thread Oliver Rettig
, > > Am Mittwoch, dem 28.06.2023 um 20:34 +0200 schrieb Oliver Rettig: > > I have implemented a simple netbeans plugin for my .ocga-files: > > > > https://github.com/orat/netbeans-ocga > > > > The files are correctly recognized, the registered icon is shown

Re: Javahelp broken after update from NB platform 8.2 to 11.3 (Displayer not found by Lookup)

2023-05-05 Thread Oliver Rettig
Hi, we have a student at the DHBW-Karlsruhe, working on a replacement of the JavaHelp viewer. https://github.com/MobMonRob/JavaHelpStudien My main motivation to start this project are my own netbeans-platform applications where we want to have offline-available help-pages which are

Re: Javahelp broken after update from NB platform 8.2 to 11.3 (Displayer not found by Lookup)

2023-05-16 Thread Oliver Rettig
Hi Marco, I have upgraded my platform-apps always to the upcomming new netbeans versions without much problems. Most time I aloways need to find out which of the new netbeans modules which are automatically added to the platform app I do not need and have to be excluded. Sometimes there are

How to use and extend the netbeans debugger functionality for a truffle languages

2024-02-22 Thread Oliver Rettig
Hi all, more than one year ago we have started to implement a truffle based DSL for gemetric algebra expression. https://github.com/MobMonRob/DSL4GeometricAlgebra We have Syntax-Highlighting implemented as netbeans-plugin: https://github.com/orat/netbeans-ocga/tree/master and also added some

Re: GraalVM: Anyone still interested or do we reduce support to GraalJS or do we switch back to rhino?

2024-04-08 Thread Oliver Rettig
Hi, we are working much on our geometric-algebra DSL (https://github.com/ MobMonRob/DSL4GeometricAlgebra) which is based on GraalVM and the integration into the Nebeans-IDE (debugger, syntax-highlighting). So GraalVM/Netbeans- Integration is essential for us. We are not very fast in always

Re: GraalVM: Anyone still interested or do we reduce support to GraalJS or do we switch back to rhino?

2024-04-10 Thread Oliver Rettig
Thanks Matthias and Michael for your explainations. I am afraid I can not help at the moment. I am not familar enough with this stuff but I think I have to learn more about GraalVM-netbeans integration. > On 08.04.24 20:18, Matthias Bläsing wrote: > >