# Mój domyślny config dla SciTE

DevFeed: [Mój domyślny config dla SciTE](<https://devfeed.tech/articles/moj-domyslny-config-dla-scite-27512.md>)

Original publisher: [Read original article](<https://gagor.pro/2012/01/moj-domyslny-config-dla-scite/>)

Author: Tom

Published: 2012-01-11T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Font](<https://devfeed.tech/topics/font.md>), [Toolbar](<https://devfeed.tech/topics/toolbar.md>)

Tags: [automatic](<https://devfeed.tech/tags/automatic.md>), [base](<https://devfeed.tech/tags/base.md>), [config](<https://devfeed.tech/tags/config.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [small](<https://devfeed.tech/tags/small.md>), [tools](<https://devfeed.tech/tags/tools.md>)

## AI overview

A short guide to configuring SciTE with monospaced fonts, visible line numbers, system toolbar icons, rectangular selection, and code indentation settings.

## Source excerpt

Uruchamiamy SciTE i klikamy menu Options -> Open User Options File, wpisujemy dane: # domyślne korzystanie z fontów o stałej szerokości font.base=$(font.monospace) font.small=$(font.monospace) font.comment=$(font.monospace) font.text=$(font.monospace) font.text.comment=$(font.monospace) font.embedded.base=$(font.monospace) font.embedded.comment=$(font.monospace) font.vbs=$(font.monospace) # numerowanie wierszy line.margin.visible=1 line.margin.width=3+ # ikonki toolbara z tematu systemowego toolbar.usestockicons=1 # zaznaczanie blokowe rectangular.selection.modifier=8 # ustawienia wgłębień kodu indent.size=4 use.tabs=1 indent.automatic=1 Więcej opcji tutaj: http://www.scintilla.org/SciTEDoc.html Sam pewnie jeszcze nie raz zaktualizuję ten wpis 😄