This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
Gradle Tasks View actions are not visible, was: [feature request] for Gradle Tasks View #33
Comments
paulvi
changed the title
[feature request] for Gradle Tasks View
Gradle Tasks View actions are not visible, was: [feature request] for Gradle Tasks View
Apr 24, 2014
Wonder how you manage to get the "Gradle Tasks" view actions to disappear... I have tried this on Mac OSX and it work fine all the time regardless the real estate available for the view. If the view has room to fit the buttons they'll be displayed in the same row as the view tab, otherwise the actions would go into a separate row as shown in your first screenshot. |
Looks like maybe a Windows specific problem. I have not seen it on Linux either. |
I ran into this issues in ADT-Bundle (Eclipse Juno) on Windows 7. Checking in latest Eclipse Luna, GGTS updated to 3.5 is OK. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please consider to implements
hide/show enherited tasks, (there can be quite a lot of inherited from plugins tasks, for some periods
build.gradle
defined is all what needed). Having defined tasks to start with the same latter like "u" is work-aroundshow description of tasks
(the least needed) group by category and/or plugin, as
gradle tasks
output isHelp tasks
dependencies - Displays all dependencies declared in root project 'NashornSandbox'.
dependencyInsight - Displays the insight into a specific dependency in root project 'NashornSandbox'.
help - Displays a help message
projects - Displays the sub-projects of root project 'NashornSandbox'.
properties - Displays the properties of root project 'NashornSandbox'.
tasks - Displays the tasks runnable from root project 'NashornSandbox'.
IDE tasks
cleanEclipse - Cleans all Eclipse files.
cleanIdea - Cleans IDEA project files (IML, IPR)
eclipse - Generates all Eclipse files.
idea - Generates IDEA project files (IML, IPR, IWS)
The text was updated successfully, but these errors were encountered: