This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 246531 - No need to invoke code completion within LESS file
Summary: No need to invoke code completion within LESS file
Status: REOPENED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 8.1 x64
: P3 normal (vote)
Assignee: Vladimir Riha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-19 06:55 UTC by skomisa
Modified: 2016-10-17 07:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description skomisa 2014-08-19 06:55:26 UTC
This bug relates to the [Web Client] LESS support Test Specification here:
http://services.netbeans.org/synergy/client/app/#/title/%255Bweb_client%255D_less_support/8.0.1

Test Suite 1: (Editor  Test Suite)
Test Case 2: Elements completion

Step 2 states "type "d" and invoke code completion" but there is no need to invoke code completion. Valid choices are automatically displayed, and automatic filtering is performed as the user enters more characters.

So Step 2 should state "type "d" and valid code completion choices will be displayed".


Product Version: NetBeans IDE 8.0.1 (Build 201408142300)
Java: 1.8.0_20-ea; Java HotSpot(TM) 64-Bit Server VM 25.20-b22
Runtime: Java(TM) SE Runtime Environment 1.8.0_20-ea-b23
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\JohnDoe\AppData\Roaming\NetBeans\8.0.1
Cache directory: C:\Users\JohnDoe\AppData\Local\NetBeans\Cache\8.0.1
Comment 1 Vladimir Riha 2014-08-19 07:29:10 UTC
Thanks, fixed
Comment 2 HeroGo 2016-10-17 07:13:18 UTC
I think this might be related to a newly discovered bug after upgrading from Netbeans 8.0.2 to 8.1. There is no more code completion (e.g. LESS variables and mixins defined in another file) in my LESS file in the following case:

There are three files:
main.less which includes variables.less and styles.less. So variables.less and styles.less are both included within main.less and they don't include any file within themselves.

The variables from variables variables.less are not available and there is not code completion for it in styles.less anymore in Netbeans 8.2, while in 8.0.2 this worked.
Comment 3 HeroGo 2016-10-17 07:15:37 UTC
(In reply to HeroGo from comment #2)
> I think this might be related to a newly discovered bug after upgrading from
> Netbeans 8.0.2 to 8.1. There is no more code completion (e.g. LESS variables
> and mixins defined in another file) in my LESS file in the following case:
> 
> There are three files:
> main.less which includes variables.less and styles.less. So variables.less
> and styles.less are both included within main.less and they don't include
> any file within themselves.
> 
> The variables from variables variables.less are not available and there is
> not code completion for it in styles.less anymore in Netbeans 8.2, while in
> 8.0.2 this worked.

Correction of the last sentance:
The variables from variables.less are not available in styles.less and there is not code completion for it in styles.less anymore in Netbeans 8.2, while in 8.0.2 this worked.