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 267760 - Custom delimiters && auto completion
Summary: Custom delimiters && auto completion
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-30 02:35 UTC by amobilia
Modified: 2016-08-30 02:35 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 amobilia 2016-08-30 02:35:34 UTC
Follow the netcat test "PHP Smarty Framework" - http://services.netbeans.org/synergy/client/app/#/specification/309
Steps :
- Right click on project node in Projects window, select properties.
- Select Smarty section (below Frameworks).
- Change both delimiters to custom values. => "aaa" for open & "zzz" for close
- Open tpl file and type the open delimiter you've just defined and try code completion (tpl files have to be reopened to apply changes)

=> The autocompletion doesn't show anything.


If I type "aaa" + any letter, the autocompletion show usual items.