[jira] [Commented] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2018-08-25 Thread Austin Stephens (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592772#comment-16592772
 ] 

Austin Stephens commented on NETBEANS-346:
--

I don't recall the resolution of the mac computer off of my head. I would have 
to get it when I go back to work, but it is smaller than 1920x1080 per screen. 
There are 4 of them arranged in a 2x2 grid. I found a font that it works with 
on the Mac computer, but I will need to get that also when I go back to work.

> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Major
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2018-08-25 Thread Eirik Bakke (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592719#comment-16592719
 ] 

Eirik Bakke edited comment on NETBEANS-346 at 8/25/18 10:09 PM:


After some experimentation, I think this bug is _not_ related to the choice of 
font, but rather to the editor zoom level, in combination with HiDPI (on 
Windows) or Retina (on MacOS) screens.

Austin Stephens, am I correct to guess that you have a Retina screen? (I.e. 
MacBook Pro, not a MacBook Air?)

I'm on Windows myself, but I have a Lenovo X1 carbon laptop with a HiDPI 
screen. The bug occurs on _all_ fonts I have tried, at several sizes, but 
_only_ when the screen scaling is set at something else than 100% (specifically 
150% or 200%; the latter is Windows 10's default setting on these kinds of 
screens). Note that setting screen scaling to 100% is not a practical option on 
these screens, as everything would become super-tiny.

The bug occurred with _all_ of the monospaced fonts that I tried:
* Consolas 13
* Lucida Sans Typewriter 13
* Courier New 13
* Monospaced 13
* Monospaced 18

To reproduce the bug, run NetBeans on either a MacBook with a retina-enabled 
screen, or a Windows laptop with a HiDPI screen set to zoom level 150% or 200%. 
Then type a line in the editor that's exactly as many characters wide as the 
right margin marker line _should_ reach. Then zoom in or out and observe that 
the right margin marker line moves to the left or right of the end of the line 
depending on the zoom level. (On some zoom levels the right margin marker line 
actually appears in the right position--but there's no way the user can see 
this during regular use, without counting up the characters manually first.)



was (Author: ebakke):
After some experimentation, I think this bug is _not_ related to the choice of 
font, but rather to the editor zoom level, in combination with HiDPI (on 
Windows) or Retina (on MacOS) screens.

Austin Stephens, am I correct to guess that you have a Retina screen? (I.e. 
MacBook Pro, not a MacBook Air?)

I'm on Windows myself, but I have a Lenovo X1 carbon laptop with a HiDPI 
screen. The bug occurs on _all_ fonts I have tried, at several sizes, but 
_only_ when the screen scaling is set at something else than 100% (specifically 
150% or 200%--the latter is Windows 10's default setting on these kinds of 
screens). Note that setting screen scaling to 100% is not a practical option on 
these screens--everything would become super-tiny.

The bug occurred with _all_ of the monospaced fonts that I tried:
* Consolas 13
* Lucida Sans Typewriter 13
* Courier New 13
* Monospaced 13
* Monospaced 18

To reproduce the bug, run NetBeans on either a MacBook with a retina-enabled 
screen, or a Windows laptop with a HiDPI screen set to zoom level 150% or 200%. 
Then type a line in the editor that's exactly as many characters wide as the 
right margin marker line _should_ reach. Then zoom in or out and observe that 
the right margin marker line moves to the left or right of the end of the line 
depending on the zoom level. (On some zoom levels the right margin marker line 
actually appears in the right position--but there's no way the user can see 
this during regular use, without counting up the characters manually first.)


> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Major
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

For further information about the NetBeans mailing lists, visit:

[jira] [Comment Edited] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2018-08-25 Thread Eirik Bakke (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592719#comment-16592719
 ] 

Eirik Bakke edited comment on NETBEANS-346 at 8/25/18 10:09 PM:


After some experimentation, I think this bug is _not_ related to the choice of 
font, but rather to the editor zoom level, in combination with HiDPI (on 
Windows) or Retina (on MacOS) screens.

Austin Stephens, am I correct to guess that you have a Retina screen? (I.e. 
MacBook Pro, not a MacBook Air?)

I'm on Windows myself, but I have a Lenovo X1 carbon laptop with a HiDPI 
screen. The bug occurs on _all_ fonts I have tried, at several sizes, but 
_only_ when the screen scaling is set at something else than 100% (specifically 
150% or 200%--the latter is Windows 10's default setting on these kinds of 
screens). Note that setting screen scaling to 100% is not a practical option on 
these screens--everything would become super-tiny.

The bug occurred with _all_ of the monospaced fonts that I tried:
* Consolas 13
* Lucida Sans Typewriter 13
* Courier New 13
* Monospaced 13
* Monospaced 18

To reproduce the bug, run NetBeans on either a MacBook with a retina-enabled 
screen, or a Windows laptop with a HiDPI screen set to zoom level 150% or 200%. 
Then type a line in the editor that's exactly as many characters wide as the 
right margin marker line _should_ reach. Then zoom in or out and observe that 
the right margin marker line moves to the left or right of the end of the line 
depending on the zoom level. (On some zoom levels the right margin marker line 
actually appears in the right position--but there's no way the user can see 
this during regular use, without counting up the characters manually first.)



was (Author: ebakke):
After some experimentation, I think this bug is _not_ related to the choice of 
font, but rather to the editor zoom level, in combination with HiDPI (on 
Windows) or Retina (on MacOS) screens.

Austin Stephens, am I correct to guess that you have a Retina screen? (I.e. 
MacBook Pro, not a MacBook Air?)

I'm on Windows myself, but I have a Lenovo X1 carbon laptop with a HiDPI 
screen. The bug occurs on _all_ fonts I have tried, at several sizes, but 
_only_ when the screen scaling is set at something else than 100% (specifically 
150% or 200%--the latter is Windows 10's default setting on these kinds of 
screens).

The bug occurred with _all_ of the monospaced fonts that I tried:
* Consolas 13
* Lucida Sans Typewriter 13
* Courier New 13
* Monospaced 13
* Monospaced 18

To reproduce the bug, run NetBeans on either a MacBook with a retina-enabled 
screen, or a Windows laptop with a HiDPI screen set to zoom level 150% or 200%. 
Then type a line in the editor that's exactly as many characters wide as the 
right margin marker line _should_ reach. Then zoom in or out and observe that 
the right margin marker line moves to the left or right of the end of the line 
depending on the zoom level. (On some zoom levels the right margin marker line 
actually appears in the right position--but there's no way the user can see 
this during regular use, without counting up the characters manually first.)


> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Major
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2018-08-25 Thread Eirik Bakke (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592719#comment-16592719
 ] 

Eirik Bakke edited comment on NETBEANS-346 at 8/25/18 10:08 PM:


After some experimentation, I think this bug is _not_ related to the choice of 
font, but rather to the editor zoom level, in combination with HiDPI (on 
Windows) or Retina (on MacOS) screens.

Austin Stephens, am I correct to guess that you have a Retina screen? (I.e. 
MacBook Pro, not a MacBook Air?)

I'm on Windows myself, but I have a Lenovo X1 carbon laptop with a HiDPI 
screen. The bug occurs on _all_ fonts I have tried, at several sizes, but 
_only_ when the screen scaling is set at something else than 100% (specifically 
150% or 200%--the latter is Windows 10's default setting on these kinds of 
screens).

The bug occurred with _all_ of the monospaced fonts that I tried:
* Consolas 13
* Lucida Sans Typewriter 13
* Courier New 13
* Monospaced 13
* Monospaced 18

To reproduce the bug, run NetBeans on either a MacBook with a retina-enabled 
screen, or a Windows laptop with a HiDPI screen set to zoom level 150% or 200%. 
Then type a line in the editor that's exactly as many characters wide as the 
right margin marker line _should_ reach. Then zoom in or out and observe that 
the right margin marker line moves to the left or right of the end of the line 
depending on the zoom level. (On some zoom levels the right margin marker line 
actually appears in the right position--but there's no way the user can see 
this during regular use, without counting up the characters manually first.)



was (Author: ebakke):
After some experimentation, I think this bug is _not_ related to the choice of 
font, but rather to the editor zoom level, in combination with HiDPI (on 
Windows) or Retina (on MacOS) screens.

Austin Stephens, am I correct to guess that you have a Retina screen? (I.e. 
MacBook Pro, not a MacBook Air?)

I'm on Windows myself, but I have a Lenovo X1 carbon laptop with a HiDPI 
screen. The bug occurs on _all_ fonts I have tried, at several sizes, but 
_only_ when the screen scaling is set at something else than 100% (specifically 
150% or 200%--the latter is Windows 10's default setting on these kinds of 
screens).

The bug occurred with _all_ of the monospaced fonts that I tried:
* Consolas 13
* Lucida Sans Typewriter 13
* Courier New 13
* Monospaced 13
* Monospaced 18

To reproduce the bug, run NetBeans on either a MacBook with a retina-enabled 
screen, or a Windows laptop with a HiDPI screen set to zoom level 150% or 200%. 
Then type a line in the editor that's exactly as many characters wide as the 
right margin marker line _should_ reach. Then zoom in or out and observe that 
the right margin marker line moves to the left or right of the end of the line 
depending on the zoom level. (On some zoom levels the right margin marker line 
actually appears in the right position--but there's no way the user can see 
this during regular use, without counting up the characters manually first.)

While the issue has a workaround (manually adjust the zoom level until manual 
inspection reveals the end-of-line marker to be in the right position), it 
makes the editor zoom feature much less usable--so I'd say this is a bug that 
should be fixed in NetBeans.


> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Major
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

For further information about the NetBeans mailing lists, visit:

[jira] [Updated] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2018-08-25 Thread Eirik Bakke (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eirik Bakke updated NETBEANS-346:
-
Priority: Major  (was: Critical)

> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Major
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Reopened] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2018-08-25 Thread Eirik Bakke (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eirik Bakke reopened NETBEANS-346:
--

While the issue has a workaround (manually adjust the zoom level until manual 
inspection reveals the end-of-line marker to be in the right position), it 
makes the editor zoom feature much less usable--so I'd say this is a bug that 
should be fixed in NetBeans.

(Decreasing the priority, though--I don't think it's "Critical".)

> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Critical
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-346) Tabs, characters, and the right Margin don't line up

2018-08-25 Thread Eirik Bakke (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592719#comment-16592719
 ] 

Eirik Bakke commented on NETBEANS-346:
--

After some experimentation, I think this bug is _not_ related to the choice of 
font, but rather to the editor zoom level, in combination with HiDPI (on 
Windows) or Retina (on MacOS) screens.

Austin Stephens, am I correct to guess that you have a Retina screen? (I.e. 
MacBook Pro, not a MacBook Air?)

I'm on Windows myself, but I have a Lenovo X1 carbon laptop with a HiDPI 
screen. The bug occurs on _all_ fonts I have tried, at several sizes, but 
_only_ when the screen scaling is set at something else than 100% (specifically 
150% or 200%--the latter is Windows 10's default setting on these kinds of 
screens).

The bug occurred with _all_ of the monospaced fonts that I tried:
* Consolas 13
* Lucida Sans Typewriter 13
* Courier New 13
* Monospaced 13
* Monospaced 18

To reproduce the bug, run NetBeans on either a MacBook with a retina-enabled 
screen, or a Windows laptop with a HiDPI screen set to zoom level 150% or 200%. 
Then type a line in the editor that's exactly as many characters wide as the 
right margin marker line _should_ reach. Then zoom in or out and observe that 
the right margin marker line moves to the left or right of the end of the line 
depending on the zoom level. (On some zoom levels the right margin marker line 
actually appears in the right position--but there's no way the user can see 
this during regular use, without counting up the characters manually first.)

While the issue has a workaround (manually adjust the zoom level until manual 
inspection reveals the end-of-line marker to be in the right position), it 
makes the editor zoom feature much less usable--so I'd say this is a bug that 
should be fixed in NetBeans.


> Tabs, characters, and the right Margin don't line up
> 
>
> Key: NETBEANS-346
> URL: https://issues.apache.org/jira/browse/NETBEANS-346
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Other
>Affects Versions: 9.0
> Environment: Mac OS 10.10 (at least)
>Reporter: Austin Stephens
>Priority: Critical
> Attachments: Screen Shot 2018-01-29 at 4.58.35 PM.png, Screen Shot 
> 2018-02-28 at 11.27.32 AM.png, linewidth.png
>
>
> When the Right Margin is set at 80 chars, it is drawn at 8*2* chars. This is 
> annoying because I have a 1440x900 screen that I split vertically in to two. 
> This results in two editing areas that are about 80 chars wide. I could see 
> the margin line in both editors when scrolled all the way to the left. Since 
> Netbeans (9.0 beta) is now drawing them at char 8*2*, it is not possible to 
> size those editors so I can see the line in both windows and it is driving me 
> crazy.
> This is a first world issue at the moment, but you might find code coming 
> from mac programmers coming in two or more chars too wide in the Netbeans 
> source code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-1190) NetBeans frame icons do not include enough sizes

2018-08-25 Thread Ralph Benjamin Ruijs (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ralph Benjamin Ruijs updated NETBEANS-1190:
---
Attachment: NBIconLarge.png

> NetBeans frame icons do not include enough sizes
> 
>
> Key: NETBEANS-1190
> URL: https://issues.apache.org/jira/browse/NETBEANS-1190
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Ralph Benjamin Ruijs
>Priority: Major
>  Labels: pull-request-available
> Attachments: NBIconBlurred.png, NBIconLarge.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The icons included in NetBeans are too small for Gnome's task switcher 
> (screenshot attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Assigned] (NETBEANS-1190) NetBeans frame icons do not include enough sizes

2018-08-25 Thread Ralph Benjamin Ruijs (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ralph Benjamin Ruijs reassigned NETBEANS-1190:
--

Assignee: Ralph Benjamin Ruijs

> NetBeans frame icons do not include enough sizes
> 
>
> Key: NETBEANS-1190
> URL: https://issues.apache.org/jira/browse/NETBEANS-1190
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Ralph Benjamin Ruijs
>Assignee: Ralph Benjamin Ruijs
>Priority: Major
>  Labels: pull-request-available
> Attachments: NBIconBlurred.png, NBIconLarge.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The icons included in NetBeans are too small for Gnome's task switcher 
> (screenshot attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-1190) NetBeans frame icons do not include enough sizes

2018-08-25 Thread Ralph Benjamin Ruijs (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592675#comment-16592675
 ] 

Ralph Benjamin Ruijs commented on NETBEANS-1190:


I created a PR in which I extracted the png images from the icns file. This 
adds the sizes 256, 512 and 1024 in png format to the frame's icon list. I was 
unable to find any good information on which image sizes and formats should be 
in this list, so if someone with more knowledge about this can educate me on 
this, that would be great!

The second attached screenshot shows the new image size in Gnome's task 
switcher.

> NetBeans frame icons do not include enough sizes
> 
>
> Key: NETBEANS-1190
> URL: https://issues.apache.org/jira/browse/NETBEANS-1190
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Ralph Benjamin Ruijs
>Priority: Major
>  Labels: pull-request-available
> Attachments: NBIconBlurred.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The icons included in NetBeans are too small for Gnome's task switcher 
> (screenshot attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-1190) NetBeans frame icons do not include enough sizes

2018-08-25 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-1190:
-
Labels: pull-request-available  (was: )

> NetBeans frame icons do not include enough sizes
> 
>
> Key: NETBEANS-1190
> URL: https://issues.apache.org/jira/browse/NETBEANS-1190
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - UI
>Reporter: Ralph Benjamin Ruijs
>Priority: Major
>  Labels: pull-request-available
> Attachments: NBIconBlurred.png
>
>
> The icons included in NetBeans are too small for Gnome's task switcher 
> (screenshot attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Created] (NETBEANS-1190) NetBeans frame icons do not include enough sizes

2018-08-25 Thread Ralph Benjamin Ruijs (JIRA)
Ralph Benjamin Ruijs created NETBEANS-1190:
--

 Summary: NetBeans frame icons do not include enough sizes
 Key: NETBEANS-1190
 URL: https://issues.apache.org/jira/browse/NETBEANS-1190
 Project: NetBeans
  Issue Type: Bug
  Components: ide - UI
Reporter: Ralph Benjamin Ruijs
 Attachments: NBIconBlurred.png

The icons included in NetBeans are too small for Gnome's task switcher 
(screenshot attached).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-771) Support for SubVersion CLI client version 1.10

2018-08-25 Thread Daes Mond (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592639#comment-16592639
 ] 

Daes Mond commented on NETBEANS-771:


I tried Lauri's jar in both Netbeans 8.2 and 9.0

 

In netbeans 8.2 Subversion is missing at the Team menu

And in netbeans 9.0 still "SVN Command failed"

> Support for SubVersion CLI client version 1.10
> --
>
> Key: NETBEANS-771
> URL: https://issues.apache.org/jira/browse/NETBEANS-771
> Project: NetBeans
>  Issue Type: Wish
>  Components: versioncontrol - Subversion
>Affects Versions: 8.2
>Reporter: Petr Hadraba
>Priority: Major
> Attachments: org-netbeans-modules-subversion.jar, 
> org-netbeans-modules-subversion.jar
>
>
> SubVersion CLI client version 1.10 does not work in NetBeans 8.2.
> The following message appears in NetBeans log when invoking refresh in 
> SubVersion panel:
> {{ INFO [org.netbeans.modules.subversion]: Commandline client version: 1.10.0 
> (r1827917)}}
> {{ WARNING [org.netbeans.modules.subversion]: Unsupported svn version. You 
> need >= 1.5}}
> {{ WARNING [org.netbeans.modules.subversion.client.SvnClientFactory]: 
> executable binary path set to /opt/local/bin yet client not available.}}
> The dialog box appears and says:
>  
> {{1. Download and Install Subversion 1.8 or later 
> ([http://subversion.apache.org/packages.html]). }}
> {{ 2. Add it to PATH. }}
> {{ Test the installation by running 'svn --version' from a command line }}
> {{ 3. Restart the IDE.}}
> My SubVersion is the latest version:
> {{ localhost:~ petr$ which svn}}
> {{ /opt/local/bin/svn}}
> {{ localhost:~ petr$ svn --version}}
> {{ svn, version 1.10.0 (r1827917)}}
> {{    compiled Apr 18 2018, 01:35:41 on x86_64-apple-darwin17.4.0}}
> {{  }}
> {{ Copyright (C) 2018 The Apache Software Foundation.}}
> {{ This software consists of contributions made by many people;}}
> {{ see the NOTICE file for more information.}}
> {{ Subversion is open source software, see [http://subversion.apache.org/]}}
> {{  }}
> {{ The following repository access (RA) modules are available:}}
> {{  }}
>  * {{ra_svn : Module for accessing a repository using the svn network 
> protocol.}}{{   - with Cyrus SASL authentication}}{{   - handles 'svn' 
> scheme}}
>  * {{ra_local : Module for accessing a repository on local disk.}}{{   - 
> handles 'file' scheme}}
>  * {{ra_serf : Module for accessing a repository via WebDAV protocol using 
> serf.}}{{   - using serf 1.3.9 (compiled with 1.3.8)}}{{   - handles 'http' 
> scheme}}{{   - handles 'https' scheme}}{{  }}{{ The following authentication 
> credential caches are available:}}{{  }}
>  * {{Plaintext cache in /Users/petr/.subversion}}
>  * {{GPG-Agent}}
>  * {{Mac OS X Keychain}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-327) Null Pointer Exception in C++ files

2018-08-25 Thread Ralph Benjamin Ruijs (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ralph Benjamin Ruijs updated NETBEANS-327:
--
Component/s: (was: ide - Code)
 cnd - Editor

> Null Pointer Exception in C++ files
> ---
>
> Key: NETBEANS-327
> URL: https://issues.apache.org/jira/browse/NETBEANS-327
> Project: NetBeans
>  Issue Type: Bug
>  Components: cnd - Editor
>Affects Versions: 9.0
> Environment: Windwos 10, JDK 9
>Reporter: NDelt
>Priority: Major
>  Labels: errors
> Attachments: log.txt
>
>
> {code}
> #include 
> using namespace std;
> int main(int argc, char** argv) {
> std:: //<-- error point
> 
> return 0;
> }
> {code}
> When I typing *std::*, following error message always pop ups.
> {noformat}
> NullPointerException at 
> org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.findAutoOrDecltypeAutoType
> {noformat}
> I tested it in Build 201801230002 and g++ 7.2.0.
> *Edited(2018.05.08)*
> When I type 'class', suddenly java.lang.NullPointerException error is 
> occurred.
> I attached log.text file about this issue.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Updated] (NETBEANS-1153) JavaFX CSS property suggestion inconsistent with directories of Maven project.

2018-08-25 Thread Ralph Benjamin Ruijs (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ralph Benjamin Ruijs updated NETBEANS-1153:
---
Component/s: (was: cnd - Code Completion)
 javafx - Editor

> JavaFX CSS property suggestion inconsistent with directories of Maven project.
> --
>
> Key: NETBEANS-1153
> URL: https://issues.apache.org/jira/browse/NETBEANS-1153
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 9.0
> Environment: Processor:  AMD FX(tm)-8350 Eight-Core Processor
> RAM: 24 GB
> Ubuntu x64 18.04.1 LTS
> Java 1.8.0_181
>Reporter: Narayan
>Priority: Major
>  Labels: usability
> Attachments: Screenshot from 2018-08-20 13-49-56.png
>
>
> Hi, 
> I have been using Apache NetBeans IDE 9.0 (Build 
> incubator-netbeans-release-334-on-20180708) lately for developing Javafx 
> application. I started to use the css editor and try to add some property 
> like "-fx-background-color" and I do not get any suggestion .
>  *Steps to produce the bug:*
>  # Create javafx maven project 
>  # Create new css file inside the src/main/resources
>  # Edit that file to check for the css property suggestion 
>  # Type "-fx" and Hit Ctrl+Enter
>  
> *CSS Suggestion works on /Styles directory:*
>  # Create javafx maven project 
>  # Create new css file inside the src/main/resources/Styles
>  # Edit that file to check for the css property suggestion 
>  # Type "-fx" and Hit Ctrl+Enter . It will now show suggestion



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[incubator-netbeans] 01/01: Merge pull request #751 from junichi11/netbeans-1151

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 35e17b8a184f5b74afa211103dbdd5c4c764f3a2
Merge: a86c147 e4e94e3
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 25 10:36:19 2018 +0200

Merge pull request #751 from junichi11/netbeans-1151

[NETBEANS-1151] Fix unit test files of php.editor

 php.editor/.gitignore  | 3 +
 php.editor/build.xml   | 6 +
 php.editor/external/Mpdf-7.1.5-license.txt |   348 +
 .../external/TextSearchQuery-1.28-license.txt  |   348 +
 php.editor/external/binaries-list  | 2 +
 .../actions/testImportData/libs/nette.min.php  | 22475 +++
 .../unit/data/testfiles/formatting/html/html01.php | 8 +-
 .../testfiles/formatting/html/html01.php.formatted | 6 +-
 .../unit/data/testfiles/formatting/html/html02.php | 8 +-
 .../testfiles/formatting/html/html02.php.formatted | 6 +-
 .../unit/data/testfiles/formatting/html/html03.php |10 +-
 .../testfiles/formatting/html/html03.php.formatted |10 +-
 .../unit/data/testfiles/formatting/html/html04.php |24 +
 .../testfiles/formatting/html/html04.php.formatted |24 +
 .../verification/testEmptyStatementHint.php|   332 +
 .../php/editor/actions/ImportDataCreatorTest.java  |48 +-
 .../php/editor/indent/PHPFormatterHtmlTest.java| 8 +-
 .../php/editor/parser/ASTPHP5ParserTest.java   | 8 +-
 .../php/editor/parser/ParserPerformanceTest.java   |42 +-
 .../modules/php/editor/verification/HintsTest.java | 6 +-
 20 files changed, 23649 insertions(+), 73 deletions(-)


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

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



[incubator-netbeans] branch master updated (a86c147 -> 35e17b8)

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from a86c147  Merge pull request #777 from 
junichi11/module-review-languages.apacheconf
 add e4e94e3  [NETBEANS-1151] Fix unit test files of php.editor
 new 35e17b8  Merge pull request #751 from junichi11/netbeans-1151

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 php.editor/.gitignore  | 3 +
 php.editor/build.xml   | 6 +
 php.editor/external/Mpdf-7.1.5-license.txt |   348 +
 .../external/TextSearchQuery-1.28-license.txt  |   348 +
 php.editor/external/binaries-list  | 2 +
 .../actions/testImportData/libs/nette.min.php  | 22475 +++
 .../unit/data/testfiles/formatting/html/html01.php | 8 +-
 .../testfiles/formatting/html/html01.php.formatted | 6 +-
 .../unit/data/testfiles/formatting/html/html02.php | 8 +-
 .../testfiles/formatting/html/html02.php.formatted | 6 +-
 .../unit/data/testfiles/formatting/html/html03.php |10 +-
 .../testfiles/formatting/html/html03.php.formatted |10 +-
 .../unit/data/testfiles/formatting/html/html04.php |24 +
 .../testfiles/formatting/html/html04.php.formatted |24 +
 .../verification/testEmptyStatementHint.php|   332 +
 .../php/editor/actions/ImportDataCreatorTest.java  |48 +-
 .../php/editor/indent/PHPFormatterHtmlTest.java| 8 +-
 .../php/editor/parser/ASTPHP5ParserTest.java   | 8 +-
 .../php/editor/parser/ParserPerformanceTest.java   |42 +-
 .../modules/php/editor/verification/HintsTest.java | 6 +-
 20 files changed, 23649 insertions(+), 73 deletions(-)
 create mode 100644 php.editor/.gitignore
 create mode 100644 php.editor/external/Mpdf-7.1.5-license.txt
 create mode 100644 php.editor/external/TextSearchQuery-1.28-license.txt
 create mode 100644 
php.editor/test/unit/data/testfiles/actions/testImportData/libs/nette.min.php
 create mode 100644 
php.editor/test/unit/data/testfiles/formatting/html/html04.php
 create mode 100644 
php.editor/test/unit/data/testfiles/formatting/html/html04.php.formatted
 create mode 100644 
php.editor/test/unit/data/testfiles/verification/testEmptyStatementHint.php


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

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



[incubator-netbeans] 01/01: Merge pull request #777 from junichi11/module-review-languages.apacheconf

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit a86c147bca8c094d43b224bf2bbec7ef56a1358f
Merge: 1be3fc9 06a02e6
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 25 10:35:34 2018 +0200

Merge pull request #777 from junichi11/module-review-languages.apacheconf

[NETBEANS-1074] Module Review languages.apacheconf

 languages.apacheconf/licenseinfo.xml   | 39 +
 .../languages/apacheconf/resources/license.txt | 40 --
 2 files changed, 39 insertions(+), 40 deletions(-)


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

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



[incubator-netbeans] branch master updated (d1c61e6 -> 1be3fc9)

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from d1c61e6  Merge pull request #788 from jglick/archetypeRepository-271110
 add 40ef759  Fix unittest after change of constructor for 
ModuleListParser.Entry (commit a979899)
 add d4cdc8d  Allow GPL binaries if the usage is compile-time only
 new 1be3fc9  Merge pull request #787 from matthiasblaesing/gpl-compile-time

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../nbbuild/extlibs/VerifyLibsAndLicenses.java |  6 ++--
 .../netbeans/nbbuild/FixTestDependenciesTest.java  | 40 +++---
 2 files changed, 23 insertions(+), 23 deletions(-)


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

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



[incubator-netbeans] branch master updated (1be3fc9 -> a86c147)

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 1be3fc9  Merge pull request #787 from matthiasblaesing/gpl-compile-time
 add 06a02e6  [NETBEANS-1074] Module Review languages.apacheconf
 new a86c147  Merge pull request #777 from 
junichi11/module-review-languages.apacheconf

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../licenseinfo.xml|  6 ++--
 .../languages/apacheconf/resources/license.txt | 40 --
 2 files changed, 3 insertions(+), 43 deletions(-)
 copy {languages.ini => languages.apacheconf}/licenseinfo.xml (80%)
 delete mode 100644 
languages.apacheconf/src/org/netbeans/modules/languages/apacheconf/resources/license.txt


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

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



[incubator-netbeans] 01/01: Merge pull request #787 from matthiasblaesing/gpl-compile-time

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit 1be3fc9939655538318ecb4337d79f173152898b
Merge: d1c61e6 d4cdc8d
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 25 10:35:16 2018 +0200

Merge pull request #787 from matthiasblaesing/gpl-compile-time

Explicitly allow compile-time only GPL binaries

 .../nbbuild/extlibs/VerifyLibsAndLicenses.java |  6 ++--
 .../netbeans/nbbuild/FixTestDependenciesTest.java  | 40 +++---
 2 files changed, 23 insertions(+), 23 deletions(-)


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

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



[incubator-netbeans] 01/01: Merge pull request #788 from jglick/archetypeRepository-271110

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git

commit d1c61e63b74f0330616c1b6351d11de505f78b3c
Merge: 50112a3 81c479b
Author: Geertjan Wielenga 
AuthorDate: Sat Aug 25 10:33:53 2018 +0200

Merge pull request #788 from jglick/archetypeRepository-271110

Issue #271110 - Attempt to pass -DarchetypeRepository to 3.x 
maven-archetype-plugin

 .../src/org/netbeans/modules/maven/options/MavenCommandSettings.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

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



[incubator-netbeans] branch master updated (50112a3 -> d1c61e6)

2018-08-25 Thread geertjan
This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


from 50112a3  [NETBEANS-1074] Module Review languages.ini (#776)
 add 81c479b  Issue #271110 - Attempt to pass -DarchetypeRepository to 3.x 
maven-archetype-plugin
 new d1c61e6  Merge pull request #788 from jglick/archetypeRepository-271110

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/org/netbeans/modules/maven/options/MavenCommandSettings.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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

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



[jira] [Comment Edited] (NETBEANS-143) HTML/Java API shall contain NetBeans name

2018-08-25 Thread Emilian Bold (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592506#comment-16592506
 ] 

Emilian Bold edited comment on NETBEANS-143 at 8/25/18 7:19 AM:


See https://github.com/apache/incubator-netbeans-html4j/pull/10 which renames 
the project to NetBeans Web Toolkit

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

Not sure if NBWT would be the abbreviation or NWT (in line with AWT, SWT?). But 
this is minor...


was (Author: emi):
See https://github.com/apache/incubator-netbeans-html4j/pull/10 which renames 
the project to NetBeans Web Toolkit

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

> HTML/Java API shall contain NetBeans name
> -
>
> Key: NETBEANS-143
> URL: https://issues.apache.org/jira/browse/NETBEANS-143
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> Bertrand wrote:
> On Wed, Nov 15, 2017 at 9:40 AM, Jaroslav Tulach
>  wrote:
> > ...People usually associate NetBeans with the image of an IDE. Or (at most)
> > with the image of general desktop application platform. However HTML/Java
> > API is different - it is heavily portable API that works everywrhere - it
> > is almost like "Cordova for Java"...
> From an Apache point of view it's important IMO that projects be
> associated with their (P)PMCs, so NetBeans in your case.
> I understand what you're saying about that module being fairly
> independent of the IDE - I suppose that can be expressed in the
> modules description.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Comment Edited] (NETBEANS-143) HTML/Java API shall contain NetBeans name

2018-08-25 Thread Emilian Bold (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592506#comment-16592506
 ] 

Emilian Bold edited comment on NETBEANS-143 at 8/25/18 7:18 AM:


See https://github.com/apache/incubator-netbeans-html4j/pull/10 which renames 
the project to NetBeans Web Toolkit

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)


was (Author: emi):
See https://github.com/apache/incubator-netbeans-html4j/pull/10

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

> HTML/Java API shall contain NetBeans name
> -
>
> Key: NETBEANS-143
> URL: https://issues.apache.org/jira/browse/NETBEANS-143
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> Bertrand wrote:
> On Wed, Nov 15, 2017 at 9:40 AM, Jaroslav Tulach
>  wrote:
> > ...People usually associate NetBeans with the image of an IDE. Or (at most)
> > with the image of general desktop application platform. However HTML/Java
> > API is different - it is heavily portable API that works everywrhere - it
> > is almost like "Cordova for Java"...
> From an Apache point of view it's important IMO that projects be
> associated with their (P)PMCs, so NetBeans in your case.
> I understand what you're saying about that module being fairly
> independent of the IDE - I suppose that can be expressed in the
> modules description.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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



[jira] [Commented] (NETBEANS-143) HTML/Java API shall contain NetBeans name

2018-08-25 Thread Emilian Bold (JIRA)


[ 
https://issues.apache.org/jira/browse/NETBEANS-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16592506#comment-16592506
 ] 

Emilian Bold commented on NETBEANS-143:
---

See https://github.com/apache/incubator-netbeans-html4j/pull/10

I wrote a quick article about it http://notes.emilianbold.ro/nbwt.html (and 
that's when I came up with the new name)

> HTML/Java API shall contain NetBeans name
> -
>
> Key: NETBEANS-143
> URL: https://issues.apache.org/jira/browse/NETBEANS-143
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - HTML4J
>Reporter: Jaroslav Tulach
>Assignee: Jaroslav Tulach
>Priority: Trivial
>
> Bertrand wrote:
> On Wed, Nov 15, 2017 at 9:40 AM, Jaroslav Tulach
>  wrote:
> > ...People usually associate NetBeans with the image of an IDE. Or (at most)
> > with the image of general desktop application platform. However HTML/Java
> > API is different - it is heavily portable API that works everywrhere - it
> > is almost like "Cordova for Java"...
> From an Apache point of view it's important IMO that projects be
> associated with their (P)PMCs, so NetBeans in your case.
> I understand what you're saying about that module being fairly
> independent of the IDE - I suppose that can be expressed in the
> modules description.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

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