Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. Minimalist Gradle Editor

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

Minimalist Gradle Editor

Minimalist Gradle Editor
99
6
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

2019-03 (4.11)
2018-12 (4.10)
2018-09 (4.9)
Photon (4.8)
Oxygen (4.7)
Neon (4.6)
Mars (4.5)
Luna (4.4)
Kepler (4.3)
Juno (4.2, 3.8)
Previous to Juno (<=4.1)
2019-06 (4.12)
2019-09 (4.13)
2019-12 (4.14)
2020-03 (4.15)
2020-06 (4.16)
2020-09 (4.17)
2020-12 (4.18)
2021-03 (4.19)

https://nodeclipse.github.io/updates/

Learn more...

Screenshot 0

Screenshot 1

Details Group Tabs

Details

https://github.com/Nodeclipse/GradleEditor Minimalist Gradle Editor for build.gradle files with highlight for keywords, strings and matching brackets and android support (by taking some additional keywords from android plugin.

This plugin is also included into Gradle (Enide) and Gradle IDE Pack marketplace entries.

The intended use case is to have gradle build outside of Eclipse, and also as simple Editor with highlight. Good points: less than 50KB. Check Eclipse Color Theme 0.14+ for colorful support. All sources are on GitHub GitHub

The Editor was not intended to grow bigger, hopefully Pivotal would have something superior and light soon. (Currently you need to install full Eclipse-Groovy, that is too heavy for some editing, but may be what you need if you write 100+ of Groovy code lines.)

UPDATE 2016: Pivotal Gradle (STS) is in minimal maintainance, future development goes in Eclipse buildship project lead by Gradleware, but it is not in feature parity with Pivotal Gradle (STS). For full-featured Gradle tools check Gradle Integration for Eclipse by Pivotal http://marketplace.eclipse.org/content/gradle-integration-eclipse

UPDATE: I have tried Eclipse with both "Gradle Integration for Eclipse" and "Groovy-Eclipse" installed. Then right-click and Gradle -> Enable DSL Support. This added gradle sources as special ClasspathContainer. However if not writing groovy, it has little use for gradle itself. For example, I could click-through dependencies {} entries to see that they are of DependencyHandler type, but there is no hint to select compile or testCompile (neither group, name attributes). From repositories {} or test {} I can click through to Project class, but no gradle specific hints and validations. Summary: may be very useful for gradle plugins developers or when adding groovy script as a task, but may be only distracting for gradle users.

UPDATE 2016: Installing Groovy-Eclipse into Mars.1/2 downgrades Eclipse Java compiler to x.0 Listed in Nodeclipse Plugins List.

Bonus: below is build.gradle example to build standard Android project. For the latest check here.


buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.9.+'
    }
}
apply plugin: 'android'

dependencies {
    compile fileTree(dir: 'libs', include: '*.jar')
}

android {
    compileSdkVersion 19
    buildToolsVersion "19.0.0"

    sourceSets {
        main {
            manifest.srcFile 'AndroidManifest.xml'
            java.srcDirs = ['src']
            resources.srcDirs = ['src']
            aidl.srcDirs = ['src']
            renderscript.srcDirs = ['src']
            res.srcDirs = ['res']
            assets.srcDirs = ['assets']
        }

        // Move the tests to tests/java, tests/res, etc...
        androidTest.setRoot('tests')

        // Move the build types to build-types/
        // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ...
        // This moves them out of them default location under src//... which would
        // conflict with src/ being used by the main source set.
        // Adding new build types or product flavors should be accompanied
        // by a similar customization.
        debug.setRoot('build-types/debug')
        release.setRoot('build-types/release')
    }
}
Categories:
  • Tools
Tags:
  • gradle,
  • editor,
  • highlight,
  • build,
  • android,
  • fileExtension_gradle
Additional Details
Eclipse Versions: 
2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), 2019-06 (4.12), 2019-09 (4.13), 2019-12 (4.14), 2020-03 (4.15), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: 
Windows, Mac, Linux/GTK
Organization Name: 
Nodeclipse/Enide
Development Status: 
Beta
Date Created: 
Tue, 2014-01-07 04:41
License: 
GPL
Date Updated: 
Fri, 2021-01-15 10:12
Submitted by: 
Paul Verest
Subscribe to Minimalist Gradle Editor RSS-feed
Screenshots
Screenshot 0
Screenshot 1
Metrics
DateRankingInstallsClickthroughs
March 2023NA0 (0%)6
February 2023NA0 (0%)15
January 2023NA0 (0%)10
December 2022NA0 (0%)16
November 2022NA0 (0%)12
October 2022NA0 (0%)19
September 2022NA0 (0%)6
August 2022NA0 (0%)15
July 2022NA0 (0%)17
June 2022NA0 (0%)20
May 2022NA0 (0%)17
April 2022NA0 (0%)17
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for Minimalist Gradle Editor.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Sunday, March 19, 2023 - 23:00

Reviews Sign in to post reviews

rkhimasia's picture

Not bad ...

Submitted by Rahul Khimasia on Fri, 2017-10-27 09:25

Not bad, but I prefer the EGradle editor. 

pverest's picture

Re: Not bad ...

Submitted by Paul Verest on Thu, 2018-01-18 01:36

Exactly.

This plugin has been minimalist. Created in 2014, about 30KB, no dependencies. Should work forever. Basically highlight is the only feature.

Where as EGradle Editor was decoupled from EGradle in 2017, has integrated docs, completions etc, and in development, together with EGradle. See https://github.com/de-jcup/egradle

 

mrodent's picture

Help!

Submitted by Mike Rodent on Fri, 2016-08-26 14:28

Hi,
Could somebody please explain to me, in baby steps, what I have to do to get this to work: at the moment I have various Gradle plugins/add-ons installed in Eclipse (Mars), including this "Minimalist" thing, but I've yet to see any formatting or syntax colouring for my .gradle files... although in project explorer any file with this extension now has a green "G" icon. Which is nice.

Please bear with me: when people say install "X" I never know whether they mean goto Help --> Install new software or Help --> Eclipse Marketplace. Maybe it's the same?

And, is there anything I have to do once I have installed this plugin/add-on to make it want to work nicely with .gradle files? ... thanks.

sbae's picture

left click gradle file and

Submitted by SeongCheol Bae on Sat, 2017-01-07 05:27

left click gradle file and open with...

mmisingnamejv6's picture

Suggestion, support bookmarks

Submitted by Davide Vecchi on Wed, 2015-07-08 06:28

Just installed, it looks great, I just would like to suggest supporting bookmarking in a future version, IMO that's very useful.
Currently to create a bookmark I need to reopen the file using Open With / Text Editor, create the bookmark and open the file using Open With / Minimalist Gradle Editor again; then the bookmark is visible in the editor and in the Bookmarks views (although when I hover with the mouse on the bookmark in the editor there is no tooltip).

mrodent's picture

tried to submit a review but disappeared into the Ether...

Submitted by Mike Rodent on Fri, 2016-08-26 14:30

Could somebody please explain to me, in baby steps, what I have to do to get this to work: at the moment I have various Gradle plugins/add-ons installed in Eclipse (Mars), including this "Minimalist" thing, but I've yet to see any formatting or syntax colouring for my .gradle files... although in project explorer any file with this extension now has a green "G" icon. Which is nice.

Please bear with me: when people say install "X" I never know whether they mean goto Help --> Install new software or Help --> Eclipse Marketplace. Maybe it's the same?

And, is there anything I have to do once I have installed this plugin/add-on to make it want to work nicely with .gradle files? ... thanks.

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • Gradle IDE Pack
  • EGradle IDE
  • EGradle Editor
  • LiClipseText
  • Ruby Solargraph

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top