aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.traceview
Commit message (Collapse)AuthorAgeFilesLines
...
* | Disable the "unecessary else" warning.Raphael Moll2011-03-171-1/+1
| | | | | | | | | | | | | | | | This can be a matter of personal taste, but I find it a lot more readable to write an if {} else {} sometimes, and it's perfectly valid, so really it shouldn't be marked as a warning. Change-Id: Iac1b9bd5f9602b5018f7432422e0a083f4836490
* | Add specifc warnings config for most sdk eclipse projects.Xavier Ducrohet2011-03-141-0/+64
|/ | | | Change-Id: I9837714c5673d43fa7108b16ab264f1017c4bd3d
* Move tools and ADT version to 11.Xavier Ducrohet2011-02-101-1/+1
| | | | Change-Id: I4ba19e12a7d11df3d3c1053c30f3998a93b5fb06
* Added "Save As..." option for .trace files.Pierre Zurek2011-02-071-3/+156
| | | | Change-Id: I852a3d68299629addf53890a8b42d5c0e72579f3
* Add support for CTRL+click on the method in Traceview.Xavier Ducrohet2011-02-013-4/+66
| | | | | | This will open the method declaration in an editor. Change-Id: I79e160bf565ac563e423132e010b7e51ab531673
* Let the Traceview plug-in open the trace file created through DDMS.Xavier Ducrohet2011-02-013-2/+86
| | | | | | | | | | | | | | | | New DDMS extension: traceviewLauncher. This allows another plug-in (traceview) to provide a way to open traceview file. If this doesn't work it revert to the default behavior of DDMS which is to open the external traceview program. also reverted the extension of traceview file from .atv to .trace because earlier versions of Android would automatically create those files using this extension. Change-Id: I2605ad47e501770ae100da2ace781b1d5d8cebc5
* Put the Traceview plugin UI in an editor instead of a view.Pierre Zurek2011-02-013-39/+63
| | | | | | The editor is associated with the .atv extension (Android TraceView). Change-Id: I5133932804a0c24a52ba53617942c2ca65b9345b
* Traceview integration into Eclipse.Pierre Zurek2011-01-309-0/+251
New plugin which adds a Traceview view to Eclipse. Change-Id: I3001dfde6ed28db3de8a75715a0ba0743f5c29b0