Re: Autocompletition issue

2021-06-11 Thread Paulo Toledo

Hi
I use Netbeans 12.4 and it didn't show the same behavior.
Try doing a clean install of Netbeans 12.4, removing any folders 
referring to previous Netbeans.


Regards

Paulo




Re: Actions in Project Properties

2021-06-11 Thread Martin Meeser

sry I misread your question

On 11.06.21 20:54, Martin Meeser wrote:


Hello Albo,

I do use the Action List to overview my // TODOs


if you add a // TODO (and a bunch of other patterns, it is also 
configurable)


it will show up in the Action List.


Not sure if you are already aware of that but just in case you were not



kind regards


On 11.06.21 18:40, Jorge Garcia de Alba wrote:

Hello,

I would like to be able add, rename or remove any actions (File ->
Project Properties -> Actions) on the list.  How can I do this? Thanks

Jorge Garcia de Alba

-
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


--

Software Ingenieur Martin Meeser
Tel: +49 (0) 157 3434 0354
mail: martin.mee...@softwareing.de
www.softwareing.de 

--

Software Ingenieur Martin Meeser
Tel: +49 (0) 157 3434 0354
mail: martin.mee...@softwareing.de
www.softwareing.de 


Re: Actions in Project Properties

2021-06-11 Thread Martin Meeser

Hello Albo,

I do use the Action List to overview my // TODOs


if you add a // TODO (and a bunch of other patterns, it is also 
configurable)


it will show up in the Action List.


Not sure if you are already aware of that but just in case you were not



kind regards


On 11.06.21 18:40, Jorge Garcia de Alba wrote:

Hello,

I would like to be able add, rename or remove any actions (File ->
Project Properties -> Actions) on the list.  How can I do this? Thanks

Jorge Garcia de Alba

-
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


--

Software Ingenieur Martin Meeser
Tel: +49 (0) 157 3434 0354
mail: martin.mee...@softwareing.de
www.softwareing.de 


Re: Netbans Language server protocol support

2021-06-11 Thread Eric Bresie
Not an expert, but there are a few languages that leverage LSP in the
mainline netbeans code base.  Many of which leverage "text-mate" grammars
and/or LSP server functionality integrated within.

There was some discussion on dev mailing list (1) a little while back.
Maybe some of the details there might help or search for LSP threads (2)

Eric Bresie
ebre...@gmail.com

(1)
https://lists.apache.org/thread.html/r004212da38a55a7779b58ed03e851e6f017b150abe43d7a868bea236%40%3Cdev.netbeans.apache.org%3E
(2) https://lists.apache.org/list.html?*@netbeans.apache.org:lte=1y:LSP

On Fri, Jun 11, 2021 at 9:55 AM Paulo Toledo
 wrote:

> Hi,
> I think the files would be these according to the attached image.
>
> Regards
>
> Paulo
>
>
>


Actions in Project Properties

2021-06-11 Thread Jorge Garcia de Alba
Hello,

I would like to be able add, rename or remove any actions (File ->
Project Properties -> Actions) on the list.  How can I do this? Thanks

Jorge Garcia de Alba

-
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: Netbans Language server protocol support

2021-06-11 Thread Paulo Toledo

Hi,
I think the files would be these according to the attached image.

Regards

Paulo




Netbans Language server protocol support

2021-06-11 Thread Bilu Al
Hello,
I just discovered that NetBeans is supporting LSP (not sure if it's still
on dev or already fully implemented).

I wanted to add a language (ex Robotframework
) but don't know what to
fill in Syntax Grammar/Language Server in the dialog.
[image: image.png]