Downloads:
16,400
Downloads of v 5.1.2:
162
Last Update:
24 Sep 2021
Package Maintainer(s):
Software Author(s):
- Neil Hodgson
Tags:
text editor scintilla adminSciTE
This is not the latest version of SciTE available.
- 1
- 2
- 3
5.1.2 | Updated: 24 Sep 2021
Downloads:
16,400
Downloads of v 5.1.2:
162
Maintainer(s):
Software Author(s):
- Neil Hodgson
SciTE 5.1.2
This is not the latest version of SciTE available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Neil Hodgson. The inclusion of Neil Hodgson trademark(s), if any, upon this webpage is solely to identify Neil Hodgson goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install SciTE, run the following command from the command line or from PowerShell:
To upgrade SciTE, run the following command from the command line or from PowerShell:
To uninstall SciTE, 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 scite --internalize --version=5.1.2 --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 scite -y --source="'INTERNAL REPO URL'" --version="'5.1.2'" [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 scite -y --source="'INTERNAL REPO URL'" --version="'5.1.2'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install scite
win_chocolatey:
name: scite
version: '5.1.2'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'scite' do
action :install
source 'INTERNAL REPO URL'
version '5.1.2'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller scite
{
Name = "scite"
Version = "5.1.2"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'scite':
ensure => '5.1.2',
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 24 Sep 2021.
SciTE
SciTE is a cross-platform, advanced text editor using the free, open source library SCIntilla (developed by the same author).
Lightweight and built for speed, it is designed mainly for source editing, and performs syntax highlighting and inline function reference for many different languages.
Other text editors based on SCIntilla are Geany (cross-platform), Notepad++ (Windows), and Notepad2 (Windows).
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$ErrorActionPreference = 'Stop'
$packageName = '$env:ChocolateyPackageName'
$packageSearch = 'SciTE Text Editor'
$installerType = 'msi'
$silentArgs = '/quiet /qn /norestart'
$validExitCodes = @(0)
Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*',
'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) `
-ErrorAction:SilentlyContinue `
| Where-Object { $_.DisplayName -like "$packageSearch*" } `
| ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" `
-FileType "$installerType" `
-SilentArgs "$($_.PSChildName) $silentArgs" `
-ValidExitCodes $validExitCodes }
Log in or click on link to see number of positives.
- scite.5.1.2.nupkg (0bcce1dd5703) - ## / 60
- scite-5.1.2x64.msi (ab57151f17ec) - ## / 58
- scite-5.1.2x86.msi (151ef390816a) - ## / 58
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 |
---|---|---|---|---|
SciTE 5.3.1 | 1558 | Thursday, October 13, 2022 | Approved | |
SciTE 5.3.0 | 341 | Saturday, August 27, 2022 | Approved | |
SciTE 5.2.4 | 327 | Saturday, July 9, 2022 | Approved | |
SciTE 5.2.3 | 322 | Sunday, May 22, 2022 | Approved | |
SciTE 5.2.2 | 361 | Friday, April 1, 2022 | Approved | |
SciTE 5.2.1 | 348 | Thursday, February 24, 2022 | Approved | |
SciTE 5.2.0 | 274 | Saturday, February 12, 2022 | Approved | |
SciTE 5.1.5 | 459 | Tuesday, November 9, 2021 | Approved | |
SciTE 5.1.4 | 412 | Wednesday, September 29, 2021 | Approved | |
SciTE 5.1.3 | 128 | Tuesday, September 28, 2021 | Approved | |
SciTE 5.1.2 | 162 | Friday, September 24, 2021 | Approved | |
SciTE 5.1.1 | 439 | Tuesday, July 27, 2021 | Approved | |
SciTE 5.1.0 | 352 | Tuesday, July 6, 2021 | Approved | |
SciTE 5.0.2 | 464 | Saturday, April 24, 2021 | Approved | |
SciTE 5.0.1 | 155 | Monday, April 19, 2021 | Approved | |
SciTE 5.0.0 | 361 | Sunday, March 7, 2021 | Approved | |
SciTE 4.4.6 | 509 | Sunday, December 6, 2020 | Approved | |
SciTE 4.4.5 | 483 | Sunday, September 20, 2020 | Approved | |
SciTE 4.4.4 | 417 | Wednesday, July 22, 2020 | Approved | |
SciTE 4.4.3 | 140 | Monday, July 20, 2020 | Approved | |
SciTE 4.3.3 | 251 | Wednesday, July 8, 2020 | Approved | |
SciTE 4.1.7 | 1253 | Monday, June 24, 2019 | Approved | |
SciTE 4.1.5 | 416 | Wednesday, May 15, 2019 | Approved | |
SciTE 4.1.3 | 547 | Monday, February 18, 2019 | Approved | |
SciTE 3.7.2 | 1556 | Sunday, January 22, 2017 | Approved | |
SciTE 3.5.4 | 994 | Monday, March 23, 2015 | Approved | |
scite 3.3.1 | 1243 | Tuesday, May 14, 2013 | Approved |
© 1998 Neil Hodgson
Program
Package
- Automatically built and uploaded by tunisiano
- Package not up-to-date after a few days ? Create an issue
-
- dotnetfx (≥ 4.5)
Ground Rules:
- This discussion is only about SciTE and the SciTE 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 SciTE, 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.