Downloads:
8,207
Downloads of v 10.0.1:
3
Last Update:
07 Mar 2025
Published Date:
07 Mar 2025
Package Maintainer(s):
Software Author(s):
- Brainwy Software Ltda
Tags:
liclipse eclipse pydev python editor- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
liclipse
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
10.0.1 | Updated: 07 Mar 2025
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,207
Downloads of v 10.0.1:
3
Published:
07 Mar 2025
Maintainer(s):
Software Author(s):
- Brainwy Software Ltda
liclipse 10.0.1
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Brainwy Software Ltda. The inclusion of Brainwy Software Ltda trademark(s), if any, upon this webpage is solely to identify Brainwy Software Ltda goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Failed
Verification Testing Pending
Scan Testing Pending
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
Liclipse provides:
* A fast editor supporting many languages out of the box. View supported languages
* Support for TextMate Bundles. View TextMate Bundles Integration
* A simple way to add support for a new language
* Usability improvements for all Eclipse editors featuring:
* Multiple cursors
* Vertical indent guides
* Themed scrollbars
* Improved text search capabilities (with Lucene index-based searching, support for external folders, open editors and additional filtering on results page)
* HTML preview for the RST, Markdown and HTML editors
* Native installers
* Improved theming support based on Eclipse 4 improvements
md5: E0F38708474E680F86BFAFEF9DC08497 | sha1: 1867623F9FEA9F32D62FB7D3ED64CC2794EB8296 | sha256: 16AC1EC1D5835517007FD77E7B92FF7EB0421A1A147DCCE07D16D31C844BB655 | sha512: 1626702E32C4FBEF9EB33D2D708AA21B612D28DC791CFC6B117994C068099CD4D467861FA7AD28B8DA75F9AB2D297107AB07CC39BBC73D20E26DC8C530B9391F
$ErrorActionPreference = 'Stop';
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'liclipse*'
fileType = 'EXE'
validExitCodes= @(0, 3010, 1605, 1614, 1641)
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
}
$uninstalled = $false
[array]$key = Get-UninstallRegistryKey -SoftwareName $packageArgs['softwareName']
if ($key.Count -eq 1) {
$key | % {
$packageArgs['file'] = "$($_.UninstallString)"
if ($packageArgs['fileType'] -eq 'MSI') {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
liclipse 10.0.1 | 3 | Friday, March 7, 2025 |
Waiting for Maintainer
|
|
liclipse 7.3.0 | 823 | Tuesday, April 27, 2021 | Approved | |
liclipse 6.0.0 | 835 | Sunday, December 29, 2019 | Approved | |
liclipse 5.3 | 3179 | Friday, August 30, 2019 | Approved | |
liclipse 5.2.2 | 2467 | Friday, April 12, 2019 | Approved | |
liclipse 5.0.3 | 304 | Friday, October 12, 2018 | Approved | |
liclipse 5.0.1 | 278 | Friday, July 27, 2018 | Approved | |
liclipse 4.5.2 | 318 | Thursday, April 19, 2018 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about liclipse and the liclipse package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or liclipse, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
sirk390 (maintainer) on 07 Mar 2025 14:05:47 +00:00:
User 'sirk390' (maintainer) submitted package.
chocolatey-ops (reviewer) on 07 Mar 2025 14:38:33 +00:00:
liclipse has failed automated validation.
Requirements
Requirements represent the minimum quality of a package that is acceptable. When a package version has failed requirements, the package version requires fixing and/or response by the maintainer. Provided a Requirement has flagged correctly, it must be fixed before the package version can be approved. The exact same version should be uploaded during moderation review.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
packageSourceUrl
, pointing to the url where the package source resides. This is a strong guideline because it simplifies collaboration. Please add it to the nuspec. More...Suggestions
Suggestions are either newly introduced items that will later become Guidelines or items that are don't carry enough weight to become a Guideline. Either way they should be considered. A package version can be approved without addressing Suggestion comments.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.