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 255718 - Color SQL strings
Summary: Color SQL strings
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-06 08:08 UTC by fiala.premysl
Modified: 2015-10-06 08:08 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fiala.premysl 2015-10-06 08:08:59 UTC
Sometimes I need to write SQL queries. It would be helpful, if Netbeans could color them. Just main SQL keywords would be enought.

For example, Netbeans could recognise sql queries by some @variable:

/** @sql */
$sql = 'SELECT id FROM mainTable';  // SELECT and FROM are in different color