[jira] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2021-01-04 Thread Michal Koscielny (Jira)


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

Michal Koscielny commented on NETBEANS-4739:


OK, here is the new bug report: 
https://issues.apache.org/jira/browse/NETBEANS-5214

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.3
>
> Attachments: netbeans-css-class.png, testcss.zip
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2021-01-04 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4739:


I suspect a different problem in the CSS lexer/parser. It would be great if you 
could create a minimal project, that reproduces the problem. Please open a new 
issue with that project and assign it to me, I'll have a look then.

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Fix For: 12.3
>
> Attachments: netbeans-css-class.png, testcss.zip
>
>  Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2021-01-03 Thread Michal Koscielny (Jira)


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

Michal Koscielny commented on NETBEANS-4739:


I downloaded the 20210103 build and after some testing this issue seems to be 
resolved, the css declarations are now discovered as they should.

However, when opening two of my php projects Netbeans reported an error during 
the scanning phase - the program continued without any problems so I don't know 
what kind of issues this may introduce.. The error does not reappear when 
opening these projects again. I don't know if it's related but here is the 
exception I got:

{{java.lang.AssertionErrorjava.lang.AssertionError at 
org.netbeans.modules.css.lib.api.properties.GrammarResolver.resolve(GrammarResolver.java:299)
 at 
org.netbeans.modules.css.lib.api.properties.GrammarResolver.resolve(GrammarResolver.java:129)
 at 
org.netbeans.modules.css.lib.api.properties.GrammarResolver.resolve(GrammarResolver.java:83)
 at 
org.netbeans.modules.css.lib.api.properties.ResolvedProperty.(ResolvedProperty.java:59)
 at 
org.netbeans.modules.css.lib.api.properties.ResolvedProperty.(ResolvedProperty.java:45)
 at 
org.netbeans.modules.css.editor.csl.CssAnalyser$1.visit(CssAnalyser.java:149) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:89) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.lib.api.NodeVisitor.visitChildren(NodeVisitor.java:93) 
at 
org.netbeans.modules.css.editor.csl.CssAnalyser.getExtendedDiagnostics(CssAnalyser.java:200)
 at 
org.netbeans.modules.css.lib.ErrorsProviderQuery.getExtendedDiagnostics(ErrorsProviderQuery.java:47)
 at 
org.netbeans.modules.css.lib.api.CssParserResult.getDiagnostics(CssParserResult.java:79)
 at 
org.netbeans.modules.css.lib.api.CssParserResult.getDiagnostics(CssParserResult.java:97)
 at 
org.netbeans.modules.csl.core.TLIndexerFactory$TLIndexer.index(TLIndexerFactory.java:265)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:225)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
 at 
org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:223)[catch]
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3209)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:586)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:130)
 at 
org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:114)
 at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:181) 
at 
org.netbeans.modules.parsing.impl.TaskProcessor$2.call(TaskProcessor.java:178) 
at 
org.netbeans.modules.masterfs.filebasedfs.utils.FileChangedManager.priorityIO(FileChangedManager.java:153)
 at 
org.netbeans.modules.masterfs.providers.ProvidedExtensions.priorityIO(ProvidedExtensions.java:335)
 at 
org.netbeans.modules.parsing.nb.DataObjectEnvFactory.runPriorityIO(DataObjectEnvFactory.java:118)
 at 
org.netbeans.modules.parsing.impl.Utilities.runPriorityIO(Utilities.java:67) at 
org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:178)
 at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:81) 
at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:3143)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2862)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
 at 
org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
 at 

[jira] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-30 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4739:


I updated the PR according to [~junichi11] comments and created a development 
build: https://doppel-helix.eu/NetBeans-dev-20201230-022f1481d066-release.zip

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-css-class.png, testcss.zip
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-29 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-4739:


[~michal.lemon] 

(After the PR is merged) Download a zip file: 
[https://ci-builds.apache.org/job/Netbeans/job/netbeans-linux/lastSuccessfulBuild/artifact/nbbuild/NetBeans-dev-Netbeans/]

or

Build source code: [https://github.com/apache/netbeans#building-netbeans]

 

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-css-class.png, testcss.zip
>
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-29 Thread Michal Koscielny (Jira)


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

Michal Koscielny commented on NETBEANS-4739:


[~matthiasblaesing], I'd gladly test it but how can I do it if I'm not a 
Netbeans dev? Is there a test release I can download?

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-css-class.png, testcss.zip
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-29 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4739:


[~michal.lemon][~levitarmouse] it would be great if you could test the changes 
introduced via the referenced github pr.

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
>  Labels: pull-request-available
> Attachments: netbeans-css-class.png, testcss.zip
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-29 Thread Alejandro G. Prieto (Jira)


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

Alejandro G. Prieto commented on NETBEANS-4739:
---

Thanks Matthias Bläsing for the follow-up, thanks Michal Koscielny for the 
input. I'm still attentive to the evolution of the issue.

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: netbeans-css-class.png, testcss.zip
>
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-29 Thread Michal Koscielny (Jira)


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

Michal Koscielny commented on NETBEANS-4739:


Great!

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: netbeans-css-class.png, testcss.zip
>
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-29 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4739:


Thank you for the reproducer! I think we see fallout from the index change 
introduced as a fix for NETBEANS-2763. Before that fix all classes were merged 
into a single index field in the CSS Index. The accessors then used regexps to 
query that single field. I think I already have an idea how to fix this, the 
harder part is to make this testable.

For reference the issue was most probably introduced by 
https://github.com/apache/netbeans/commit/74a5e17

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0, 12.2
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Matthias Bläsing
>Priority: Major
> Attachments: netbeans-css-class.png, testcss.zip
>
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-12-29 Thread Michal Koscielny (Jira)


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

Michal Koscielny commented on NETBEANS-4739:


I have noticed the same problem - css class navigation worked in 11.3 but 
stopped working in 12 and now in version 12.2 the problem still persists. When 
pressing Control+B when the cursor is on a class name or when Control-clicking 
with the mouse on it we should be navigated to the css declaration or be given 
a list of possible declarations. This is how it looked in 11.3:

!netbeans-css-class.png!

Now in version 12.2 this simply doesn't work and there are no errors reported. 
Steps to reproduce are pretty easy since it appears to affect all kinds of 
projects AFAIK - but I mostly use PHP projects - just try it in 11.3 and then 
in 12 and 12.2. I've attached a simple test project with .php, .html and .tpl 
files - navigating to css declarations should work from any of them.

[^testcss.zip]

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Alonso del Arte
>Priority: Major
> Attachments: netbeans-css-class.png, testcss.zip
>
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-09-12 Thread Jira


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

Matthias Bläsing commented on NETBEANS-4739:


It would be good to get a more complete description. What is required to 
reproduce the problem? Maybe provide a minimal project and describe what is 
required to see the problem. I'm willing to look into it, but currently I have 
to guess.

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Assignee: Alonso del Arte
>Priority: Major
>
> Translated by Al from Spanish:
> "Navigation to CSS class declarations does not work.
> "Tried it with . . .
>  * Ctrl-B
>  * right-click, Navigate - go to declaration
>  * ctrl + left click
> "There's no response.
> "Sometimes there's a message in the lower part of the window that says that 
> the class declaration can't be found."
> Original description:
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana
> Originator confirms problem is specific to 12.0, does not occur in 11.2.



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-08-27 Thread Alonso del Arte (Jira)


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

Alonso del Arte commented on NETBEANS-4739:
---

Good to know. I'm still on 11.2, not sure when I'll be able to upgrade to 12.x.

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Priority: Major
>
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-08-27 Thread Alejandro G. Prieto (Jira)


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

Alejandro G. Prieto commented on NETBEANS-4739:
---

A small contribution. By downgrading to version 11.2, the problem no longer 
occurs.
Even when creating or opening a project a message similar to: "Building the 
dictionary of classes" appears, which shows that it is doing something that 
version 12 does not do.

Thanks for answering Alonso!

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Priority: Major
>
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana



--
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] [Commented] (NETBEANS-4739) CSS Go to Declaration , does not work

2020-08-27 Thread Alonso del Arte (Jira)


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

Alonso del Arte commented on NETBEANS-4739:
---

Please post later issues in English if you can. For this one, I'm happy to 
translate. Please verify I've translated correctly:
 

"Navigation to CSS class declarations does not work.

"Tried it with . . .
 * Ctrl-B
 * right-click, Navigate - go to declaration
 * ctrl + left click

"There's no response.

"Sometimes there's a message in the lower part of the window that says that the 
class declaration can't be found."

Since I've never used NetBeans for HTML or PHP (aside from Javadoc), I can't 
try to reproduce right now...

> CSS Go to Declaration , does not work
> -
>
> Key: NETBEANS-4739
> URL: https://issues.apache.org/jira/browse/NETBEANS-4739
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Editor
>Affects Versions: 12.0
> Environment: Windows 10, Xubuntu 20.04, openjdk 11.0.8
> Proyectos con html y css en un único archivo.
> Proyectos con html y css separados en .html y .css
> Proyectos Angular 10 con CSS y con SCSS
>Reporter: Alejandro G. Prieto
>Priority: Major
>
> La navegación a la declaración de clases CSS no funciona.
> Probado con . . .
>  * Ctrl-B
>  * click derecho, Navigate - go to declaration
>  * ctrl + left click
> No se obtiene respuesta.
> En algunas ocasiones, aparece mensaje que dice que no se encuentra la 
> declaración de la clase, en el parte inferior de la ventana



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