2013年2月14日木曜日

ADT 21.1.0 を使ってみた

ADT 21.1.0を試してみたのでメモ。

公式の情報は下記から。
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.
[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.

環境は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.
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.

・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 件のコメント:

コメントを投稿