yomybaby / atom-titanium

[DEPRECATED] Atom package for Titanium Alloy
https://atom.io/packages/titanium-alloy
MIT License
49 stars 11 forks source link

Missing Autocomplete properties #21

Open yomybaby opened 8 years ago

yomybaby commented 8 years ago

Please let me know a missing properties for autocompletion.

on XML

DouglasHennrich commented 8 years ago

TableViewRow ScrollView

yomybaby commented 8 years ago

@DouglasHennrich Thanks. That will be included next release.

DouglasHennrich commented 8 years ago

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

yomybaby commented 8 years ago

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

m1ga commented 8 years ago

ActivityIndicator is missing too

DouglasHennrich commented 8 years ago
<Alloy>

</Alloy>
yomybaby commented 8 years ago

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 commented 8 years ago

Thanks for your work :D :+1:

m1ga commented 7 years ago

<Slider> in Alloy is missing