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 269257

Summary: IDE doesn't highlight "#pragma omp taskgroup " and "#pragma omp taskloop" directives
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: Alexander Simon <alexvsimon>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2016-12-07 10:13:50 UTC
For example: https://docs.oracle.com/cd/E37069_01/html/E37081/gozsi.html

Add such lines to code:
#pragma omp taskloop
#pragma omp taskgroup 
#pragma omp parallel
#pragma omp single

taskloop and taskgroup has black color.
Comment 1 Alexander Simon 2016-12-07 11:47:51 UTC
fixed in enum, branch release82, change set 30cdfcd252d1
Comment 2 soldatov 2016-12-08 11:10:31 UTC
Verified in internal NetBeans 8,2 patch 1 build.
Comment 3 Quality Engineering 2016-12-10 02:59:25 UTC
Integrated into 'main-silver', will be available in build *201612100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/29f19e601d26
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #269257 IDE doesn't highlight "#pragma omp taskgroup " and "#pragma omp taskloop" directives
(transplanted from 30cdfcd252d165c8efdd22dc65ce850ac0b3af1f)