公式の情報は下記から。
ADT Plugin | Android Developers
http://developer.android.com/tools/sdk/eclipse-adt.html
で、上記の「General Notes」ってところに箇条書きされてた内容を1つずつ確認してみた。
・Added new code templates for notifications, blank fragments and list fragments.
ADT 21.1.0の「Added new code templates for notifications, blank fragments and list fragments.」はこれか。 twitter.com/kojiokb/status…
— koji okabeさん (@kojiokb) 2013年2月14日
[command] + [N]で開く新規作成ダイアログの[Android Object]から使えます。作成時に設定項目があったり、結構がっつりコード生成してたので時間があるときに詳細を把握したい。
・Added support for resource rename refactoring. Renaming a resource XML file, drawable icon, an R. field name or ID in the layout editor invokes a refactoring routine to update all resource references.
ADT 21.1.0のResouce rename refactoring。試しにic_launcher.pngをリネームしてみたらdrawable-*dpiの同名ファイル、マニフェストファイル、コードからの参照部分が全部リネームされた。これ便利だ。
— koji okabeさん (@kojiokb) 2013年2月14日
でも、マニフェストファイルが絡むリネームするとAndroidManifest.xmlが増殖する。。バグかな。 twitter.com/kojiokb/status…
— koji okabeさん (@kojiokb) 2013年2月14日
環境はMac OS X Lion/Juno。・Added more than 15 new Lint checks, including checks for overriding older APIs, XML resource problems, graphic asset issues and manifest tags.
未調査。
・Updated XML Editor to respond to refactoring shortcut keys such as Refactor > Rename.
ADT 21.1.0のこれ「Updated XML Editor to respond to refactoring shortcut keys such as Refactor > Rename.」見当たらない。。
— koji okabeさん (@kojiokb) 2013年2月14日
XML Editorの時、メニューのRefactorにRenameって無くないですか?・Updated XML Editor to improve double click handling.
分からず。。
・Added code completion improvements for custom views, theme references and class references. For example, code completion in a <fragment android:name=””> tag now suggests completion with a list of fragment classes. Similarly, code completion in the manifest now offers implementations suitable for the given tag.
ADT 21.1.0。layout xmlファイルでCustom ViewやFragmentのコード補完できた。これでtypo減るな。
— koji okabeさん (@kojiokb) 2013年2月14日
・Updated the Project Import dialog so that it shows a table for all imported projects where you can edit the name of the imported project.
プロジェクトインポートの際のダイアログが変わってます。
New Project Nameでプロジェクト名を入力してインポートできるようになってました。
・Added support for layout aliases in the Layout Editor.
分からず。。
その他、気付いた点。
・プロジェクト新規作成時のファイル構成にvalues-sw600dp/values-sw720dp-landフォルダが追加されています。中身はdimens.xml。
自分のツイートの寄せ集めで手抜きしてみました!
0 件のコメント:
コメントを投稿