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 - custom delimiter for project settings
Summary: custom delimiter for project settings
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Smarty (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 11:11 UTC by nbphpuser
Modified: 2011-09-06 10:35 UTC (History)
1 user (show)

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 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