Downloads:
172,343
Downloads of v 1.5.0.20151124:
1,406
Last Update:
24 Nov 2015
Package Maintainer(s):
Software Author(s):
- Adobe
Tags:
editor web adobe javascript html css- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Brackets
This is not the latest version of Brackets available.
- 1
- 2
- 3
1.5.0.20151124 | Updated: 24 Nov 2015
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
172,343
Downloads of v 1.5.0.20151124:
1,406
Maintainer(s):
Software Author(s):
- Adobe
Brackets 1.5.0.20151124
This is not the latest version of Brackets available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Adobe. The inclusion of Adobe trademark(s), if any, upon this webpage is solely to identify Adobe 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
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Brackets, run the following command from the command line or from PowerShell:
To upgrade Brackets, run the following command from the command line or from PowerShell:
To uninstall Brackets, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download brackets --internalize --version=1.5.0.20151124 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade brackets -y --source="'INTERNAL REPO URL'" --version="'1.5.0.20151124'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade brackets -y --source="'INTERNAL REPO URL'" --version="'1.5.0.20151124'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install brackets
win_chocolatey:
name: brackets
version: '1.5.0.20151124'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'brackets' do
action :install
source 'INTERNAL REPO URL'
version '1.5.0.20151124'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller brackets
{
Name = "brackets"
Version = "1.5.0.20151124"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'brackets':
ensure => '1.5.0.20151124',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 24 Nov 2015.
Brackets is an open-source editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript. The project was created and is maintained by Adobe, and is released under an MIT License.
For the web, by the web
Brackets is built using HTML, CSS and JavaScript. If you can code in Brackets, you can code on Brackets.
Open development works
Brackets, is a fully open-source, community-driven project. Want to influence its direction? Join the developer list and start contributing.
Tools shouldn't get in your way
Rather than clutter your workspace with floating panels, toolbars and icons, Brackets focuses on providing “Quick Edit” in-line views that provide context-sensitive access to your content, without taking you away from your code.
Works with your browser
The browser is your design view. Brackets hooks up directly to the browser, allowing you to design and develop in the same environment that you deploy.
$packageName = 'Brackets'
# We know that using Win32_Product is bad.
# Is there a better alternative to check if it’s
# already installed?
$app = Get-WmiObject -Class Win32_Product | Where-Object {$_.Name -eq 'Brackets'}
if ($app) {
$msiArgs = $('/x' + $app.IdentifyingNumber + ' /q REBOOT=ReallySuppress')
Start-ChocolateyProcessAsAdmin $msiArgs 'msiexec'
}
Log in or click on link to see number of positives.
- Brackets.Release.1.5.msi (35d416a052fc) - ## / 55
- Brackets.1.5.0.20151124.nupkg (8f5ca46e359c) - ## / 57
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Brackets 1.14.2 | 32895 | Monday, April 6, 2020 | Approved | |
Brackets 1.14.1 | 3050 | Thursday, December 5, 2019 | Approved | |
Brackets 1.14 | 5180 | Thursday, May 2, 2019 | Approved | |
Brackets 1.14-prerelease-1 | 403 | Wednesday, April 24, 2019 | Approved | |
Brackets 1.13 | 39585 | Monday, June 18, 2018 | Approved | |
Brackets 1.13-pre | 490 | Thursday, May 3, 2018 | Approved | |
Brackets 1.12 | 13148 | Tuesday, January 30, 2018 | Approved | |
Brackets 1.11.0.20171021 | 5658 | Saturday, October 21, 2017 | Approved | |
Brackets 1.11 | 30796 | Monday, September 25, 2017 | Approved | |
Brackets 1.10.0.20170722 | 3289 | Saturday, July 22, 2017 | Approved | |
Brackets 1.10 | 3684 | Friday, July 7, 2017 | Approved | |
Brackets 1.9 | 2442 | Thursday, March 23, 2017 | Approved | |
Brackets 1.8.0.20161115 | 2772 | Tuesday, November 15, 2016 | Approved | |
Brackets 1.8 | 2729 | Thursday, November 10, 2016 | Approved | |
Brackets 1.7 | 1713 | Friday, June 10, 2016 | Approved | |
Brackets 1.6 | 2077 | Wednesday, January 20, 2016 | Approved | |
Brackets 1.5.0.20151124 | 1406 | Tuesday, November 24, 2015 | Approved | |
Brackets 1.5 | 1270 | Thursday, October 15, 2015 | Approved | |
Brackets 1.4 | 1909 | Monday, July 27, 2015 | Approved | |
Brackets 1.3 | 1978 | Monday, April 27, 2015 | Approved | |
Brackets 1.2 | 1652 | Monday, March 2, 2015 | Approved | |
Brackets 1.1 | 1818 | Thursday, December 18, 2014 | Approved | |
Brackets Code Editor 1.0 | 1674 | Tuesday, November 4, 2014 | Approved | |
Brackets Code Editor 0.44 | 1098 | Monday, October 6, 2014 | Approved | |
Brackets Code Editor 0.43 | 1013 | Thursday, September 4, 2014 | Approved | |
Brackets Code Editor 0.42 | 1068 | Friday, August 1, 2014 | Approved | |
Brackets Code Editor 0.41.0.13418 | 800 | Saturday, July 5, 2014 | Approved | |
Brackets Code Editor 0.40.0.13110 | 653 | Friday, June 6, 2014 | Approved | |
Brackets Code Editor 0.40.0.13109 | 553 | Friday, June 6, 2014 | Approved | |
Brackets Code Editor 0.39.0.12914 | 616 | Thursday, May 15, 2014 | Approved | |
Brackets Code Editor 0.38.0.1260601 | 589 | Wednesday, April 23, 2014 | Approved | |
Brackets Code Editor 0.38.0.12606 | 612 | Wednesday, April 16, 2014 | Approved | |
Brackets Code Editor 0.37.0.12014 | 639 | Tuesday, March 18, 2014 | Approved | |
Brackets Code Editor 0.36.0.11506 | 606 | Friday, February 7, 2014 | Approved | |
Brackets Code Editor 0.35.0.10897 | 612 | Saturday, January 4, 2014 | Approved | |
Brackets Code Editor 0.35 | 579 | Friday, January 3, 2014 | Approved | |
Brackets Code Editor 0.1.30.9116 | 657 | Monday, September 16, 2013 | Approved | |
Brackets Code Editor 0.1.25.7701 | 630 | Tuesday, May 28, 2013 | Approved |
1.5.0.20151124: Add /norestart to the default package install arguments
This package has no dependencies.
Ground Rules:
- This discussion is only about Brackets and the Brackets 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 Brackets, 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.