AW: Pssst! [Kotlin Support]

2021-10-12 Thread Christian Lenz
The stuff, that already was integrated into the core is just a simple Syntax 
highlighting, nothing more.

Von: John Kostaras
Gesendet: Montag, 11. Oktober 2021 21:07
An: dev@netbeans.apache.org
Betreff: Re: Pssst! [Kotlin Support]

$ find . -name *otlin*
./.git/logs/refs/remotes/origin/kotlin-donation
./java/kotlin.editor
./java/kotlin.editor/src/org/netbeans/modules/kotlin
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/Kotlin.kt.template
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/Kotlin.tmLanguage.json
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.png
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.svg
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_f...@2x.png

On Mon, 11 Oct 2021 at 14:45, Josh Juneau  wrote:

> There is also this older Kotlin plugin, which looks like it may have been
> the initial work by JetBrains.
>
> https://github.com/JetBrains/kotlin-netbeans
>
> This one is at least in a modular format, whereas the other repository
> includes all of NetBeans.  I think that the basic Kotlin support was merged
> into NetBeans already, so maybe that is the code from this repository.
>
> Josh Juneau
> juneau...@gmail.com
> http://jj-blogger.blogspot.com
> Apress Author <https://www.apress.com/us/search?query=juneau>
>
>
>
> On Sun, Oct 10, 2021 at 4:15 PM Eric Bresie  wrote:
>
> > So what are the options for this?  Bring it in as a “cluster”, merge it,
> > break it out and manage as an independent (and publish to the new plug-in
> > center) plug-in?
> >
> > Eric
> >
> > On Sun, Oct 10, 2021 at 4:02 PM Christian Lenz 
> > wrote:
> >
> > > There is this branch
> > > https://github.com/apache/netbeans/tree/kotlin-donation but last
> changes
> > > were in Dezember last year.
> > >
> > > Von: Eric Bresie
> > > Gesendet: Sonntag, 10. Oktober 2021 16:25
> > > An: Netbeans Developer List
> > > Betreff: Re: Pssst! [Kotlin Support]
> > >
> > > I was talking about references to Kotlin like (1),(3),(5).
> > >
> > > As I understand it, there is some basic functionality
> > (highlight/coloring,
> > > editing), some of which involved a Kotlin plugin originally developed
> by
> > > JetBrain (4) which was not being maintained and was being donated to
> the
> > > Apache Netbeans group.  Based on the PR (2), it seems like it was
> > accepted
> > > but not sure if it was in a branch or in mainline Netbeans master.
> > >
> > > References
> > > (1)
> > >
> > >
> >
> https://lists.apache.org/thread.html/rdacdb451a163a12c77850dd18877f1ecce9de5468aed030a063cc303%40%3Cdev.netbeans.apache.org%3E
> > > (2) https://github.com/apache/netbeans/pull/1398
> > > (3)
> > >
> > >
> >
> https://lists.apache.org/thread.html/7b94ee7479bd09532243bef45af528f730dcbb6256c7f10dc2de0d89%40%3Cdev.netbeans.apache.org%3E
> > > (4) https://github.com/JetBrains/kotlin-netbeans/issues
> > > (5)
> > >
> > >
> >
> https://lists.apache.org/thread.html/rb43470160dcee184837623eddb29defcb0410c02fb71b7607d816225%40%3Cdev.netbeans.apache.org%3E
> > >
> > > Eric Bresie
> > > ebre...@gmail.com
> > >
> > >
> > > On Sun, Oct 10, 2021 at 8:42 AM Emilian Bold 
> > > wrote:
> > >
> > > > Looks like Kotlin is working as intended and funneling people into
> > > > IntelliJ.
> > > >
> > > > --emi
> > > >
> > > > On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas <
> > owen.paul.tho...@gmail.com>
> > > > wrote:
> > > > >
> > > > > I have found myself cajoled into using IntelliJ because it allows
> one
> > > to
> > > > use Java and Kotlin sources simultaneously. To do this however, I
> have
> > > had
> > > > to create a new project using Gradle and copy my Java sources to this
> > new
> > > > project because IntelliJ thumbs it's nose at Ant projects. So, now I
> am
> > > > pondering the prospect of continuing with the Ant project in NetBeans
> > and
> > > > discarding the Kotlin sources, or making the transition to Gradle
> (and
> > > > perhaps IntelliJ) permanent. The second option (minus the move to
> > > IntelliJ
> > > > perhaps) is inevitable, but I do feel as though IntelliJ is making
> the
> > > > decision on what is an appropriate build tool for me at a time when I
> > do
> > > > not think

AW: Pssst! [Kotlin Support]

2021-10-12 Thread Christian Lenz
The branch „kotlin-donation“ is already based on the Kotlin-netbeans repo, see 
https://github.com/JetBrains/kotlin-netbeans/issues/137 and 
https://github.com/apache/netbeans/pull/1398


Von: John Kostaras
Gesendet: Montag, 11. Oktober 2021 21:07
An: dev@netbeans.apache.org
Betreff: Re: Pssst! [Kotlin Support]

$ find . -name *otlin*
./.git/logs/refs/remotes/origin/kotlin-donation
./java/kotlin.editor
./java/kotlin.editor/src/org/netbeans/modules/kotlin
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/Kotlin.kt.template
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/Kotlin.tmLanguage.json
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.png
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.svg
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_f...@2x.png

On Mon, 11 Oct 2021 at 14:45, Josh Juneau  wrote:

> There is also this older Kotlin plugin, which looks like it may have been
> the initial work by JetBrains.
>
> https://github.com/JetBrains/kotlin-netbeans
>
> This one is at least in a modular format, whereas the other repository
> includes all of NetBeans.  I think that the basic Kotlin support was merged
> into NetBeans already, so maybe that is the code from this repository.
>
> Josh Juneau
> juneau...@gmail.com
> http://jj-blogger.blogspot.com
> Apress Author <https://www.apress.com/us/search?query=juneau>
>
>
>
> On Sun, Oct 10, 2021 at 4:15 PM Eric Bresie  wrote:
>
> > So what are the options for this?  Bring it in as a “cluster”, merge it,
> > break it out and manage as an independent (and publish to the new plug-in
> > center) plug-in?
> >
> > Eric
> >
> > On Sun, Oct 10, 2021 at 4:02 PM Christian Lenz 
> > wrote:
> >
> > > There is this branch
> > > https://github.com/apache/netbeans/tree/kotlin-donation but last
> changes
> > > were in Dezember last year.
> > >
> > > Von: Eric Bresie
> > > Gesendet: Sonntag, 10. Oktober 2021 16:25
> > > An: Netbeans Developer List
> > > Betreff: Re: Pssst! [Kotlin Support]
> > >
> > > I was talking about references to Kotlin like (1),(3),(5).
> > >
> > > As I understand it, there is some basic functionality
> > (highlight/coloring,
> > > editing), some of which involved a Kotlin plugin originally developed
> by
> > > JetBrain (4) which was not being maintained and was being donated to
> the
> > > Apache Netbeans group.  Based on the PR (2), it seems like it was
> > accepted
> > > but not sure if it was in a branch or in mainline Netbeans master.
> > >
> > > References
> > > (1)
> > >
> > >
> >
> https://lists.apache.org/thread.html/rdacdb451a163a12c77850dd18877f1ecce9de5468aed030a063cc303%40%3Cdev.netbeans.apache.org%3E
> > > (2) https://github.com/apache/netbeans/pull/1398
> > > (3)
> > >
> > >
> >
> https://lists.apache.org/thread.html/7b94ee7479bd09532243bef45af528f730dcbb6256c7f10dc2de0d89%40%3Cdev.netbeans.apache.org%3E
> > > (4) https://github.com/JetBrains/kotlin-netbeans/issues
> > > (5)
> > >
> > >
> >
> https://lists.apache.org/thread.html/rb43470160dcee184837623eddb29defcb0410c02fb71b7607d816225%40%3Cdev.netbeans.apache.org%3E
> > >
> > > Eric Bresie
> > > ebre...@gmail.com
> > >
> > >
> > > On Sun, Oct 10, 2021 at 8:42 AM Emilian Bold 
> > > wrote:
> > >
> > > > Looks like Kotlin is working as intended and funneling people into
> > > > IntelliJ.
> > > >
> > > > --emi
> > > >
> > > > On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas <
> > owen.paul.tho...@gmail.com>
> > > > wrote:
> > > > >
> > > > > I have found myself cajoled into using IntelliJ because it allows
> one
> > > to
> > > > use Java and Kotlin sources simultaneously. To do this however, I
> have
> > > had
> > > > to create a new project using Gradle and copy my Java sources to this
> > new
> > > > project because IntelliJ thumbs it's nose at Ant projects. So, now I
> am
> > > > pondering the prospect of continuing with the Ant project in NetBeans
> > and
> > > > discarding the Kotlin sources, or making the transition to Gradle
> (and
> > > > perhaps IntelliJ) permanent. The second option (minus the move to
> > > IntelliJ
> > > > perhaps) is inevitable, but I do feel as though IntelliJ is making
> the
> > > > decision on what is an appropriate bui

Re: Pssst! [Kotlin Support]

2021-10-11 Thread John Kostaras
$ find . -name *otlin*
./.git/logs/refs/remotes/origin/kotlin-donation
./java/kotlin.editor
./java/kotlin.editor/src/org/netbeans/modules/kotlin
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/Kotlin.kt.template
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/Kotlin.tmLanguage.json
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.png
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_file.svg
./java/kotlin.editor/src/org/netbeans/modules/kotlin/editor/kotlin_f...@2x.png

On Mon, 11 Oct 2021 at 14:45, Josh Juneau  wrote:

> There is also this older Kotlin plugin, which looks like it may have been
> the initial work by JetBrains.
>
> https://github.com/JetBrains/kotlin-netbeans
>
> This one is at least in a modular format, whereas the other repository
> includes all of NetBeans.  I think that the basic Kotlin support was merged
> into NetBeans already, so maybe that is the code from this repository.
>
> Josh Juneau
> juneau...@gmail.com
> http://jj-blogger.blogspot.com
> Apress Author <https://www.apress.com/us/search?query=juneau>
>
>
>
> On Sun, Oct 10, 2021 at 4:15 PM Eric Bresie  wrote:
>
> > So what are the options for this?  Bring it in as a “cluster”, merge it,
> > break it out and manage as an independent (and publish to the new plug-in
> > center) plug-in?
> >
> > Eric
> >
> > On Sun, Oct 10, 2021 at 4:02 PM Christian Lenz 
> > wrote:
> >
> > > There is this branch
> > > https://github.com/apache/netbeans/tree/kotlin-donation but last
> changes
> > > were in Dezember last year.
> > >
> > > Von: Eric Bresie
> > > Gesendet: Sonntag, 10. Oktober 2021 16:25
> > > An: Netbeans Developer List
> > > Betreff: Re: Pssst! [Kotlin Support]
> > >
> > > I was talking about references to Kotlin like (1),(3),(5).
> > >
> > > As I understand it, there is some basic functionality
> > (highlight/coloring,
> > > editing), some of which involved a Kotlin plugin originally developed
> by
> > > JetBrain (4) which was not being maintained and was being donated to
> the
> > > Apache Netbeans group.  Based on the PR (2), it seems like it was
> > accepted
> > > but not sure if it was in a branch or in mainline Netbeans master.
> > >
> > > References
> > > (1)
> > >
> > >
> >
> https://lists.apache.org/thread.html/rdacdb451a163a12c77850dd18877f1ecce9de5468aed030a063cc303%40%3Cdev.netbeans.apache.org%3E
> > > (2) https://github.com/apache/netbeans/pull/1398
> > > (3)
> > >
> > >
> >
> https://lists.apache.org/thread.html/7b94ee7479bd09532243bef45af528f730dcbb6256c7f10dc2de0d89%40%3Cdev.netbeans.apache.org%3E
> > > (4) https://github.com/JetBrains/kotlin-netbeans/issues
> > > (5)
> > >
> > >
> >
> https://lists.apache.org/thread.html/rb43470160dcee184837623eddb29defcb0410c02fb71b7607d816225%40%3Cdev.netbeans.apache.org%3E
> > >
> > > Eric Bresie
> > > ebre...@gmail.com
> > >
> > >
> > > On Sun, Oct 10, 2021 at 8:42 AM Emilian Bold 
> > > wrote:
> > >
> > > > Looks like Kotlin is working as intended and funneling people into
> > > > IntelliJ.
> > > >
> > > > --emi
> > > >
> > > > On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas <
> > owen.paul.tho...@gmail.com>
> > > > wrote:
> > > > >
> > > > > I have found myself cajoled into using IntelliJ because it allows
> one
> > > to
> > > > use Java and Kotlin sources simultaneously. To do this however, I
> have
> > > had
> > > > to create a new project using Gradle and copy my Java sources to this
> > new
> > > > project because IntelliJ thumbs it's nose at Ant projects. So, now I
> am
> > > > pondering the prospect of continuing with the Ant project in NetBeans
> > and
> > > > discarding the Kotlin sources, or making the transition to Gradle
> (and
> > > > perhaps IntelliJ) permanent. The second option (minus the move to
> > > IntelliJ
> > > > perhaps) is inevitable, but I do feel as though IntelliJ is making
> the
> > > > decision on what is an appropriate build tool for me at a time when I
> > do
> > > > not think it necessary to entertain such a move.
> > > > >
> > > > > I'd like it better if NetBeans was able to intermix Kotlin and Java
> > in
> > > a
> > > > way similar to Intel

Re: Pssst! [Kotlin Support]

2021-10-11 Thread Josh Juneau
There is also this older Kotlin plugin, which looks like it may have been
the initial work by JetBrains.

https://github.com/JetBrains/kotlin-netbeans

This one is at least in a modular format, whereas the other repository
includes all of NetBeans.  I think that the basic Kotlin support was merged
into NetBeans already, so maybe that is the code from this repository.

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
Apress Author <https://www.apress.com/us/search?query=juneau>



On Sun, Oct 10, 2021 at 4:15 PM Eric Bresie  wrote:

> So what are the options for this?  Bring it in as a “cluster”, merge it,
> break it out and manage as an independent (and publish to the new plug-in
> center) plug-in?
>
> Eric
>
> On Sun, Oct 10, 2021 at 4:02 PM Christian Lenz 
> wrote:
>
> > There is this branch
> > https://github.com/apache/netbeans/tree/kotlin-donation but last changes
> > were in Dezember last year.
> >
> > Von: Eric Bresie
> > Gesendet: Sonntag, 10. Oktober 2021 16:25
> > An: Netbeans Developer List
> > Betreff: Re: Pssst! [Kotlin Support]
> >
> > I was talking about references to Kotlin like (1),(3),(5).
> >
> > As I understand it, there is some basic functionality
> (highlight/coloring,
> > editing), some of which involved a Kotlin plugin originally developed by
> > JetBrain (4) which was not being maintained and was being donated to the
> > Apache Netbeans group.  Based on the PR (2), it seems like it was
> accepted
> > but not sure if it was in a branch or in mainline Netbeans master.
> >
> > References
> > (1)
> >
> >
> https://lists.apache.org/thread.html/rdacdb451a163a12c77850dd18877f1ecce9de5468aed030a063cc303%40%3Cdev.netbeans.apache.org%3E
> > (2) https://github.com/apache/netbeans/pull/1398
> > (3)
> >
> >
> https://lists.apache.org/thread.html/7b94ee7479bd09532243bef45af528f730dcbb6256c7f10dc2de0d89%40%3Cdev.netbeans.apache.org%3E
> > (4) https://github.com/JetBrains/kotlin-netbeans/issues
> > (5)
> >
> >
> https://lists.apache.org/thread.html/rb43470160dcee184837623eddb29defcb0410c02fb71b7607d816225%40%3Cdev.netbeans.apache.org%3E
> >
> > Eric Bresie
> > ebre...@gmail.com
> >
> >
> > On Sun, Oct 10, 2021 at 8:42 AM Emilian Bold 
> > wrote:
> >
> > > Looks like Kotlin is working as intended and funneling people into
> > > IntelliJ.
> > >
> > > --emi
> > >
> > > On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas <
> owen.paul.tho...@gmail.com>
> > > wrote:
> > > >
> > > > I have found myself cajoled into using IntelliJ because it allows one
> > to
> > > use Java and Kotlin sources simultaneously. To do this however, I have
> > had
> > > to create a new project using Gradle and copy my Java sources to this
> new
> > > project because IntelliJ thumbs it's nose at Ant projects. So, now I am
> > > pondering the prospect of continuing with the Ant project in NetBeans
> and
> > > discarding the Kotlin sources, or making the transition to Gradle (and
> > > perhaps IntelliJ) permanent. The second option (minus the move to
> > IntelliJ
> > > perhaps) is inevitable, but I do feel as though IntelliJ is making the
> > > decision on what is an appropriate build tool for me at a time when I
> do
> > > not think it necessary to entertain such a move.
> > > >
> > > > I'd like it better if NetBeans was able to intermix Kotlin and Java
> in
> > a
> > > way similar to IntelliJ, but without making a judgement call on what
> > build
> > > tool I choose to use.
> > > >
> > > >
> > > > On Sun, 10 Oct 2021 at 00:23, Eric Bresie  wrote:
> > > >>
> > > >> Unrelated but at some point, there was discussion of integrating
> > Kotlin
> > > support (I believe donated by JetBrain developer)…did anything further
> > > happen with that?
> > > >>
> > > >> Or is Kotlin another candidate for “new LSP language
> implementation”?
> > > >>
> > > >> Eric
> > > >>
> > > >> On Fri, Oct 8, 2021 at 11:03 PM Owen Thomas <
> > owen.paul.tho...@gmail.com>
> > > wrote:
> > > >>>
> > > >>> Okay... I make a provisional withdrawal and reserve the right to
> > > reassert.
> > > >>>
> > > >>> On Fri, 8 Oct 2021 at 18:59, Owen Thomas <
> owen.paul.tho...@gmail.com
> > >
> > > wrote:
> > > >>>>
> > > >>>> Java and Kotlin interoperability is a fabrication. Stick with Java
> > or
> > > stick with Kotlin. Don't try it; it will only lead one to rip one's
> face
> > > off.
> > > >>
> > > >> --
> > > >> Eric Bresie
> > > >> ebre...@gmail.com
> > >
> > > -
> > > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> > > For additional commands, e-mail: users-h...@netbeans.apache.org
> > >
> > > For further information about the NetBeans mailing lists, visit:
> > > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > >
> > >
> >
> > --
> Eric Bresie
> ebre...@gmail.com
>


Re: Pssst! [Kotlin Support]

2021-10-10 Thread Eric Bresie
So what are the options for this?  Bring it in as a “cluster”, merge it,
break it out and manage as an independent (and publish to the new plug-in
center) plug-in?

Eric

On Sun, Oct 10, 2021 at 4:02 PM Christian Lenz 
wrote:

> There is this branch
> https://github.com/apache/netbeans/tree/kotlin-donation but last changes
> were in Dezember last year.
>
> Von: Eric Bresie
> Gesendet: Sonntag, 10. Oktober 2021 16:25
> An: Netbeans Developer List
> Betreff: Re: Pssst! [Kotlin Support]
>
> I was talking about references to Kotlin like (1),(3),(5).
>
> As I understand it, there is some basic functionality (highlight/coloring,
> editing), some of which involved a Kotlin plugin originally developed by
> JetBrain (4) which was not being maintained and was being donated to the
> Apache Netbeans group.  Based on the PR (2), it seems like it was accepted
> but not sure if it was in a branch or in mainline Netbeans master.
>
> References
> (1)
>
> https://lists.apache.org/thread.html/rdacdb451a163a12c77850dd18877f1ecce9de5468aed030a063cc303%40%3Cdev.netbeans.apache.org%3E
> (2) https://github.com/apache/netbeans/pull/1398
> (3)
>
> https://lists.apache.org/thread.html/7b94ee7479bd09532243bef45af528f730dcbb6256c7f10dc2de0d89%40%3Cdev.netbeans.apache.org%3E
> (4) https://github.com/JetBrains/kotlin-netbeans/issues
> (5)
>
> https://lists.apache.org/thread.html/rb43470160dcee184837623eddb29defcb0410c02fb71b7607d816225%40%3Cdev.netbeans.apache.org%3E
>
> Eric Bresie
> ebre...@gmail.com
>
>
> On Sun, Oct 10, 2021 at 8:42 AM Emilian Bold 
> wrote:
>
> > Looks like Kotlin is working as intended and funneling people into
> > IntelliJ.
> >
> > --emi
> >
> > On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas 
> > wrote:
> > >
> > > I have found myself cajoled into using IntelliJ because it allows one
> to
> > use Java and Kotlin sources simultaneously. To do this however, I have
> had
> > to create a new project using Gradle and copy my Java sources to this new
> > project because IntelliJ thumbs it's nose at Ant projects. So, now I am
> > pondering the prospect of continuing with the Ant project in NetBeans and
> > discarding the Kotlin sources, or making the transition to Gradle (and
> > perhaps IntelliJ) permanent. The second option (minus the move to
> IntelliJ
> > perhaps) is inevitable, but I do feel as though IntelliJ is making the
> > decision on what is an appropriate build tool for me at a time when I do
> > not think it necessary to entertain such a move.
> > >
> > > I'd like it better if NetBeans was able to intermix Kotlin and Java in
> a
> > way similar to IntelliJ, but without making a judgement call on what
> build
> > tool I choose to use.
> > >
> > >
> > > On Sun, 10 Oct 2021 at 00:23, Eric Bresie  wrote:
> > >>
> > >> Unrelated but at some point, there was discussion of integrating
> Kotlin
> > support (I believe donated by JetBrain developer)…did anything further
> > happen with that?
> > >>
> > >> Or is Kotlin another candidate for “new LSP language implementation”?
> > >>
> > >> Eric
> > >>
> > >> On Fri, Oct 8, 2021 at 11:03 PM Owen Thomas <
> owen.paul.tho...@gmail.com>
> > wrote:
> > >>>
> > >>> Okay... I make a provisional withdrawal and reserve the right to
> > reassert.
> > >>>
> > >>> On Fri, 8 Oct 2021 at 18:59, Owen Thomas  >
> > wrote:
> > >>>>
> > >>>> Java and Kotlin interoperability is a fabrication. Stick with Java
> or
> > stick with Kotlin. Don't try it; it will only lead one to rip one's face
> > off.
> > >>
> > >> --
> > >> Eric Bresie
> > >> ebre...@gmail.com
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: users-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
>
> --
Eric Bresie
ebre...@gmail.com


AW: Pssst! [Kotlin Support]

2021-10-10 Thread Christian Lenz
There is this branch https://github.com/apache/netbeans/tree/kotlin-donation 
but last changes were in Dezember last year.

Von: Eric Bresie
Gesendet: Sonntag, 10. Oktober 2021 16:25
An: Netbeans Developer List
Betreff: Re: Pssst! [Kotlin Support]

I was talking about references to Kotlin like (1),(3),(5).

As I understand it, there is some basic functionality (highlight/coloring,
editing), some of which involved a Kotlin plugin originally developed by
JetBrain (4) which was not being maintained and was being donated to the
Apache Netbeans group.  Based on the PR (2), it seems like it was accepted
but not sure if it was in a branch or in mainline Netbeans master.

References
(1)
https://lists.apache.org/thread.html/rdacdb451a163a12c77850dd18877f1ecce9de5468aed030a063cc303%40%3Cdev.netbeans.apache.org%3E
(2) https://github.com/apache/netbeans/pull/1398
(3)
https://lists.apache.org/thread.html/7b94ee7479bd09532243bef45af528f730dcbb6256c7f10dc2de0d89%40%3Cdev.netbeans.apache.org%3E
(4) https://github.com/JetBrains/kotlin-netbeans/issues
(5)
https://lists.apache.org/thread.html/rb43470160dcee184837623eddb29defcb0410c02fb71b7607d816225%40%3Cdev.netbeans.apache.org%3E

Eric Bresie
ebre...@gmail.com


On Sun, Oct 10, 2021 at 8:42 AM Emilian Bold  wrote:

> Looks like Kotlin is working as intended and funneling people into
> IntelliJ.
>
> --emi
>
> On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas 
> wrote:
> >
> > I have found myself cajoled into using IntelliJ because it allows one to
> use Java and Kotlin sources simultaneously. To do this however, I have had
> to create a new project using Gradle and copy my Java sources to this new
> project because IntelliJ thumbs it's nose at Ant projects. So, now I am
> pondering the prospect of continuing with the Ant project in NetBeans and
> discarding the Kotlin sources, or making the transition to Gradle (and
> perhaps IntelliJ) permanent. The second option (minus the move to IntelliJ
> perhaps) is inevitable, but I do feel as though IntelliJ is making the
> decision on what is an appropriate build tool for me at a time when I do
> not think it necessary to entertain such a move.
> >
> > I'd like it better if NetBeans was able to intermix Kotlin and Java in a
> way similar to IntelliJ, but without making a judgement call on what build
> tool I choose to use.
> >
> >
> > On Sun, 10 Oct 2021 at 00:23, Eric Bresie  wrote:
> >>
> >> Unrelated but at some point, there was discussion of integrating Kotlin
> support (I believe donated by JetBrain developer)…did anything further
> happen with that?
> >>
> >> Or is Kotlin another candidate for “new LSP language implementation”?
> >>
> >> Eric
> >>
> >> On Fri, Oct 8, 2021 at 11:03 PM Owen Thomas 
> wrote:
> >>>
> >>> Okay... I make a provisional withdrawal and reserve the right to
> reassert.
> >>>
> >>> On Fri, 8 Oct 2021 at 18:59, Owen Thomas 
> wrote:
> >>>>
> >>>> Java and Kotlin interoperability is a fabrication. Stick with Java or
> stick with Kotlin. Don't try it; it will only lead one to rip one's face
> off.
> >>
> >> --
> >> Eric Bresie
> >> ebre...@gmail.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>



Re: Pssst! [Kotlin Support]

2021-10-10 Thread Eric Bresie
I was talking about references to Kotlin like (1),(3),(5).

As I understand it, there is some basic functionality (highlight/coloring,
editing), some of which involved a Kotlin plugin originally developed by
JetBrain (4) which was not being maintained and was being donated to the
Apache Netbeans group.  Based on the PR (2), it seems like it was accepted
but not sure if it was in a branch or in mainline Netbeans master.

References
(1)
https://lists.apache.org/thread.html/rdacdb451a163a12c77850dd18877f1ecce9de5468aed030a063cc303%40%3Cdev.netbeans.apache.org%3E
(2) https://github.com/apache/netbeans/pull/1398
(3)
https://lists.apache.org/thread.html/7b94ee7479bd09532243bef45af528f730dcbb6256c7f10dc2de0d89%40%3Cdev.netbeans.apache.org%3E
(4) https://github.com/JetBrains/kotlin-netbeans/issues
(5)
https://lists.apache.org/thread.html/rb43470160dcee184837623eddb29defcb0410c02fb71b7607d816225%40%3Cdev.netbeans.apache.org%3E

Eric Bresie
ebre...@gmail.com


On Sun, Oct 10, 2021 at 8:42 AM Emilian Bold  wrote:

> Looks like Kotlin is working as intended and funneling people into
> IntelliJ.
>
> --emi
>
> On Sun, Oct 10, 2021 at 5:38 AM Owen Thomas 
> wrote:
> >
> > I have found myself cajoled into using IntelliJ because it allows one to
> use Java and Kotlin sources simultaneously. To do this however, I have had
> to create a new project using Gradle and copy my Java sources to this new
> project because IntelliJ thumbs it's nose at Ant projects. So, now I am
> pondering the prospect of continuing with the Ant project in NetBeans and
> discarding the Kotlin sources, or making the transition to Gradle (and
> perhaps IntelliJ) permanent. The second option (minus the move to IntelliJ
> perhaps) is inevitable, but I do feel as though IntelliJ is making the
> decision on what is an appropriate build tool for me at a time when I do
> not think it necessary to entertain such a move.
> >
> > I'd like it better if NetBeans was able to intermix Kotlin and Java in a
> way similar to IntelliJ, but without making a judgement call on what build
> tool I choose to use.
> >
> >
> > On Sun, 10 Oct 2021 at 00:23, Eric Bresie  wrote:
> >>
> >> Unrelated but at some point, there was discussion of integrating Kotlin
> support (I believe donated by JetBrain developer)…did anything further
> happen with that?
> >>
> >> Or is Kotlin another candidate for “new LSP language implementation”?
> >>
> >> Eric
> >>
> >> On Fri, Oct 8, 2021 at 11:03 PM Owen Thomas 
> wrote:
> >>>
> >>> Okay... I make a provisional withdrawal and reserve the right to
> reassert.
> >>>
> >>> On Fri, 8 Oct 2021 at 18:59, Owen Thomas 
> wrote:
> >>>>
> >>>> Java and Kotlin interoperability is a fabrication. Stick with Java or
> stick with Kotlin. Don't try it; it will only lead one to rip one's face
> off.
> >>
> >> --
> >> Eric Bresie
> >> ebre...@gmail.com
>
> -
> To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: users-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>


Re: Kotlin Support

2019-08-05 Thread Geertjan Wielenga
Files with a .kt extension have basic syntax coloring support in 11.1. I’d
recommend you don’t talk about Kotlin at all in the context of NetBeans
until we figure out how to incorporate the donation of the JetBrains Kotlin
plugin.

Gj


On Mon, 5 Aug 2019 at 20:17, Kenneth Fogel 
wrote:

> In preparation for a session for Code One called IDE Wars for which I am
> responsible for NetBeans (and Visual Studio Code, don't ask me why). There
> is mention of enhancements in the Other category to syntax colouring and
> licence information at
> https://netbeans.apache.org/download/nb111/index.html. I can see that the
> plugin from JetBrains was donated at
> https://github.com/apache/netbeans/pull/1398. So the question is whether
> or not NB 11.1 supports Kotlin now or is it coming or has it been dropped.
> This is just an informative question.
>
> Ken Fogel
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Kotlin Support

2019-08-05 Thread Kenneth Fogel
In preparation for a session for Code One called IDE Wars for which I am 
responsible for NetBeans (and Visual Studio Code, don't ask me why). There is 
mention of enhancements in the Other category to syntax colouring and licence 
information at https://netbeans.apache.org/download/nb111/index.html. I can see 
that the plugin from JetBrains was donated at 
https://github.com/apache/netbeans/pull/1398. So the question is whether or not 
NB 11.1 supports Kotlin now or is it coming or has it been dropped. This is 
just an informative question.

Ken Fogel

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

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





Re: kotlin support

2019-04-30 Thread Geertjan Wielenga
https://github.com/JetBrains/kotlin-netbeans/issues/137

Gj

On Tue, Apr 30, 2019 at 12:40 PM Antonio Vieiro  wrote:

> I’d suggest asking them first. After all we’re polite guys...
>
> El El mar, 30 abr 2019 a las 10:47, Christian Lenz  >
> escribió:
>
> > Is there a Need to ask them for the code? Why not fork the code and add
> it
> > into the codebase? It is still Apache 2.0. Is it still possible that they
> > say: no we don’t want to see the code inside the core code? I’m not a
> > lawyer, just asking.
> >
> >
> > Cheers
> >
> > Chris
> >
> >
> >
> > Von: Antonio
> > Gesendet: Dienstag, 30. April 2019 09:52
> > An: dev@netbeans.apache.org
> > Betreff: Re: kotlin support
> >
> > Wise words!
> >
> > El 30/04/2019 a las 9:50, Laszlo Kishalmi escribió:
> > > Apache 2.0 licensed, so on that part there is nothing wrong with that.
> > >
> > > We have just never actually did the simple thing to ask for their code.
> > >
> > > I do not say we shall not do the LSP, we shall keep on that route as
> > well.
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
> >
>


Re: kotlin support

2019-04-30 Thread Antonio Vieiro
I’d suggest asking them first. After all we’re polite guys...

El El mar, 30 abr 2019 a las 10:47, Christian Lenz 
escribió:

> Is there a Need to ask them for the code? Why not fork the code and add it
> into the codebase? It is still Apache 2.0. Is it still possible that they
> say: no we don’t want to see the code inside the core code? I’m not a
> lawyer, just asking.
>
>
> Cheers
>
> Chris
>
>
>
> Von: Antonio
> Gesendet: Dienstag, 30. April 2019 09:52
> An: dev@netbeans.apache.org
> Betreff: Re: kotlin support
>
> Wise words!
>
> El 30/04/2019 a las 9:50, Laszlo Kishalmi escribió:
> > Apache 2.0 licensed, so on that part there is nothing wrong with that.
> >
> > We have just never actually did the simple thing to ask for their code.
> >
> > I do not say we shall not do the LSP, we shall keep on that route as
> well.
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
>


AW: kotlin support

2019-04-30 Thread Christian Lenz
Is there a Need to ask them for the code? Why not fork the code and add it into 
the codebase? It is still Apache 2.0. Is it still possible that they say: no we 
don’t want to see the code inside the core code? I’m not a lawyer, just asking.


Cheers

Chris



Von: Antonio
Gesendet: Dienstag, 30. April 2019 09:52
An: dev@netbeans.apache.org
Betreff: Re: kotlin support

Wise words!

El 30/04/2019 a las 9:50, Laszlo Kishalmi escribió:
> Apache 2.0 licensed, so on that part there is nothing wrong with that.
> 
> We have just never actually did the simple thing to ask for their code.
> 
> I do not say we shall not do the LSP, we shall keep on that route as well.

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

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






Re: kotlin support

2019-04-30 Thread Antonio

Wise words!

El 30/04/2019 a las 9:50, Laszlo Kishalmi escribió:

Apache 2.0 licensed, so on that part there is nothing wrong with that.

We have just never actually did the simple thing to ask for their code.

I do not say we shall not do the LSP, we shall keep on that route as well.


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

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





Re: kotlin support

2019-04-30 Thread Laszlo Kishalmi
Well, actually the JetBrains plugin is Open Source, even Apache 2.0 
licensed, so on that part there is nothing wrong with that.


We have just never actually did the simple thing to ask for their code.

I do not say we shall not do the LSP, we shall keep on that route as well.

On 4/30/19 12:33 AM, Antonio wrote:

Hi,

That's one more reason to depend on community based plugins (or 
language servers) than on proprietary ones.


Cheers,
Antonio

El 30/04/2019 a las 8:54, Geertjan Wielenga escribió:

Yup, that makes sense to me, at least, to focus on LSP instead.

Indeed, we should have asked in that discussion whether they'd like to
donate their Kotlin plugin to Apache NetBeans. Personally, I ended up 
being
very frustrated with their continual "well, there was never much 
interest

in this plugin and Kotlin in general from the NetBean community", etc,
while that very clearly was not true and they never created a solid 
plugin

to begin with.

Gj

On Tue, Apr 30, 2019 at 9:29 AM Antonio  wrote:


Hi all,

There's a Kotlin Language Server here [1] that seems to be well
supported (11 contributors) and is available under the MIT license.

Maybe we should focus our efforts in helping out the LSP support in
NetBeans [2], which is a long time effort by Jan.

If we help out Jan with the LSP support our users would be able to use
NetBeans for a wide range of languages [3], from Fortran, Nim and Rust
to Lua, TypeScript and PowerShell (but for refactoring, which is 
lacking

in LSP AFAIK) and, with [1] for Kotlin.

Cheers,
Antonio


[1]
https://github.com/fwcd/KotlinLanguageServer

[2]
https://github.com/apache/netbeans/pull/926

[3]
https://microsoft.github.io/language-server-protocol/implementors/servers/ 



El 29/04/2019 a las 19:58, Mike Billman escribió:
I was curious what kind of kotlin support currently exists for 
netbeans.


Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: kotlin support

2019-04-30 Thread Antonio

Hi,

That's one more reason to depend on community based plugins (or language 
servers) than on proprietary ones.


Cheers,
Antonio

El 30/04/2019 a las 8:54, Geertjan Wielenga escribió:

Yup, that makes sense to me, at least, to focus on LSP instead.

Indeed, we should have asked in that discussion whether they'd like to
donate their Kotlin plugin to Apache NetBeans. Personally, I ended up being
very frustrated with their continual "well, there was never much interest
in this plugin and Kotlin in general from the NetBean community", etc,
while that very clearly was not true and they never created a solid plugin
to begin with.

Gj

On Tue, Apr 30, 2019 at 9:29 AM Antonio  wrote:


Hi all,

There's a Kotlin Language Server here [1] that seems to be well
supported (11 contributors) and is available under the MIT license.

Maybe we should focus our efforts in helping out the LSP support in
NetBeans [2], which is a long time effort by Jan.

If we help out Jan with the LSP support our users would be able to use
NetBeans for a wide range of languages [3], from Fortran, Nim and Rust
to Lua, TypeScript and PowerShell (but for refactoring, which is lacking
in LSP AFAIK) and, with [1] for Kotlin.

Cheers,
Antonio


[1]
https://github.com/fwcd/KotlinLanguageServer

[2]
https://github.com/apache/netbeans/pull/926

[3]
https://microsoft.github.io/language-server-protocol/implementors/servers/

El 29/04/2019 a las 19:58, Mike Billman escribió:

I was curious what kind of kotlin support currently exists for netbeans.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425




-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: kotlin support

2019-04-30 Thread Geertjan Wielenga
Yup, that makes sense to me, at least, to focus on LSP instead.

Indeed, we should have asked in that discussion whether they'd like to
donate their Kotlin plugin to Apache NetBeans. Personally, I ended up being
very frustrated with their continual "well, there was never much interest
in this plugin and Kotlin in general from the NetBean community", etc,
while that very clearly was not true and they never created a solid plugin
to begin with.

Gj

On Tue, Apr 30, 2019 at 9:29 AM Antonio  wrote:

> Hi all,
>
> There's a Kotlin Language Server here [1] that seems to be well
> supported (11 contributors) and is available under the MIT license.
>
> Maybe we should focus our efforts in helping out the LSP support in
> NetBeans [2], which is a long time effort by Jan.
>
> If we help out Jan with the LSP support our users would be able to use
> NetBeans for a wide range of languages [3], from Fortran, Nim and Rust
> to Lua, TypeScript and PowerShell (but for refactoring, which is lacking
> in LSP AFAIK) and, with [1] for Kotlin.
>
> Cheers,
> Antonio
>
>
> [1]
> https://github.com/fwcd/KotlinLanguageServer
>
> [2]
> https://github.com/apache/netbeans/pull/926
>
> [3]
> https://microsoft.github.io/language-server-protocol/implementors/servers/
>
> El 29/04/2019 a las 19:58, Mike Billman escribió:
> > I was curious what kind of kotlin support currently exists for netbeans.
> >
> > Mike Billman
> > Senior Software Engineer
> > CPTE
> >
> > [qclogo]
> >
> > 11800 Conrey Rd
> > Suite 150
> > Cincinnati, OH 45249
> >
> > T +1 513 469 1424
> > E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
> > F +1 513 469 1425
> >
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: kotlin support

2019-04-30 Thread Antonio

Hi all,

There's a Kotlin Language Server here [1] that seems to be well 
supported (11 contributors) and is available under the MIT license.


Maybe we should focus our efforts in helping out the LSP support in 
NetBeans [2], which is a long time effort by Jan.


If we help out Jan with the LSP support our users would be able to use 
NetBeans for a wide range of languages [3], from Fortran, Nim and Rust 
to Lua, TypeScript and PowerShell (but for refactoring, which is lacking 
in LSP AFAIK) and, with [1] for Kotlin.


Cheers,
Antonio


[1]
https://github.com/fwcd/KotlinLanguageServer

[2]
https://github.com/apache/netbeans/pull/926

[3]
https://microsoft.github.io/language-server-protocol/implementors/servers/

El 29/04/2019 a las 19:58, Mike Billman escribió:

I was curious what kind of kotlin support currently exists for netbeans.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425




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

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





Re: kotlin support

2019-04-30 Thread Laszlo Kishalmi

Well, I was reading

https://github.com/JetBrains/kotlin-netbeans/issues/122

I was a bit surprised that we had not asked them about donating that 
code. I can ask a few people there, though I have no real connection to 
the JetBrains.


Also I could test how this stuff can be integrated into the NetBeans 
codebase.


On 4/29/19 10:52 PM, Geertjan Wielenga wrote:

Ideally the sources of the current state of the NetBeans Kotlin plugin
would be donated to Apache NetBeans. Does anyone have the right connections
to ask for this to happen?

Gj

On Tuesday, April 30, 2019, Mario Schroeder  wrote:


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 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

might

ask JetBrains for contribute this one to Apache NetBeans.


On 4/29/19 10:58 AM, Mike Billman wrote:

I was curious what kind of kotlin support currently exists for

netbeans.

Mike Billman

Senior Software Engineer

CPTE

qclogo

11800 Conrey Rd

Suite 150

Cincinnati, OH 45249

T +1 513 469 1424

E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>

F +1 513 469 1425


-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

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





Re: kotlin support

2019-04-29 Thread Geertjan Wielenga
Ideally the sources of the current state of the NetBeans Kotlin plugin
would be donated to Apache NetBeans. Does anyone have the right connections
to ask for this to happen?

Gj

On Tuesday, April 30, 2019, Mario Schroeder  wrote:

> 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 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
> might
> > >> ask JetBrains for contribute this one to Apache NetBeans.
> > >>
> > >>
> > >> On 4/29/19 10:58 AM, Mike Billman wrote:
> > >>> I was curious what kind of kotlin support currently exists for
> > netbeans.
> > >>>
> > >>> Mike Billman
> > >>>
> > >>> Senior Software Engineer
> > >>>
> > >>> CPTE
> > >>>
> > >>> qclogo
> > >>>
> > >>> 11800 Conrey Rd
> > >>>
> > >>> Suite 150
> > >>>
> > >>> Cincinnati, OH 45249
> > >>>
> > >>> T +1 513 469 1424
> > >>>
> > >>> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
> > >>>
> > >>> F +1 513 469 1425
> > >>>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
>


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 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 might
> >> ask JetBrains for contribute this one to Apache NetBeans.
> >>
> >>
> >> On 4/29/19 10:58 AM, Mike Billman wrote:
> >>> I was curious what kind of kotlin support currently exists for
> netbeans.
> >>>
> >>> Mike Billman
> >>>
> >>> Senior Software Engineer
> >>>
> >>> CPTE
> >>>
> >>> qclogo
> >>>
> >>> 11800 Conrey Rd
> >>>
> >>> Suite 150
> >>>
> >>> Cincinnati, OH 45249
> >>>
> >>> T +1 513 469 1424
> >>>
> >>> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
> >>>
> >>> F +1 513 469 1425
> >>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: kotlin support

2019-04-29 Thread Tushar Joshi
Hi Team,

My current project at work is developed in Kotlin and hence I will be
closely working with Kotlin.
Please count me in for development and refinement of the Kotlin plugin for
NetBeans.

Let us start a Kotlin channel on our Slack space so we can collaborate for
quick things, major points will be communicated through this mailing list
as usual.
I will watch this thread for formation of a possible team working on the
Kotlin plugin.

with regards
Tushar

Tushar Joshi, Nagpur: http://www.tusharjoshi.com

* MCSD_NET C#, SCJP, RHCE, ZCE, PMP, CSM, SAFe, PRINCE2

* Senior Architect @ Persistent Systems http://www.persistent.com
* LinkedIn: http://www.linkedin.com/in/tusharvjoshi



On Tue, Apr 30, 2019 at 3:40 AM Laszlo Kishalmi 
wrote:

> 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 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 might
> >> ask JetBrains for contribute this one to Apache NetBeans.
> >>
> >>
> >> On 4/29/19 10:58 AM, Mike Billman wrote:
> >>> I was curious what kind of kotlin support currently exists for
> netbeans.
> >>>
> >>> Mike Billman
> >>>
> >>> Senior Software Engineer
> >>>
> >>> CPTE
> >>>
> >>> qclogo
> >>>
> >>> 11800 Conrey Rd
> >>>
> >>> Suite 150
> >>>
> >>> Cincinnati, OH 45249
> >>>
> >>> T +1 513 469 1424
> >>>
> >>> E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
> >>>
> >>> F +1 513 469 1425
> >>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> For additional commands, e-mail: dev-h...@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: kotlin support

2019-04-29 Thread Laszlo Kishalmi

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 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 might
ask JetBrains for contribute this one to Apache NetBeans.


On 4/29/19 10:58 AM, Mike Billman wrote:

I was curious what kind of kotlin support currently exists for netbeans.

Mike Billman

Senior Software Engineer

CPTE

qclogo

11800 Conrey Rd

Suite 150

Cincinnati, OH 45249

T +1 513 469 1424

E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>

F +1 513 469 1425



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

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





RE: kotlin support

2019-04-29 Thread Mike Billman
Thanks, all.  Just some talk at work about using kotlin and as an NB user, 
wanted to know how that might impact me.

Mike

-Original Message-
From: Christian Lenz  
Sent: Monday, April 29, 2019 2:09 PM
To: dev@netbeans.apache.org
Subject: AW: kotlin support

Hey Mike,

not that much. You can try the official, not maintained Plugin from JetBrains. 
Thats it. With textmate and a fix, hopefully in the next release, we will have 
only simple syntax highlighting. With LSP, we can add the Kotlin LS Server and 
try to play with it.


Cheers

Chris



Von: Mike Billman
Gesendet: Montag, 29. April 2019 19:59
An: d...@netbeans.incubator.apache.org
Betreff: kotlin support

I was curious what kind of kotlin support currently exists for netbeans.

Mike Billman
Senior Software Engineer
CPTE



11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com
F +1 513 469 1425




AW: kotlin support

2019-04-29 Thread Christian Lenz
Hey Mike,

not that much. You can try the official, not maintained Plugin from JetBrains. 
Thats it. With textmate and a fix, hopefully in the next release, we will have 
only simple syntax highlighting. With LSP, we can add the Kotlin LS Server and 
try to play with it.


Cheers

Chris



Von: Mike Billman
Gesendet: Montag, 29. April 2019 19:59
An: d...@netbeans.incubator.apache.org
Betreff: kotlin support

I was curious what kind of kotlin support currently exists for netbeans.

Mike Billman
Senior Software Engineer
CPTE



11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com
F +1 513 469 1425




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 might
> ask JetBrains for contribute this one to Apache NetBeans.
>
>
> On 4/29/19 10:58 AM, Mike Billman wrote:
> >
> > I was curious what kind of kotlin support currently exists for netbeans.
> >
> > Mike Billman
> >
> > Senior Software Engineer
> >
> > CPTE
> >
> > qclogo
> >
> > 11800 Conrey Rd
> >
> > Suite 150
> >
> > Cincinnati, OH 45249
> >
> > T +1 513 469 1424
> >
> > E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>
> >
> > F +1 513 469 1425
> >
>


Re: kotlin support

2019-04-29 Thread Laszlo Kishalmi

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 might 
ask JetBrains for contribute this one to Apache NetBeans.



On 4/29/19 10:58 AM, Mike Billman wrote:


I was curious what kind of kotlin support currently exists for netbeans.

Mike Billman

Senior Software Engineer

CPTE

qclogo

11800 Conrey Rd

Suite 150

Cincinnati, OH 45249

T +1 513 469 1424

E mikebill...@qcsoftware.com <mailto:mikebill...@qcsoftware.com>

F +1 513 469 1425



kotlin support

2019-04-29 Thread Mike Billman
I was curious what kind of kotlin support currently exists for netbeans.

Mike Billman
Senior Software Engineer
CPTE

[qclogo]

11800 Conrey Rd
Suite 150
Cincinnati, OH 45249

T +1 513 469 1424
E mikebill...@qcsoftware.com<mailto:mikebill...@qcsoftware.com>
F +1 513 469 1425