[AC-1335] Adding a controller for a newly added view raises error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-09-02T05:24:02.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Studio |
Labels | app, folder, studio, view |
Reporter | Ahmed Roshdy |
Assignee | Shak Hossain |
Created | 2014-08-23T08:20:24.000+0000 |
Updated | 2016-03-08T07:37:44.000+0000 |
Description
Titanium IDE does not show a corresponding controller on adding a new view although it adds a corresponding TSS file immediately shown in styles folder.
When trying to add the missed controller for a recently added studio raises issue that a controller with same name is there, when dismissing the error message box the controller file appears with same name.
Hello, I have tested this issue in updated environment. This is not a bug for latest Appcelerator version. Not sure if this is still an issue for you. It doesn't appear to be based on our latest tests. Please let me know how I can help further. *Test Environments:* CLI Version :4.0 Titanium SDK Version:4.1.0.GA Android: Google Galaxy Nexus:4.1.1 - API 16 - 720x1280 Appc Studio: Appcelerator Studio, build: 4.1.1.201507141126 Alloy: 1.7.3 *Test Steps:*
Create a alloy project.
Create a view text.xml .It adds a corresponding TSS file immediately shown in styles folder.
Add a controller test.js in controllers folder.
Run the project
*Test Result:* Project builds successfully without any error .