Re: NetBeans 10 vs NetBeans 10.0

2018-10-28 Thread Neil C Smith
On Sun, 28 Oct 2018, 21:27 Christian Lenz,  wrote:

> But bugfix will be 10.0.1 and new features will be 10.1 like in NetBeans
> 8.1 or 2.
>

As far as I recall what was agreed the new features will be in NetBeans 11
in 3 months time.

Best wishes,

Neil

>


Re: NB9 and PHP

2018-10-28 Thread Laszlo Kishalmi
I would strongly recommend to experiment with NetBeans 10 (voting 
candidates 1 or the upcoming 2) The PHP support has been upgraded there 
and now official part of the delivery. While even if you find something 
with NetBeans 9.0 and the old 8.2 PHP plugin, it would be most certain 
no support from the community and you would be asked to try the new 
version instead. That would be even more helpful.


On 10/28/18 8:30 AM, Jake Ochs wrote:

I was an early adopter of NB9 using the classic (Oracle) plugin repos (as per 
instructions) to get my PHP IDE up to speed. Everything seemed to work fine out 
of the box (great job guys!) but I soon found that the IDE was CONSTANTLY 
checking for project changes and it was slowing down my workflow. I can’t seem 
to find any similar issues in the JIRA list and I had to switch back to NB8 to 
get my work done. Now that my work cadence has slowed a bit I’ll fire up NB9 
again ( I eventually had to revert to NB8) and try to get as specific as 
possible to open a JIRA. My environment is Windows 7 on a managed PC. Anyone 
else notice this behavior? Is there a way for me to attach a log without 
experiencing an event in the IDE that would prompt me to collect runtime info? 
Am I approaching this correctly?

TIA
-Jake




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

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





FOSDEM steering committee for 'Free Tools and Editors'

2018-10-28 Thread Geertjan Wielenga
Hi all,

I'm involved on the steering committee of a new developer room at FOSDEM,
focused on 'Free Tools and Editors':

https://fosdem.org/2019/schedule/track/free_tools_and_editors/

This will provide a unique opportunity for Apache NetBeans -- as well as
the myriad projects on top of Apache NetBeans -- to be highlighted in ways
they never have before.

If you're working on a project of some kind on top of or with Apache
NetBeans, coming to FOSDEM and meeting your communities around your project
would be a good thing -- in addition to going to Apache conferences, of
course.

What we're looking for right now is members of the steering committee for
this new dev room. I.e., aside from thinking about which topics you'd like
to present, please also think about whether you'd like to be involved in
the committee that manages the dev room, e.g., selects the sessions from
the many submissions that will be received.

Especially if you have been to FOSDEM before, but please don't feel
dissuaded if you haven't, just respond to this mail or contact me directly
-- but please do so soon.

Thanks, this will be another great new opportunity to highlight Apache
NetBeans, and related communities.

Gj


Re: Examples of Braces completion.

2018-10-28 Thread Geertjan Wielenga
https://github.com/GeertjanWielenga/Python4NetBeans/blob/master/PythonEditor/src/org/netbeans/modules/python/editor/PythonBracesMatcherFactory.java

http://bits.netbeans.org/dev/javadoc/org-netbeans-modules-editor-bracesmatching/org/netbeans/spi/editor/bracesmatching/support/BracesMatcherSupport.html

Gj

On Sun, Oct 28, 2018 at 6:26 AM venkatram.akkin...@gmail.com <
venkatram.akkin...@gmail.com> wrote:

> Where can I find examples of braces completion. I tried doing it in
> IndentTask and it isn't quite working. I was thinking about getting a hold
> of the token sequence and working my way through. But may be looking at
> existing examples is a better idea.
>
> In Java, when user enters a '{' and presses enter, the corresponding '}'
> is added and the cursor is placed between '{' and '}'. This is the
> behaviour I am trying to replicate.
>
> I searched in Indent tasks of other modules like Groovy and XML. But they
> don't have any braces completion logic. Is there any modules in
> incubator-netbeans source I can look at for examples ?
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


AW: NetBeans 10 vs NetBeans 10.0

2018-10-28 Thread Christian Lenz
But bugfix will be 10.0.1 and new features will be 10.1 like in NetBeans 8.1 or 
2. Or we will use Patch n for such Things. If we will decide to deliver stuff 
in between the official release cycles. There is no Need to treat it internal 
as 10.0 and external as 10, it is a bit of confusing.


Cheers

Chris



Von: Neil C Smith
Gesendet: Samstag, 27. Oktober 2018 13:27
An: Christian Lenz
Cc: dev@netbeans.incubator.apache.org; NetCAT team
Betreff: Re: NetBeans 10 vs NetBeans 10.0

On Sat, 27 Oct 2018 at 12:14, Christian Lenz  wrote:
>
> Hey, I would like to bring this Topic up, Maybe it is a minor but yeah still 
> discussable.

Well, yes, it's a minor! ;-)

In the (recent) past the main number made sense in the context of
alignment with the JDK.  And therefore the minor number was something
major.

With our new release schedule, I personally think it's better branded
as NetBeans 10, and we use 10.0, 10.1, etc. in case we decide for some
reason we need to roll a bug fix release during the NetBeans 10
window.  ie.  NetBeans 10.0 internally, NetBeans 10 to the world.

Best wishes,

Neil

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

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






AW: Possible to add smooths scrolling to NB 10.0?

2018-10-28 Thread Christian Lenz
Great Laszlo,

thx 


Cheers

Chris



Von: Laszlo Kishalmi
Gesendet: Freitag, 26. Oktober 2018 18:44
An: net...@netbeans.apache.org
Cc: dev@netbeans.incubator.apache.org
Betreff: Re: Possible to add smooths scrolling to NB 10.0?

Dear all,

As there was no objection, I'm going to cherry pick the smooth scrolling 
into our release100 branch.


On 10/22/18 9:21 AM, Laszlo Kishalmi wrote:
> Hi NetCat Team!
>
> What do you say about this?
>
> Talking with Geertjan we are about to cut another VC at the end of 
> this week or early next week.
>
> That one is going to have the new Windows Launchers as well.
>
> On 10/15/18 5:04 PM, Glenn Holmer wrote:
>> Hello NetCATters,
>>
>> If you haven't seen it, this came up on the dev list:
>>
>> On 10/15/2018 11:17 AM, Laszlo Kishalmi wrote:
>>> The real question is how it is affect the current NetCat process. If 
>>> the
>>> NetCat people fine with this cherry pick, then I'm good to go with 
>>> this.
>> Can the people who've completed some editor testing have a look and make
>> sure this doesn't introduce any regressions? And those who reviewed the
>> test spec, does this need any additional wording to verify that the
>> feature works properly? The JIRA link below explains what's being 
>> changed.
>>
>>> On 10/15/2018 03:12 AM, Christian Lenz wrote:
 in General I thought, that this feature:
 https://issues.apache.org/jira/browse/NETBEANS-49 went into the NB
 10.0 branch but it didn’t. Is it possible to cherry pick it anyway to
 bring it up into NB 10.0 or not? Here is the PR for it:
 https://github.com/apache/incubator-netbeans/pull/881 it was still
 merged so it Needs a Cherry Pick.

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

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






Re: JavaDB?

2018-10-28 Thread Glenn Holmer
On 10/24/2018 12:44 PM, John Kostaras wrote:
> The reason I posed this question is because I 'm to modify (rather create)
> the SQL Query Profiling test case
>  which
> is empty! I thought to use a JavaDB for the test case like it is done in
> the Database Test Specification
> .
> This would avoid download a driver for a db etc. But now that JavaDB is
> gone, need to see what to do.
> 
> I notice that drivers for MySQL, Oracle OCI & Thin client and Postgresql
> are included by default, but what about drivers of other DBs (SQLite,
> HSQLDB, MariaDB, Apace Derby)?  License issues?

MySQL and Oracle aren't included, you get prompted to download them.
Here are some references:

https://github.com/apache/incubator-netbeans/pull/294

https://issues.apache.org/jira/browse/NETBEANS-170

-- 
Glenn Holmer (Linux registered user #16682)
"After the vintage season came the aftermath -- and Cenbe."

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

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





NB9 and PHP

2018-10-28 Thread Jake Ochs
I was an early adopter of NB9 using the classic (Oracle) plugin repos (as per 
instructions) to get my PHP IDE up to speed. Everything seemed to work fine out 
of the box (great job guys!) but I soon found that the IDE was CONSTANTLY 
checking for project changes and it was slowing down my workflow. I can’t seem 
to find any similar issues in the JIRA list and I had to switch back to NB8 to 
get my work done. Now that my work cadence has slowed a bit I’ll fire up NB9 
again ( I eventually had to revert to NB8) and try to get as specific as 
possible to open a JIRA. My environment is Windows 7 on a managed PC. Anyone 
else notice this behavior? Is there a way for me to attach a log without 
experiencing an event in the IDE that would prompt me to collect runtime info? 
Am I approaching this correctly?

TIA
-Jake