Downloads:
16,438
Downloads of v 2.0.1.22171:
15,638
Last Update:
04 Apr 2013
Package Maintainer(s):
Software Author(s):
- Jon Skinner
Tags:
sublime text editor- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Sublime Text 2
- 1
- 2
- 3
2.0.1.22171 | Updated: 04 Apr 2013
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,438
Downloads of v 2.0.1.22171:
15,638
Maintainer(s):
Software Author(s):
- Jon Skinner
Sublime Text 2 2.0.1.22171
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Jon Skinner. The inclusion of Jon Skinner trademark(s), if any, upon this webpage is solely to identify Jon Skinner 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 Sublime Text 2, run the following command from the command line or from PowerShell:
To upgrade Sublime Text 2, run the following command from the command line or from PowerShell:
To uninstall Sublime Text 2, 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 sublimetext2.app --internalize --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 sublimetext2.app -y --source="'INTERNAL REPO URL'" [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 sublimetext2.app -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sublimetext2.app
win_chocolatey:
name: sublimetext2.app
version: '2.0.1.22171'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sublimetext2.app' do
action :install
source 'INTERNAL REPO URL'
version '2.0.1.22171'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sublimetext2.app
{
Name = "sublimetext2.app"
Version = "2.0.1.22171"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sublimetext2.app':
ensure => '2.0.1.22171',
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 is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved by moderator ferventcoder on 30 Mar 2016.
Includes Sublime Text 2 AND
* Package Control
* subl alias for Powershell
Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.
This brings the Sublime Text full installation version to your system, which has a built-in auto-update mechanism. Furthermore, Sublime Package Control is included.
Log in or click on link to see number of positives.
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 |
---|---|---|---|---|
Sublime Text 2 2.0.1.22171 | 15638 | Thursday, April 4, 2013 | Approved | |
Sublime Text 2 2.0.1.2217 | 800 | Thursday, October 18, 2012 | Unknown |
Version 2.0.1
Release Date: 14 July 2012
Keyboard input while dragging a selection will cancel the drag
Improved backspace behavior when use_tab_stops and translate_tabs_to_spaces are true
Improved shift+drag behavior
Improved double click drag select behavior
About Window shows the license key details
Fixed a Goto Anything issue where pressing backspace could scroll the overlay incorrectly
Fixed a crash triggered by double clicking in the Goto Anything overlay
Fixed incorrect window position when dragging a tab in some scenarios
Added missing toggle_preserve_case command
word_wrap setting accepts "true" and "false" as synonyms to true and false
OSX: Fixed System Preferences menu not working
Linux: Added support for mice with more than 5 buttons
Linux: Fixed an occasional graphical glitch when running under Unity
Version 2.0
Release Date: 26 June 2012
See the blog post for a summary.
OSX: Added Retina display support
Added "Quick Skip Next", on Command+K,Command+D / Ctrl+K,Ctrl+D
Added text drag and drop
Reloading a file maintains the selection
OSX: Find uses the system find pasteboard
OSX: Added support for the ODB Editor Suite
Theme: Added support for the highlight_modified_tabs setting
Added setting show_full_path, to control if the full path is shown in the window title
Added setting bold_folder_labels
OSX: Bundle is signed in preparation for Mountain Lion
OSX: Added scroll bar support for the "Jump to the spot that's clicked" system preference
OSX: Added create_window_at_startup setting
OSX: Folders accessed via symlinks are monitored for changes
OSX: Fixed Lion press-and-hold inserting two characters
Windows: Installer is signed
Windows: Directory scanning makes use of inodes where available
Windows: Files are opened with the FILE_SHARE_DELETE share mode
Windows: Fixed a regression in command line handling with network paths
Windows and Linux: Tweaked command line handling when Sublime Text isn't already running
Linux: Tweaked handling of the Primary selection
Linux: GTK is loaded at runtime, removing any dependency on specific libpng versions
Linux: Fixed occasional jittering with the auto complete window
Linux: Fixed a directory watching issue
Linux: Sub-folders within the syntax menu on the status bar work as expected
Linux: Show Completions has changed from ctrl+space to alt+/, to not interfere with IMEs
Reworked CSS completions
Improved Toggle Comment for HTML and CSS
Added Open in Browser context menu for HTML files
Saving a file now calls fsync to ensure the data is written to disk
Added support for file_include_patterns and folder_include_patterns in projects
Find in Files can exclude directories using "-some_path/" syntax
Added BOM variants to the Save with Encoding menu
Added setting preview_on_click
Improved Indentation Detection
ASCII control codes are rendered in a different style
Auto complete and tool tips say within the screen boundaries
Double clicking in the tab header area will create a new tab
Delete Folder will prompt before moving the folder to the trash
Double clicking on whitespace will select only whitespace
Theme: Added 'expandable' attribute to tree_rows, enabling folders to be styled differently
Theme: Tweaked quick panel to better indicate the selected item
Disabling find result highlighting will also disable find-as-you-type in the Find panel
Pressing escape in the incremental find panel will set the selection to the search start point
Extended behavior of home and end keys on word wrapped lines
Changes in file name case are detected in the side bar
Fixed save_on_focus_lost causing Goto Anything to not show if the current file has unsaved changes
Fixed folders not being added to the recent folders list
Fixed rendering of active indent guides
Fixed pasting file:line expressions into the Goto Anything panel
Invalid key names in keymap files will are logged to the console
Build Systems: Added variants
Build Systems: Improved debug output of the exec command when the target isn't found
Build Systems: Added show_panel_on_build setting
Build Systems: Build times are reported
Build Systems: Exit code is reported, if it's non-zero
Build Systems: Improved output panel height serialization
Build Systems: Canceling a build will terminate rather than kill the process
Vintage: Added backspace motion (thanks mrannanj)
Vintage: Improved quote text object (thanks Guillermo)
Vintage: Added Ctrl+U and Ctrl+D (thanks misfo)
Vintage: 'vintage_use_clipboard' forces pasting from system clipboard too (thanks Guillermo)
Vintage: Fixed motions with "0" in them for actions (thanks bengolds)
Vintage: Visual mode I and A (thanks misfo)
Vintage: Added vintage_use_clipboard setting to yank to the system clipboard (thanks Guillermo)
Vintage: Tweaked behavior of cw and cW when the caret is in whitespace (thanks misfo)
Vintage: Added bindings for moving the group focus up, down, left, right (thanks misfo)
Vintage: Paste accepts a repeat count (thanks misfo)
Vintage: Added bindings for u and U in visual mode, to change the case of the selection and exit visual mode (thanks quarnster)
Vintage: Macro replay accepts a repeat count (thanks zbuc)
Vintage: r<char> processes lines individually (thanks Guillermo)
Vintage: Tweaked % behavior (thanks misfo)
Vintage: Fix bug that caused deletes to erroneously left_delete (thanks misfo)
Vintage: Fix EOF behavior with linewise changes (thanks misfo)
Vintage: Ignoring a and i when in visual mode (thanks Guillermo)
Vintage: cc and S take counts (thanks misfo)
Vintage: Correctly shrink selections when reversed (thanks misfo)
Vintage: Added vap (thanks behrends)
API: Added sublime.message_dialog()
API: Added sublime.ok_cancel_dialog()
API: Added Command.is_checked() to support checkbox menu items
API: Added sublime.log_result_regex()
Ground Rules:
- This discussion is only about Sublime Text 2 and the Sublime Text 2 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 Sublime Text 2, 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.