aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/features
Commit message (Collapse)AuthorAgeFilesLines
* Move the tools/ADT to r17Xavier Ducrohet2012-01-278-8/+8
| | | | Change-Id: I4989ce98d4c6a600ca075ee919e5a0e1a40a4497
* Merge "ADT 16: fix org.eclipse core.runtime to 3.6.0"Raphael Moll2011-11-304-7/+7
| | | | | | | | | | | There is no such 3.6.2 version for the core.runtime plugin. The org.eclipse.ui plugin does require 3.6.2 though. SDK Bug: 5690034 (Cherry-pick from 68afb2636d773c139e6909ad69f4fda951ee8133) Change-Id: I90220adcc2c640df900c311a2d00d1b5ef5cb020
* Switch dependency from 3.6.2 to 3.6Tor Norbye2011-11-304-8/+8
| | | | Change-Id: I312b0dcf45c18dbe417717f7fe4eff69897a8b62
* Require Eclipse 3.6 for ADT 16Tor Norbye2011-11-284-8/+8
| | | | | | | | | Updates the feature descriptors to depend on Eclipse 3.6, such that ADT 16 can't be installed in Eclipse 3.5. I think we agreed to require Eclipse 3.6 recently, and Raphael has already made the build server switch in changeset 9c014a83a. Change-Id: I8f00f4363f23094063d4bd2876e2ac0dae24e4ec
* Move tools and adt to 16Xavier Ducrohet2011-10-288-8/+8
| | | | Change-Id: I79ae1bff5086146cc60b4496f4b0464ffd642651
* Remove layoutopt; replaced by the more generic "lint" tool.Tor Norbye2011-10-261-1/+0
| | | | Change-Id: Ia6dc357106aa49fa5c27c6283eac62c4cc19967b
* Fix buildTor Norbye2011-10-041-1/+1
| | | | Change-Id: Ie4e5dcc64ba8e341f2229dce77b07effbe9443ba
* Fix XML formatting from outside the editor (Source > Format)Tor Norbye2011-10-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changeset fixes this issue: 20450: Source->Format for XML files in Project Explorer in 14-preview applies old XML rules instead of new Android-aware ones Basically, the Eclipse XML support does not consult the StructuredTextViewerConfigurationXML configuration when formatting files. To work around this, this changeset overrides the format processor defined for XML files and redirects to the ADT custom formatter when the option to use a custom formatter is set. Unfortunately, setting the formatProcessor in the ADT plugin does not work, because it turns out that the WTP code to process layer registrations processes plugins in alphabetical order of plugin names (rather than say plugin dependency order), and as a result, the WTP registration is processed later than the ADT one (because org.eclipse > com.android) and it clobbers our registration. To work around this, this changeset adds a *new* plugin, an overlay for ADT which is named "overlay.com.android.eclipse.(etc)" which sorts alphabetically later than org.eclipse. The plugin is basically empty (it just provides a registration of the ADT format processor), and it is registered as just a part of the ADT plugin so it should not be exposed to users directly. Change-Id: I2af2bc1e61e758c36243e4ac7236f676266cc665
* Update year in copyright notices to 2011.Siva Velusamy2011-09-165-5/+5
| | | | Change-Id: Ibe1042437e4f320a034be176b0b8efc7d205f79b
* Add gldebugger feature.Siva Velusamy2011-09-063-0/+250
| | | | | | | Update build scripts to include gldebugger feature only for internal builds. Change-Id: I3ad9422309df6e0befc878f50e147399b1a3b456
* Eliminate GEF dependencyTor Norbye2011-09-021-1/+0
| | | | | | | | | | | | | | | | ADT used to depend on GEF (the Graphical Editing Framework in Eclipse), but with GLE2 it no longer does. However, there were still a couple of references left to GEF (a javadoc reference, some usages of its Rectangle class, and a reference in the manifest). Not all Eclipse distributions ship with GEF, which means some users get a missing dependency error which is not immediately obvious to those not familiar with Eclipse libraries. Since we don't depend on GEF for anything important, eliminate the last dependencies. Change-Id: I5d1e11a195da496dc10c10fc7865df7e4d183629
* Update tools/ADT to rev 14.Xavier Ducrohet2011-08-027-7/+7
| | | | Change-Id: Id29498fde61185a63812b7267b64560a8fd54dc5
* New plug-in supporting NDK with CDTDoug Schaefer2011-06-293-0/+135
| | | | | | | | | | | | Provides the Add Native Support menu item for Android projects. Provides build integration for ndk-build and Android toolchains. No debug support yet, but that's in the works. Includes a new feature for this that brings in CDT at install time. Scanner Discovery currently doesn't work on Windows but does on Mac/Linux. Fixed to adhere to Android coding standards. Change-Id: I26ddd622aaa3256e336804b1ace8163ed742e9b2 Signed-off-by: Doug Schaefer <cdtdoug@gmail.com>
* Move tools to 13.Xavier Ducrohet2011-06-216-6/+6
| | | | Change-Id: Ibedcb5627170d107cacf5e9d212f9da11c8d1f3e
* Move tools to r12 and ADT to 12.0.0Xavier Ducrohet2011-06-066-6/+6
| | | | Change-Id: Ifcf5190547e9e37bdda766ad3d57a312c2dbb481
* Make the feature require Eclipse 3.5Xavier Ducrohet2011-03-084-8/+8
| | | | Change-Id: Idcc1ae2566e41656327190053e8e0ea22264d31d
* Move tools and ADT version to 11.Xavier Ducrohet2011-02-106-6/+6
| | | | Change-Id: I4ba19e12a7d11df3d3c1053c30f3998a93b5fb06
* Added "Save As..." option for .trace files.Pierre Zurek2011-02-071-0/+5
| | | | Change-Id: I852a3d68299629addf53890a8b42d5c0e72579f3
* Put the Traceview plugin UI in an editor instead of a view.Pierre Zurek2011-02-011-4/+0
| | | | | | The editor is associated with the .atv extension (Android TraceView). Change-Id: I5133932804a0c24a52ba53617942c2ca65b9345b
* Traceview integration into Eclipse.Pierre Zurek2011-01-303-0/+260
| | | | | | New plugin which adds a Traceview view to Eclipse. Change-Id: I3001dfde6ed28db3de8a75715a0ba0743f5c29b0
* Move SDK Tools and ADT version to 10.Xavier Ducrohet2011-01-185-6/+6
| | | | Change-Id: I6cfde67f2d0a0da2f94124d19e152e99df349820
* Update the Eclipe plug-ins/features version number.Xavier Ducrohet2010-11-155-6/+6
| | | | Change-Id: Ib5f49d91506de5e218d80af1d05d06ba49155cb6
* Fixing ADT featuressnpe2010-09-291-1/+2
| | | | Change-Id: Idc4223a43ef6505e55fb2b62cb2514763959bc53
* PDT implements the new extension from ddmsXavier Ducrohet2010-09-071-1/+9
| | | | Change-Id: I9622deec64ca60b9bfc2a4cdfa640821123ad4c0
* First version of the PDT.Xavier Ducrohet2010-09-074-1/+255
| | | | | | | | | | | PDT stands for (Android) Platform Development Tools. The first version is pretty basic. A single pref page to give the location of the dev tree. From this it finds the location of adb and provides it to ddms through its extension point. Change-Id: Ibed895852bc46b83ac6bf749d0ea37f0a54fad08
* Move plug-ins version to 8.0.0 to match r8Xavier Ducrohet2010-09-034-4/+4
| | | | Change-Id: Ia186695240e5f641c517a31ae93100143fc42694
* Recompute feature dependencies.Xavier Ducrohet2010-08-272-7/+2
| | | | Change-Id: I22afafe283cd2e114f4d3b84687adcd18c17d784
* Refactoring and integrating into EclipseKonstantin Lopyrev2010-08-273-0/+257
| | | | Change-Id: I1fd3c3828fb2474f2f7394ee2831fcd7eb675878
* Fix DDMS's dependencies in the feature declaration.Xavier Ducrohet2010-07-191-0/+1
| | | | Change-Id: I215862930f2336b59e6d733bff4ed9dffcca58d8
* move to Tools r7 and ADT 0.9.8Xavier Ducrohet2010-04-013-3/+3
| | | | Change-Id: Ia7690ff2787aa68bb668af05bbaf13a7cf16bc8b
* Make ADT requires the exact same version of DDMS.Xavier Ducrohet2010-03-111-1/+1
| | | | | Bug: 2129570 Change-Id: Id351fa7f0459a66bf432976d5550d95d7ddc795a
* Update prebuilt Groovy JAR to 1.7.0Raphael2010-02-111-1/+1
| | | | | | Depends on Change Ie2684212 Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508
* Update version numbers for Tools-r6 / ADT 0.9.7Xavier Ducrohet2010-01-263-3/+3
| | | | Change-Id: I2cd2e75f97369d2d8a69e7717a49a59784c1fffd
* GLE2: Add groovy.jar to ADT and ADT-testsRaphael2009-12-141-0/+1
| | | | Change-Id: I4d0437161b582ae23c23606a8bfa16b04ae508c0
* More ADT to 0.9.6Xavier Ducrohet2009-11-193-3/+3
|
* Move Tools to rev 5, and ADT to 0.9.5Xavier Ducrohet2009-11-063-3/+3
| | | | Change-Id: I1fa1ae883eea4d27d5718788594ab0cb52ca6445
* Add support for opening HPROF files in Eclipse.Xavier Ducrohet2009-09-021-0/+3
| | | | | | | | | | | | | The action taken on successful HPROF dump can now be configured from the plug-in preference to be either "save to disk" or "open in eclipse". If a plug-in supporting .hprof files (such as Eclipse Memory Analyzer Tool) is present then the file will just be opened in the tool. "save to disk" does not convert the file, "open in eclipse" does convert the hprof file (using hprof-conv present in the SDK) Change-Id: Iceb347abb2af5a2979b6028c22dcbdc3bc7250ca
* Update some version number for Eclair SDK.Xavier Ducrohet2009-08-183-3/+3
|
* Change ADT/DDMS plug-ins version to 0.9.3Xavier Ducrohet2009-08-113-3/+3
|
* Minor fix to the plug-ins license.Xavier Ducrohet2009-07-312-7/+4
|
* Move ADT/DDMS plug-ins to 0.9.2Xavier Ducrohet2009-07-223-4/+4
|
* Update ADT feature dependency.Xavier Ducrohet2009-05-151-1/+5
|
* Move ADT to 0.9.1Xavier Ducrohet2009-04-273-3/+3
|
* AI 146248: am: CL 146233 Update Eclipse feature licenses to mention embedded ↵Xavier Ducrohet2009-04-142-0/+10
| | | | | | | | | jar files licences. Original author: xav Merged from: //branches/cupcake/... Automated import of CL 146248
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-0/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-0/+467
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-039-467/+0
|
* auto import from //branches/cupcake/...@132569The Android Open Source Project2009-02-204-10/+345
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+7
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-178-157/+16
|