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 184261

Summary: custom delimiter for project settings
Product: php Reporter: nbphpuser <nbphpuser>
Component: SmartyAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal CC: tmysik
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description nbphpuser 2010-04-15 11:11:01 UTC
my projects structure

/site_client1
/include/dir/smarty_templates/client1/
/include/dir/smarty_templates/client2/
/include/dir/smarty_templates/client3/
/lib/common
/lib/client1
/lib/client3



/site_client3
/include/dir/smarty_templates/client1/
/include/dir/smarty_templates/client2/
/include/dir/smarty_templates/client3/
/lib/common
/lib/client1
/lib/client3



note: client1 has other delimiters as client3

lib and include are sym links, because all project share folders from there


PROBLEM: In project settings there is no entry Frameworks or Smarty for configure custom delimiters

Smarty Plugin Version 1.2
Comment 1 Tomas Mysik 2010-04-15 11:22:29 UTC
We already discussed with Martine that likely an option to the IDE Options will be added (something like "how deep should I search for Smarty files").
Comment 2 Martin Fousek 2010-04-21 11:00:04 UTC
Fixed in http://hg.netbeans.org/main/contrib/rev/86af8ca59917.
Should be available on UC since tomorrow (version 1.21)

For now it was solved as mentioned Tomas Mysik. Into the Options was added options for specifying depth of scanning for Smarty templates. There is plan to do also another improvement which will be done in time.

In NetBeans options specify that you would like to scan for TPL files deeper and then close and reopen related projects. It should work.

By the way, setup custom delimiters per directory is won't fix, sorry.
Comment 3 Quality Engineering 2011-08-27 14:14:45 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/8ff99c14e209
User: Martin Fousek <marfous@netbeans.org>
Log: #184261: custom delimiter for project settings