Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Autocomplete properties #21

Open
yomybaby opened this issue Nov 15, 2015 · 9 comments
Open

Missing Autocomplete properties #21

yomybaby opened this issue Nov 15, 2015 · 9 comments

Comments

@yomybaby
Copy link
Owner

Please let me know a missing properties for autocompletion.

on XML

  • ItemTemplete : name
    • Any Tag under ItemTemplate : bindId
  • ListItem : template,
  • ListSection : HeaderView, FooterView
  • ListItem : HeaderView, FooterView
@DouglasHennrich
Copy link
Contributor

TableViewRow
ScrollView

yomybaby added a commit that referenced this issue Nov 30, 2015
@yomybaby
Copy link
Owner Author

@DouglasHennrich Thanks. That will be included next release.

@DouglasHennrich
Copy link
Contributor

Alloy sometimes I need it hahaha
I will keep updating this issue while I'm developing to see if something more is missing =)

@yomybaby
Copy link
Owner Author

yomybaby commented Dec 5, 2015

Yes, that's right, I need it too. 😄
Javascript completion not hasn't implemented yet. But I have a plan to make it in not so distant future.

@m1ga
Copy link
Contributor

m1ga commented Jan 20, 2016

ActivityIndicator is missing too

@DouglasHennrich
Copy link
Contributor

<Alloy>

</Alloy>

@yomybaby
Copy link
Owner Author

Yes! ActivityIndicator, Alloy :)
I was trying to find the best way to find alloy alloy tag list.
Best way that I found is using files of /usr/local/lib/node_modules/alloy/Alloy/commands/compile/parsers.

But few tags doesn't exist there such as ActivityIndicator.
When I search ActivityIndicator in Alloy repository, there is no ActivityIndicator. :(
I'm wondering that how alloy verifies tag names.

Whatever, I added ActivityIndicoator and Alloy in very ugly way.
https://github.com/yomybaby/atom-titanium/blob/js-completions/completionGenerateScript/titanium.js#L60-L65

Thanks for the reporting.

@DouglasHennrich
Copy link
Contributor

Thanks for your work :D
👍

@m1ga
Copy link
Contributor

m1ga commented Jul 21, 2017

<Slider> in Alloy is missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants