Re: Collaborative Editing with Netbeans

2021-04-21 Thread Mario Schroeder
There is an old post on the Netbeans home page. Maybe that's it what you are looking for: https://netbeans.apache.org//kb/docs/ide/team-servers.html Am Mi., 21. Apr. 2021 um 14:49 Uhr schrieb Mar R : > This started another conversation I'm sorry, I don't know how to continue > the ones created

Re: Release Manager for 12.3?

2021-01-16 Thread Mario Schroeder (Spindizzy)
Hi, It would be great if you could set up a meeting via Zoom. I am also interested to know how to manage the release. Kind regards, Mario > Am 16.01.2021 um 10:53 schrieb Geertjan Wielenga > : > > Hi Neil, > > Can we maybe do this release together? I would really like to be able to do > it,

Re: Adding new language support using LSP

2020-12-03 Thread Mario Schroeder
Hi, I'm also very interested. If there is no tutorial yet, then this is the best time to create one. @Oliver I had a glimpse at the students project. Then NetBeans Plugin seems to use ANTLR. Just out of curiosity: Do you know from where the student got the inspiration for the source code? Kind

Re: Contributing community plugin codes

2020-05-29 Thread Mario Schroeder
What I'm missing is just a guide how to contribute the code to Apache NetBeans, and I would do it myself. But maybe it is there and I just don't know. Matthias Bläsing schrieb am Do., 28. Mai 2020, 20:48: > Hi, > > Am Donnerstag, den 28.05.2020, 14:44 -0400 schrieb Scott Palmer: > > IANAL, but

Re: Contributing community plugin codes

2020-05-28 Thread Mario Schroeder
+1 from me, because I still have a plug in for Bamboo CI which I would like to contribute Sven Reimers schrieb am Do., 28. Mai 2020, 08:41: > Sounds good > > +1 > > -Sven > > Christian Lenz schrieb am Mi., 27. Mai 2020, > 20:13: > > > Hey all, > > > > are any problems to take the code of

Re: TravisCI vs Jenkins vs GitHub Actions

2020-05-24 Thread Mario Schroeder
A while ago, I migrated the CI service for my NetBeans plugin from Travis CI to GitHub Actions. The setup for the new pipeline was quite easy. I decided for it because: - It felt natural to have everything in one place. - No need to give permissions to an app outside. - You can have several

Re: MultiView using the mavenized module project

2020-05-18 Thread Mario Schroeder
John, I can not remember having any issues while I wrote the tutorial for the book. I used Maven there. John Kostaras schrieb am So., 17. Mai 2020, 22:56: > Hallo, > > I wonder if anybody has tried to create to create a new File Type using the > mavenized module project. Let me be more

Re: Dedication message for NetBeans 12

2020-04-03 Thread Mario Schroeder
Das to hear. Maybe put a detication in the 'About NetBeans' window for the release. So his work for NetBeans is bond to the actual product. Regards, Mario Sven Reimers schrieb am Fr., 3. Apr. 2020, 13:54: > Hi all, > > I assume most of you already heard about Carl Quinn passing away on April >

Re: Building NetBeans with Gradle

2020-02-27 Thread Mario Schroeder
Hi Lazlo, those are great news. Thanks for sharing. I also hope that the Kotlin support is taking up speed than we could even support the Gradle Kotlin DSL. Laszlo Kishalmi schrieb am Fr., 28. Feb. 2020, 02:23: > Dear all, > > I just would like to share the progress of my secret project:

Re: Pull the plug from Java 8 in 12.1?

2020-02-26 Thread Mario Schroeder
+1 to drop Support for Java 8 in NetBeans 12.1. If someone still wants to run it on Java 8 he/she can use a previous release. Laszlo Kishalmi schrieb am Do., 27. Feb. 2020, 02:13: > Dear all, > > What do you think about stopping support Java 8 as NetBeans runtime from > 12.1 and on? > > Neil

Re: Netbeans autocompletion

2020-01-23 Thread Mario Schroeder
f not already done. > > > Cheers > > Chris > > > > Von: Mario Schroeder > Gesendet: Donnerstag, 23. Januar 2020 15:00 > An: dev@netbeans.apache.org > Betreff: Re: Netbeans autocompletion > > +1 from me for this feature with a options to change it in the Prefer

Re: Netbeans autocompletion

2020-01-23 Thread Mario Schroeder
+1 from me for this feature with a options to change it in the Preferences. Am Do., 23. Jan. 2020 um 14:40 Uhr schrieb Samiul Alom Sium < siumastroma...@gmail.com>: > Hi, > > Please reduce pop up time for autocompletion in netbeans. Either create a > UI option or manually reduce it from 750 ms

Re: phantom "ambiguous method" errors when using Lombok

2019-12-16 Thread Mario Schroeder
This might not help you for now, but I also came across issues in my project which uses lombok. However it was not NetBeans specific. I wanted to upgrade to a new JDK, but a lot of tests were failing, upgrading lombok itself didn't resolve it. So I decided to take the long way and delomboked my

Re: Can anyone give me a help about developing antlr formatter

2019-10-10 Thread Mario Schroeder
No, I am going on vacation. Hiking the MacLehose trail. Peter Cheung schrieb am Do., 10. Okt. 2019, 19:50: > Hey Mario >Yes, i am from Hong Kong. Why come here? Business trip? > Thanks > From Peter > ____ > From: Mario Schroeder > Sent:

Re: Can anyone give me a help about developing antlr formatter

2019-10-10 Thread Mario Schroeder
Peter, you are from Hong Kong?! What a coincidence that I will be there within a week. Despite all the issues, I'm looking forward. Sorry for the off topic. Am Do., 10. Okt. 2019 um 08:35 Uhr schrieb Peter Cheung < mcheun...@hotmail.com>: > Dear Tim > You are a great people and full of

Re: Can anyone give me a help about developing antlr formatter

2019-09-20 Thread Mario Schroeder
Hi, maybe this one can help you as well: https://github.com/mario-s/nb-hyperledger It uses a ANTLR Grammar to generate Lexer and Parser. A lot of ANTLR samples can be found in this repository: https://github.com/antlr/grammars-v4 Greetings, Mario Am Fr., 20. Sept. 2019 um 10:29 Uhr schrieb

Re: JCrete Apache NetBeans session outcomes

2019-09-19 Thread Mario Schroeder
+1 Am Do., 19. Sept. 2019 um 10:14 Uhr schrieb Alexius Diakogiannis < alexius.diakogian...@gmail.com>: > +1 on that from me > > > > > On Thu, 19 Sep 2019 at 11:10, Neil C Smith wrote: > > > On Wed, 11 Sep 2019 at 21:24, John Kostaras wrote: > > > - When a new plugin is uploaded, some people

Re: Code One Java IDE Wars

2019-08-05 Thread Mario Schroeder
Wise words :-) Emilian Bold schrieb am Mo., 5. Aug. 2019, 21:46: > Note that Apache NetBeans is not at war. > > Apache is like a peaceful monk monastery. It might even have some retired > warriors but does not partake in such wordly affairs. > > Java IDE Wars are something like the world wars.

Re: Code One Java IDE Wars

2019-08-05 Thread Mario Schroeder
In my opinion, it is not that NetBeans has a special killer feature (yet). It is the simplicity of the UI. When you start the IDE, you don't feel overwhelmed by so many buttons and options. Kenneth Fogel schrieb am Mo., 5. Aug. 2019, 20:30: > At Code One this year I will be presenting with

Re: NetBeans language bundle

2019-07-24 Thread Mario Schroeder
I like the idea about the confluence page for languages. I personally like to know which one need some work, so I could support the translation. Geertjan Wielenga schrieb am Mi., 24. Juli 2019, 11:46: > I reckon if excluding some languages will simplify things, go ahead and > just do so. When

run plugin with latest version

2019-06-25 Thread Mario Schroeder
Hi, I build a plugin using maven and the nbm-maven-plugin in version 4.1. I was targeting the platform version RELEASE82 during the development prozess. I'd like to upgrade to version RELEASE110. The compile goal of maven work fine with the version. However when I click on "Run" in the context

Re: kotlin support

2019-04-29 Thread Mario Schroeder
Yes, maintain as well. Laszlo Kishalmi schrieb am Di., 30. Apr. 2019, 00:10: > Only supporter or willing to maintain the code as well? > > On 4/29/19 11:31 AM, Mario Schroeder wrote: > > Count me in as a supporter. > > > > Am Mo., 29. Apr. 2019 um 20:16

Re: kotlin support

2019-04-29 Thread Mario Schroeder
Count me in as a supporter. Am Mo., 29. Apr. 2019 um 20:16 Uhr schrieb Laszlo Kishalmi < laszlo.kisha...@gmail.com>: > There is an unmaintained plugin actually from JetBrains: > > https://github.com/JetBrains/kotlin-netbeans > > If there would be someone interested to support/maintain Kotlin we