Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Editor
-
Labels:
-
Environment:
Kubuntu 14.04
Titanium SDK 3.2.3GA
Titanium Studio Build: 3.2.3.201404181442
alloy --version: 1.3.1
npm --version: 1.4.9
ti --version: 3.2.3
Description
I'm familiar with Eclipse and frequently use autocomplete feature there. I thought TitaniumStudio would offer the same since its based on Eclipse.
See attachment I feel autocompletion is not complete in TitaniumStudio:
- There is no 'Label' in list but I expect there is one. (Yes... there is 'labels' but I want 'label')
(see TitaniumStudioAutoCompletion1.png) - Same no autocompletion for TextField and neither does it suggest arguments for TextField (same to label)
(see TitaniumStudioAutoCompletion2.png). - Button for example is working fine.
(see TitaniumStudioAutoCompletionWorking.png)
So... is my setup broken? Is there a bug? Or is this as intented from you? Or why is autocompletion works for button, but not for label, textview and many other functions.
cu Floh