On 30.01.22 04:34, Jaroslav Tulach wrote:
It's funny how that change has made it both far easier to change and
yet somehow far more confusing for people.
;-)
... Check
https://github.com/apache/netbeans/pull/2960 and maybe suggest an
improved text in a follow up PR?
Right.
I happily review any PR related to the #2960 improvement.
-jt
is it possible to hide some templates from the user?
I tried to implement auto completion for lambda expressions here:
https://github.com/apache/netbeans/pull/3458
The problem is that the inserted code is a template (which doesn't do
anything interesting anyway) and it doesn't really make sense to let the
user edit lambda templates (esp not for expressions). The completion
logic has to mark the inserted code with ${..} so that the user can jump
with tab between selected sections after completion. If someone would
edit the template this all would break quickly.
-mbien
---------------------------------------------------------------------
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