Downloads:
7,111
Downloads of v 1.0.0.12:
2,405
Last Update:
12 Dec 2015
Package Maintainer(s):
Software Author(s):
- Various
Tags:
jivkok sublimetext package editor- Software Specific:
- Software Site
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Jivkok - Sublime Text 3 - Editor Enhancing Packages
- 1
- 2
- 3
1.0.0.12 | Updated: 12 Dec 2015
- Software Specific:
- Software Site
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
7,111
Downloads of v 1.0.0.12:
2,405
Maintainer(s):
Software Author(s):
- Various
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.12
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Various. The inclusion of Various trademark(s), if any, upon this webpage is solely to identify Various 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 Jivkok - Sublime Text 3 - Editor Enhancing Packages, run the following command from the command line or from PowerShell:
To upgrade Jivkok - Sublime Text 3 - Editor Enhancing Packages, run the following command from the command line or from PowerShell:
To uninstall Jivkok - Sublime Text 3 - Editor Enhancing Packages, 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 jivkok.sublimetext3.packages --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 jivkok.sublimetext3.packages -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 jivkok.sublimetext3.packages -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 jivkok.sublimetext3.packages
win_chocolatey:
name: jivkok.sublimetext3.packages
version: '1.0.0.12'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'jivkok.sublimetext3.packages' do
action :install
source 'INTERNAL REPO URL'
version '1.0.0.12'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller jivkok.sublimetext3.packages
{
Name = "jivkok.sublimetext3.packages"
Version = "1.0.0.12"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'jivkok.sublimetext3.packages':
ensure => '1.0.0.12',
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 exempt from moderation. While it is likely safe for you, there is more risk involved.
Packages:
- All Autocomplete (https://github.com/alienhard/SublimeAllAutocomplete)
- AutoItScript (https://github.com/AutoIt/SublimeAutoItScript)
- BracketHighlighter (https://github.com/facelessuser/BracketHighlighter)
- CodeFormatter (https://github.com/akalongman/sublimetext-codeformatter)
- Color Highlighter (https://github.com/Monnoroch/ColorHighlighter)
- EasyMotion (https://github.com/tednaleid/sublime-EasyMotion)
- Emmet (https://github.com/sergeche/emmet-sublime)
- ExportHtml (https://github.com/facelessuser/ExportHtml)
- FileDiffs (https://github.com/colinta/SublimeFileDiffs)
- FilterPipes (https://github.com/tylerl/FilterPipes)
- Gist (https://github.com/condemil/Gist)
- Git (https://github.com/kemayo/sublime-text-git)
- GitGutter (https://github.com/jisaacks/GitGutter)
- HTMLBeautify (https://github.com/rareyman/HTMLBeautify)
- Http Requester (https://github.com/braindamageinc/SublimeHttpRequester)
- Jedi - Python autocompletion (https://github.com/srusskih/SublimeJEDI)
- JsFormat (https://github.com/jdc0589/JsFormat)
- Markdown Preview (https://github.com/revolunet/sublimetext-markdown-preview)
- MarkdownEditing (https://github.com/SublimeText-Markdown/MarkdownEditing)
- Package Control (https://sublime.wbond.net/)
- PlainTasks (https://github.com/aziz/PlainTasks)
- PowerShell (https://github.com/SublimeText/PowerShell)
- SFTP (http://wbond.net/sublime_packages/sftp)
- SideBarEnhancements (https://github.com/titoBouzout/SideBarEnhancements)
- StringEncode (https://github.com/colinta/SublimeStringEncode)
- SublimeCodeIntel (https://github.com/SublimeCodeIntel/SublimeCodeIntel)
- SublimeLinter (https://github.com/SublimeLinter/SublimeLinter3)
- Theme - Soda (https://github.com/buymeasoda/soda-theme/)
- TrailingSpaces (https://github.com/SublimeText/TrailingSpaces)
User Preferences
- ensuring 4 tab indent
- use spaces everywhere
- drawing whitespace
- trim whitespace on save
- 10 point font size
- line highlight
- customized Key Bindings
function ConvertFrom-UnicodeEscaped
{
[CmdletBinding()]
param(
[Parameter(ValueFromPipeline=$true, Mandatory = $true)]
[String]
$Text
)
$regex = [regex]'\\[uU]([0-9A-Fa-f]{4})'
$callback = {
$match = $args[0]
$hexStyle = [Globalization.NumberStyles]::HexNumber
([Char][Int32]::Parse($match.Value.Substring(2), $hexStyle)).ToString()
}
$regex.Replace($Text, $callback)
}
# HACK: this *must* be called after a file has been merged together to sanitize it
function ConvertTo-DoubleEscapedQuotes
{
[CmdletBinding()]
param(
[Parameter(ValueFromPipeline=$true, Mandatory = $true)]
[String]
$Text,
[Parameter(Mandatory = $false)]
[String]
$Name = ''
)
# HACK: stupid powershell has a bug and doesn't allow " in JSON values
# So we're forced to double it up... which might not always work.. sigh
# If we try to get sneaky it doesn't matter -> i.e. -replace '\"', '\u0022'
# https://connect.microsoft.com/PowerShell/feedback/details/735978/convertto-json-in-psv3-beta-does-not-support-values-containing-double-quotes
if ($Text -match '"')
{
$old = $Text
$Text = $Text -replace '"', '""'
Write-Warning "Circumventing Powershell bug - replacing $Name string $old with $Text"
}
return $Text
}
function Merge-JsonNamedValue
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[String]
$Name,
[Parameter(Mandatory = $true)]
[PSCustomObject]
$Destination,
[Parameter(Mandatory = $true)]
$Value
)
if (!($Destination | Get-Member -Name $Name))
{
$Destination |
Add-Member -Name $Name -Value $Value -MemberType NoteProperty
}
else
{
$Destination.$Name = $Value
}
}
function Merge-JsonArray
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[String]
$Name,
[Parameter(Mandatory = $true)]
[PSCustomObject]
$Destination,
[Parameter(Mandatory = $true)]
[Object[]]
$Array
)
if (!$Destination.$Name)
{
$Destination |
Add-Member -Name $Name -Value $Array -MemberType NoteProperty
}
else
{
$Destination.$Name = ($Destination.$Name + $Array | Sort-Object -Unique)
}
}
function Merge-JsonSimpleMap
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[String]
$Name,
[Parameter(Mandatory = $true)]
[PSCustomObject]
$Destination,
[Parameter(Mandatory = $true)]
[PSCustomObject]
$SimpleMap
)
if (!$Destination.$Name)
{
$Destination |
Add-Member -Name $Name -Value ([PSCustomObject]@{}) -MemberType NoteProperty
}
$currentHash = $Destination.$Name
$SimpleMap.PSObject.Properties |
% {
$key = $_.Name
if (!$currentHash.$key)
{
$currentHash |
Add-Member -Name $key -Value $_.Value -MemberType NoteProperty
}
else
{
$currentHash.$key = $_.Value
}
}
}
function Create-CustomObjectKey
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[PSCustomObject]
$Object
)
$key = ''
$Object.PSObject.Properties |
% {
$key += "{$($_.Name):$($_.Value)}"
}
return $key
}
function Merge-JsonArrayOfSimpleMap
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[String]
$Name,
[Parameter(Mandatory = $true)]
[PSCustomObject]
$Destination,
[Parameter(Mandatory = $true)]
[Object[]]
$Array
)
if (!$Destination.$Name)
{
$Destination |
Add-Member -Name $Name -Value $Array -MemberType NoteProperty
}
else
{
$merged = $Destination.$Name + $Array
$seen = @()
$Destination.$Name = $merged |
? { $seen -inotcontains (Create-CustomObjectKey $_) } |
% {
$seen += (Create-CustomObjectKey $_)
$_
}
}
}
# uses functions in JsonHelpers.ps1
function Get-SublimeInstallPath
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
Join-Path $Env:ProgramFiles "Sublime Text $Version"
}
function Get-SublimeSettingsPath
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
Join-Path ([Environment]::GetFolderPath('ApplicationData')) "Sublime Text $Version"
}
function Get-SublimePackagesPath
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
$packagesPath = Join-Path (Get-SublimeSettingsPath -Version $Version) 'Packages'
if (!(Test-Path $packagesPath))
{
New-Item $packagesPath -Type Directory | Out-Null
}
return $packagesPath
}
function Get-SublimeUserPath
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
$path = Join-Path (Get-SublimePackagesPath -Version $Version) 'User'
if (!(Test-Path $path))
{
New-Item $path -Type Directory | Out-Null
}
return $path
}
function Get-SublimeColorSchemePath
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
$path = Join-Path (Get-SublimePackagesPath -Version $Version) 'Color Scheme - Default'
if (!(Test-Path $path))
{
New-Item $path -Type Directory | Out-Null
}
return $path
}
function Install-SublimePackagesFromCache
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[string]
$Directory
)
$packagesPath = Get-SublimePackagesPath -Version $Version
Get-ChildItem $Directory |
? { $_.PsIsContainer } |
% { @{Path = $_.FullName; Destination = Join-Path $packagesPath $_.Name }} |
? {
$exists = Test-Path $_.Destination
if ($exists) { Write-Host "[ ] Skipping existing $($_.Destination)" }
return !$exists
} |
% {
Write-Host "[+] Copying cached package $($_.Destination)"
Copy-Item @_ -Recurse
}
}
function Install-SublimePackageControl
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
$packagesPath = Join-Path (Get-SublimeSettingsPath -Version $Version) 'Installed Packages'
if (!(Test-Path $packagesPath)) { New-Item $packagesPath -Type Directory }
$packageControl = Join-Path $packagesPath 'Package Control.sublime-package'
if (!(Test-Path $packageControl))
{
$packageUrl = 'https://packagecontrol.io/Package%20Control.sublime-package'
Get-ChocolateyWebFile -url $packageUrl -fileFullPath $packageControl
}
}
function Merge-PackageControlSettings
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[string]
$FilePath,
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
$root = Get-SublimeUserPath -Version $Version
$existingPath = Join-Path $root 'Package Control.sublime-settings'
if (!(Test-Path $existingPath))
{
'{}' | Out-File -FilePath $existingPath -Encoding ASCII
}
$existingText = [IO.File]::ReadAllText($existingPath) -replace '(?m)^\s*//.*$', ''
if ([string]::IsNullOrEmpty($existingText)) { $existingText = '{}' }
$existing = ConvertFrom-Json $existingText
Write-Verbose "Existing settings: `n`n$existingText`n`n"
$new = ConvertFrom-Json ([IO.File]::ReadAllText($FilePath))
# simple arrays
'installed_packages', 'repositories' |
? { $new.$_ -ne $null } |
% { Merge-JsonArray -Name $_ -Destination $existing -Array $new.$_ }
# maps
'package_name_map' |
? { $new.$_ -ne $null } |
% { Merge-JsonSimpleMap -Name $_ -Destination $existing -SimpleMap $new.$_ }
$json = $existing | ConvertTo-Json -Depth 10 | ConvertFrom-UnicodeEscaped
Write-Verbose "Updated settings: `n`n$json`n"
[IO.File]::WriteAllText($existingPath, $json, [System.Text.Encoding]::ASCII)
}
function Merge-Preferences
{
[CmdletBinding()]
param(
[Parameter(Mandatory = $true)]
[String]
$FilePath,
[Parameter(Mandatory = $false)]
[ValidateRange(2,3)]
[int]
$Version = 3
)
$root = Get-SublimeUserPath -Version $Version
$existingPath = Join-Path $root 'Preferences.sublime-settings'
if (!(Test-Path $existingPath))
{
'{}' | Out-File -FilePath $existingPath -Encoding ASCII
}
$existingText = [IO.File]::ReadAllText($existingPath) -replace '(?m)^\s*//.*$', ''
if ([string]::IsNullOrEmpty($existingText)) { $existingText = '{}' }
$existing = ConvertFrom-Json $existingText
Write-Verbose "Existing settings: `n`n$existingText`n`n"
$new = ConvertFrom-Json ([IO.File]::ReadAllText($FilePath))
$simpleArrays = @('ignored_packages', 'indent_guide_options', 'rulers',
'font_options', 'folder_exclude_patterns', 'file_exclude_patterns',
'binary_file_patterns')
$simpleArrays |
? { $new.$_ -ne $null } |
% { Merge-JsonArray -Name $_ -Destination $existing -Array $new.$_ }
'auto_complete_triggers' |
? { $new.$_ -ne $null } |
% { Merge-JsonArrayOfSimpleMap -Name $_ -Destination $existing -Array $new.$_ }
$excluded = $simpleArrays + 'auto_complete_triggers'
$new.PSObject.Properties |
? { $excluded -inotcontains $_.Name } |
% {
Merge-JsonNamedValue -Name $_.Name -Destination $existing -Value $_.Value
}
# HACK: one last top level scan to ensure we don't have any single "
$existing.PSObject.Properties |
? { $_.Value -is [String] } |
% { $_.Value = $_.Value | ConvertTo-DoubleEscapedQuotes -Name $_.Name }
$json = $existing | ConvertTo-Json -Depth 10 | ConvertFrom-UnicodeEscaped
Write-Verbose "Updated settings: `n`n$json`n"
[IO.File]::WriteAllText($existingPath, $json, [System.Text.Encoding]::ASCII)
}
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 |
---|---|---|---|---|
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.12 | 2405 | Saturday, December 12, 2015 | Exempted | |
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.6 | 1790 | Monday, May 12, 2014 | Exempted | |
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.5 | 541 | Monday, April 28, 2014 | Unknown | |
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.4 | 768 | Monday, December 23, 2013 | Unknown | |
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.3 | 560 | Monday, November 18, 2013 | Unknown | |
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.2 | 531 | Monday, November 18, 2013 | Unknown | |
Jivkok - Sublime Text 3 - Editor Enhancing Packages 1.0.0.1 | 516 | Sunday, November 17, 2013 | Unknown |
Ground Rules:
- This discussion is only about Jivkok - Sublime Text 3 - Editor Enhancing Packages and the Jivkok - Sublime Text 3 - Editor Enhancing Packages 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 Jivkok - Sublime Text 3 - Editor Enhancing Packages, 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.