Skip to content

Instantly share code, notes, and snippets.

@javierllns
Last active May 24, 2024 15:16
Show Gist options
  • Save javierllns/8b978b44d9f166d53a9fcf5f656c55a5 to your computer and use it in GitHub Desktop.
Save javierllns/8b978b44d9f166d53a9fcf5f656c55a5 to your computer and use it in GitHub Desktop.
Xailer IDE config [EDITOR SECTION ONLY] with comments (Xailer is aHarbour Language IDE for 32-bit MS Windows Application development).
#?NOTE1: NO ADD COMMENTS IN FRONT OF ANY VALUE (IT WILL BREAK ALL THE CONFIG)
#?NOTE2: WARNING!!! COLORS ARE EXPRESSED IN THE FORM BBGGRR NOT JUST NORMAL HEX.
[EDITOR]
AutoIndent=.T.
TabIndents=.T.
Indent=4
BackSpaceUnindents=.T.
UseTabs=.F.
TabWidth=4
#*[INT] Charset 0=ANSI a.k.a windows1252 a.k.a cp1252
Charset=0
#*[HEX] Background
BackgroundColor=222827
#*[HEX] In-line C language color
InlineCColor=e8f4f4
IndentationGuides=.T.
LineNumbers=.T.
#*[BOOLEAN] Highlight current line
HiliteLine=.T.
#*[HEX] Current line color
HiliteColor=323d3e
Folding=.T.
FoldCompact=.F.
HotSpots=.F.
ToolBarNavigation=.T.
ToolBarNavigationWidth=340
ToolBarEdit=.T.
ToolBarFind=.T.
ToolBarMarks=.T.
#******** SYNTAX HIGHLIGHTING *********
#? StyleX=[STRING]cFont, [INT]nFontSize, [HEX-BBGGRR]nColor, [BOOLEAN]lCursive, [BOOLEAN]lBold
#? Current theme inspired by vscode monokai.
#* Comments
Style1=Liberation Mono,12,6f8488,.T.,.F.
#* Numbers
Style2=Liberation Mono,12,ff81ae,.F.,.F.
#* Strings
Style3=Liberation Mono,12,74dbe6,.F.,.F.
#* Pre-processor (#include, etc..).
Style4=Liberation Mono,12,7226f9,.F.,.T.
#* Operators
Style5=Liberation Mono,12,7226f9,.F.,.F.
#* Identifiers
Style6=Liberation Mono,12,ffffff,.F.,.T.
#* Functions
Style7=Liberation Mono,12,2ee2a6,.F.,.F.
#* Class members
Style8=Liberation Mono,12,f0f0f0,.F.,.F.
#* Brackets
Style9=Liberation Mono,12,00d7ff,.F.,.F.
#! Commands
Style10=Liberation Mono,12,800000,.F.,.T.
#* Reserved words
Style11=Liberation Mono,12,7226f9,.F.,.F.
#! TEXT INTO 's content
Style12=Liberation Mono,12,606060,.F.,.F.
#**************************************
Calltips=.T.
CalltipDoc=.T.
CalltipDelay=1.5
CalltipDocEx=.T.
CalltipFore=ffffff
CalltipBack=394341
CalltipHlt=ff9437
CalltipFont=Verdana
IntellisenseMode=1
IntellisenseTime=1.5
VarCaseMatching=.T.
IntellisensePrj=.T.
IntellisenseFont=Verdana
IntellisenseBold=.F.
IntellisenseItalic=.F.
ViewWhiteSpace=2
ViewEOL=.F.
CaretClrFore=ffffff
CaretStyle=1
CaretWidth=2
FoldStyle=3
FoldComment=.T.
FoldPreprocessor=.T.
FoldPragma=.T.
FoldCPP=.T.
CompleteBraces=.T.
CaseMode=0
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment