To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

SciTE
Developer(s)Neil Hodgson
Initial release1999; 24 years ago (1999)
Stable release
5.3.7[1] Edit this on Wikidata / 26 July 2023
Repository
Written inC++
Available in39 languages[2]
List of languages
Afrikaans, Arabic, Bulgarian, Catalan, Chinese Traditional, Chinese Simplified, Czech, Welsh, Danish, German, Greek, Spanish, Spanish (Mexico), Estonian, Basque, Finnish, French, Galician, Hungarian, Indonesian, Italian, Japanese, Kazakh, Korean, Malay, Norwegian Bokmål, Dutch, Polish, Brazilian Portuguese, Portuguese, Romanian, Russian, Slovene, Serbian, Swedish, Swahili, Thai, Turkish, Ukrainian
TypeText editor
LicenseHPND
Websitewww.scintilla.org/SciTE.html

SciTE or SCIntilla based Text Editor is a cross-platform text editor written by Neil Hodgson using the Scintilla editing component. It is licensed under a minimal version of the Historical Permission Notice and Disclaimer.[3]

Lightweight and built for speed, it is designed mainly for source editing, and performs syntax highlighting and inline function reference for many different languages. There is a standalone .exe available for Microsoft Windows, intended for USB flash drives. SciTE shares some features with other editors based on the Scintilla editing component such as Geany and Notepad++.

YouTube Encyclopedic

  • 1/5
    Views:
    19 943
    8 008
    1 325
    1 214
    3 104
  • How to download SciTe?
  • Std 12 || Computer Practical || SciTE Editor || How to Use SciTE Editor to Run Java program
  • [Juho's AutoHotkey Tutorial #1 Set up] Part 2 - Multiple SciTE Windows and Scriptlet Tool
  • How to create Java program using SciTE software.
  • How to download & setup Scite Java Editor

Transcription

History

SciTE was first released in 1999.

Customization

SciTE is highly configurable. Although there is no graphical preferences window, settings can be altered by editing plain text configuration files.[4] It is possible to have different settings for each language and project, as well as global or per user options. There are menu options in the standard install to open these files in the editor. These allow a high level of customization over things like shortcut keys, tabbing, code folding, fonts, and syntax highlighting.[5]

In addition, the Lua programming language is embedded in SciTE, allowing the user further customization. One can write Lua scripts that have access to the contents of the buffer and the Scintilla API. The scripts can be triggered by a shortcut key, or on an event, providing the possibility for implementing auto-complete or other hook.

As early as 2003, 21 localizations of the menu texts and support of 36 different programming languages and other code formats was available, and the editor was capable of automatic conversion between line separator styles of different platforms and of detecting Unicode files.[4] SciTE can export plain text files in PDF format.[6]

Features

Features include replace in selection, regular expression replace with subgroups, find in files, code folding, API files, copy formatted, abbreviations, multiple selection, and support for variable width fonts. The editing layout consists of multiple tabs containing source, and additionally an output pane that displays output from scripts that have been run.

SciTE supports syntax highlighting of many languages. The full list of recognized languages can be found in the official documentation.[5]

With version 4.0.5, large file support is possible.

With version 4.1.0, it has experimental support for right-to-left languages, like Arabic.[7]

See also

References

  1. ^ "History of SciTE, Scintilla, and Lexilla".
  2. ^ "scite-files/translations_list.md at main · moltenform/scite-files". github.com. Retrieved 2021-04-28.
  3. ^ Hodgson, Neil (2002). "License for Scintilla and SciTE". Retrieved 2015-06-15.
  4. ^ a b "Kodierchamäleon". c't: 75. October 2003.
  5. ^ a b Hodgson, Neil. "SciTE Documentation". Retrieved 2015-06-15.
  6. ^ Kramer, André (2005). "Zwölf Editoren für Code und Text". c't (21): 168.
  7. ^ "Scintilla and SciTE". www.scintilla.org.

External links

This page was last edited on 22 December 2023, at 17:25
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.