[jira] [Created] (NETBEANS-5201) Valid JS treated as invalid by editor

2020-12-31 Thread Marek Gremblewski (Jira)
Marek Gremblewski created NETBEANS-5201:
---

 Summary: Valid JS treated as invalid by editor
 Key: NETBEANS-5201
 URL: https://issues.apache.org/jira/browse/NETBEANS-5201
 Project: NetBeans
  Issue Type: Bug
  Components: javascript - Editor
Affects Versions: 12.2, 12.1
Reporter: Marek Gremblewski
 Fix For: 12.3
 Attachments: image-2020-12-31-17-20-30-117.png

!image-2020-12-31-17-20-30-117.png!

Below is code snipped:
{code:java}
var fn = function () {
var actions = new DSsysLibActionIndex.lib.ActionIndex();
actions.registerAction('asyncModalUpdateModelList', function (modal, 
params) {
import('./actions/asyncModalUpdateModelList.js').then(function (Module) 
{
var action = new Module.AsyncModalUpdateModelListAction(modal, 
params);
action.run();
});
});
actions.registerAction('asyncModalUpdateAuthorityList', function (modal, 
params) {
import('./actions/asyncModalUpdateAuthorityList.js').then(function 
(Module) {
var action = new Module.AsyncModalUpdateAuthorityListAction(modal, 
params);
action.run();
});
});
};
{code}
What is more interesting error appears only on the very first occurrence.

Next occurrence is treated as valid.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5200) Valid SCSS code treated as invalid by editor

2020-12-31 Thread Marek Gremblewski (Jira)
Marek Gremblewski created NETBEANS-5200:
---

 Summary: Valid SCSS code treated as invalid by editor
 Key: NETBEANS-5200
 URL: https://issues.apache.org/jira/browse/NETBEANS-5200
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Preprocessors (SASS, LESS, ...)
Affects Versions: 12.2, 12.1
Reporter: Marek Gremblewski
 Fix For: 12.3
 Attachments: image-2020-12-31-17-06-18-039.png

!image-2020-12-31-17-06-18-039.png!

But code is correct and valid SCSS. Here is a above code snippet
{code:java}
$hidden-selectorExt: '.hidden';
.formRow {
margin-top: 1rem;
margin-bottom: 1rem;
.errorList {
display: none;
}
&--error {

[jira] [Updated] (NETBEANS-1874) Setting some properties of font-colors in options works only till close of program

2020-12-31 Thread Marek Gremblewski (Jira)


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

Marek Gremblewski updated NETBEANS-1874:

Fix Version/s: 12.3
Affects Version/s: 12.2

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 12.0, 11.1, 11.2, 11.3, 12.1, 12.2
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Fix For: 12.3
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1874) Setting some properties of font-colors in options works only till close of program

2020-09-18 Thread Marek Gremblewski (Jira)


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

Marek Gremblewski updated NETBEANS-1874:

Affects Version/s: 12.1

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 12.0, 11.1, 11.2, 11.3, 12.1
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1874) Setting some properties of font-colors in options works only till close of program

2020-07-27 Thread Marek Gremblewski (Jira)


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

Marek Gremblewski updated NETBEANS-1874:

Fix Version/s: (was: 12.0)
   12.0.1
   12.1
Affects Version/s: 12.0

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 12.0, 11.1, 11.2, 11.3
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Fix For: 12.1, 12.0.1
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1874) Setting some properties of font-colors in options works only till close of program

2020-03-09 Thread Marek Gremblewski (Jira)


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

Marek Gremblewski updated NETBEANS-1874:

Fix Version/s: (was: 11.3)
   12.0
Affects Version/s: 11.3

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 11.1, 11.2, 11.3
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Fix For: 12.0
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1874) Setting some properties of font-colors in options works only till close of program

2019-11-10 Thread Marek Gremblewski (Jira)


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

Marek Gremblewski updated NETBEANS-1874:

Fix Version/s: (was: 11.2)
   11.3
Affects Version/s: 11.2

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 11.1, 11.2
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Fix For: 11.3
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1874) Setting some properties of font-colors in options works only till close of program

2019-08-09 Thread Marek Gremblewski (JIRA)


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

Marek Gremblewski updated NETBEANS-1874:

Fix Version/s: (was: Next)
   11.2

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0, 11.1
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Fix For: 11.2
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

-
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-1874) Setting some properties of font-colors in options works only till close of program

2019-05-03 Thread Marek Gremblewski (JIRA)


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

Marek Gremblewski updated NETBEANS-1874:

Summary: Setting some properties of font-colors in options works only till 
close of program  (was: Seting some properties of font-colors in options works 
only till close of program)

> Setting some properties of font-colors in options works only till close of 
> program
> --
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Fix For: Next
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
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-1874) Seting some properties of font-colors in options works only till close of program

2019-05-03 Thread Marek Gremblewski (JIRA)


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

Marek Gremblewski updated NETBEANS-1874:

Affects Version/s: 11.0
 Priority: Trivial  (was: Minor)

> Seting some properties of font-colors in options works only till close of 
> program
> -
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0, 11.0
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Trivial
> Fix For: Next
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
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-1874) Seting some properties of font-colors in options works only till close of program

2019-01-08 Thread Marek Gremblewski (JIRA)


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

Marek Gremblewski commented on NETBEANS-1874:
-

"only visible until application close" I mean that the set values of that 
fields affect only till app close.

> Seting some properties of font-colors in options works only till close of 
> program
> -
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Minor
> Fix For: Next
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
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-1874) Seting some properties of font-colors in options works only till close of program

2019-01-07 Thread Marek Gremblewski (JIRA)


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

Marek Gremblewski updated NETBEANS-1874:

Description: Properties `Identifiers` and `numbers` in Fonts & Colors in 
Options are not inherited and even not saved in exported config and is only 
visible until application close.  (was: Properties `Identifiers` and `numbers` 
in Fonts & Colors in Options are not inherited and even not saved in exported 
config and is only visible unil application close.)

> Seting some properties of font-colors in options works only till close of 
> program
> -
>
> Key: NETBEANS-1874
> URL: https://issues.apache.org/jira/browse/NETBEANS-1874
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Options
>Affects Versions: 8.2, 9.0, 10.0
> Environment: Windows 7, 10
>Reporter: Marek Gremblewski
>Priority: Minor
> Fix For: Next
>
> Attachments: netbeans.png
>
>
> Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
> inherited and even not saved in exported config and is only visible until 
> application close.



--
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-1874) Seting some properties of font-colors in options works only till close of program

2019-01-07 Thread Marek Gremblewski (JIRA)
Marek Gremblewski created NETBEANS-1874:
---

 Summary: Seting some properties of font-colors in options works 
only till close of program
 Key: NETBEANS-1874
 URL: https://issues.apache.org/jira/browse/NETBEANS-1874
 Project: NetBeans
  Issue Type: Bug
  Components: editor - Options
Affects Versions: 9.0, 8.2, 10.0
 Environment: Windows 7, 10
Reporter: Marek Gremblewski
 Fix For: Next
 Attachments: netbeans.png

Properties `Identifiers` and `numbers` in Fonts & Colors in Options are not 
inherited and even not saved in exported config and is only visible unil 
application close.



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