guinness Posted June 19, 2011 Share Posted June 19, 2011 I posted an Example and didn't experience this, so whatever it was must be fixed. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
jaberwacky Posted June 20, 2011 Author Share Posted June 20, 2011 I'm still having trouble with it. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
Chad2 Posted June 29, 2012 Share Posted June 29, 2012 (edited) I found out that there's a Lua script that gets called when SciTE starts that overrides the edge.mode setting. It's called EdgeMode.lua, and you can disable running it by opening the Scitestartup.lua file and commenting out line 34 (in my copy of it) which loads the EdgeMode.lua script at Scite start up.This fixed the white line problem for me. Thanks BrewMan.Thanks LaCastiglione for starting this thread. I like Obsidian and Twilight. Probably will stick with Twilight. Edited June 29, 2012 by Chad2 Link to comment Share on other sites More sharing options...
ZWD40 Posted July 3, 2012 Share Posted July 3, 2012 probably necro, but I had to post. Thanks a lot for this thread --gonna save my eyes I tried twilight, but didnt like the white line. Changed caret, and that fixed it then I tried the others. I liked Bespin best Link to comment Share on other sites More sharing options...
wraithdu Posted February 12, 2013 Share Posted February 12, 2013 I wanted to post a light and dark theme I made based on Solarized - http://ethanschoonover.com/solarized I'd appreciate some feedback, as I'm not 100% sold on the color distribution I came up with. It's pretty close though. I usually work in light themes, but the dark one came out really nice. expandcollapse popup#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # http://ethanschoonover.com/solarized # Solarized Light #------------------------------------------------------------ #Background style.au3.32=style.*.32=$(font.base),back:#FDF6E3 #CaretLineBackground caret.line.back=#EEE8D5 #Selection Foreground/background and Alpha selection.fore=#268BD2 selection.alpha=50 selection.back=#586E75 # Brace highlight style.au3.34=fore:#859900,back:#FDF6E3 # Brace incomplete highlight style.au3.35=fore:#93A1A1,italics,back:#FDF6E3 #White space style.au3.0=fore:#657B83,back:#FDF6E3 #Comment line style.au3.1=fore:#93A1A1,italics,back:#FDF6E3 #Comment block style.au3.2=fore:#93A1A1,italics,back:#FDF6E3 #Number style.au3.3=fore:#2AA198,back:#FDF6E3 #Function style.au3.4=fore:#268BD2,back:#FDF6E3 #Keyword style.au3.5=fore:#859900,back:#FDF6E3 #Macro style.au3.6=fore:#586E75,bold,back:#FDF6E3 #String style.au3.7=fore:#DC322F,back:#FDF6E3 #Operator style.au3.8=fore:#657B83,back:#FDF6E3 #Variable style.au3.9=fore:#657B83,back:#FDF6E3 #Sent keys style.au3.10=fore:#D33682,back:#FDF6E3 #Pre-Processor style.au3.11=fore:#B58900,back:#FDF6E3 #Special style.au3.12=fore:#6C71C4,italics,back:#FDF6E3 #Abbrev-Expand style.au3.13=fore:#DC322F,back:#FDF6E3 #Com Objects style.au3.14=fore:#CB4B16,italics,back:#FDF6E3 #Standard UDF's style.au3.15=fore:#0080FF,back:#FDF6E3 # Margins # Fold Margin fold.margin.colour=#EEE8D5 fold.margin.highlight.colour=#EEE8D5 # Fold Line fold.highlight.colour=#DC322F # Line Number Margin style.au3.33=$(font.monospaced),fore:#93A1A1,back:#EEE8D5 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# expandcollapse popup#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # http://ethanschoonover.com/solarized # Solarized Dark #------------------------------------------------------------ #Background style.au3.32=style.*.32=$(font.base),back:#002B36 #CaretLineBackground caret.line.back=#073642 #Selection Foreground/background and Alpha selection.fore=#268BD2 selection.alpha=75 selection.back=#93A1A1 # Brace highlight style.au3.34=fore:#859900,back:#002B36 # Brace incomplete highlight style.au3.35=fore:#586E75,italics,back:#002B36 #White space style.au3.0=fore:#839496,back:#002B36 #Comment line style.au3.1=fore:#586E75,italics,back:#002B36 #Comment block style.au3.2=fore:#586E75,italics,back:#002B36 #Number style.au3.3=fore:#2AA198,back:#002B36 #Function style.au3.4=fore:#268BD2,back:#002B36 #Keyword style.au3.5=fore:#859900,back:#002B36 #Macro style.au3.6=fore:#93A1A1,bold,back:#002B36 #String style.au3.7=fore:#DC322F,back:#002B36 #Operator style.au3.8=fore:#839496,back:#002B36 #Variable style.au3.9=fore:#839496,back:#002B36 #Sent keys style.au3.10=fore:#D33682,back:#002B36 #Pre-Processor style.au3.11=fore:#B58900,back:#002B36 #Special style.au3.12=fore:#6C71C4,italics,back:#002B36 #Abbrev-Expand style.au3.13=fore:#DC322F,back:#002B36 #Com Objects style.au3.14=fore:#CB4B16,italics,back:#002B36 #Standard UDF's style.au3.15=fore:#0080FF,back:#002B36 # Margins # Fold Margin fold.margin.colour=#073642 fold.margin.highlight.colour=#073642 # Fold Line fold.highlight.colour=#DC322F # Line Number Margin style.au3.33=$(font.monospaced),fore:#586E75,back:#073642 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# jaberwacky 1 Link to comment Share on other sites More sharing options...
guinness Posted February 12, 2013 Share Posted February 12, 2013 (edited) The dark theme was quite nice. Edit: Maybe #include should be the pink colour? Edited February 12, 2013 by guinness UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
BrewManNH Posted February 12, 2013 Share Posted February 12, 2013 I liked it, although in the dark version I'd love to figure out how to get rid of the bright white line on the left side of the editor in SciTE. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
guinness Posted February 12, 2013 Share Posted February 12, 2013 Do you mean the fold.margin.colour? UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
BrewManNH Posted February 12, 2013 Share Posted February 12, 2013 The line, in the picture below, to the left of the text, and to the right of margin. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
wraithdu Posted February 12, 2013 Share Posted February 12, 2013 (edited) Can you take a bigger screenshot? I don't have that white line anywhere. Is that a rogue indentation guide or fold line maybe? Maybe post the rest of the content of your SciTEUser.properties file. Edited February 12, 2013 by wraithdu Link to comment Share on other sites More sharing options...
BrewManNH Posted February 12, 2013 Share Posted February 12, 2013 Just figured it out, it's the EdgeMode line, normally I comment that out in the SciteStartup.Lua file so I don't get the edgemode line at all, but I must have forgotten about it when I updated recently. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
wraithdu Posted February 12, 2013 Share Posted February 12, 2013 Edit: Maybe #include should be the pink colour?That color is for all pre-processor directives. It looks ok, so that would be an option. Link to comment Share on other sites More sharing options...
wraithdu Posted February 12, 2013 Share Posted February 12, 2013 Hmm, is it possible to define caret.line.back per lexer or per file pattern? The dark theme has the dark caret line background, which looks terrible in other lexers like plain text files. Link to comment Share on other sites More sharing options...
Nologic Posted February 12, 2013 Share Posted February 12, 2013 If you guys are into themes maybe look into porting some of the UltraEdit ones.[Linky]Code to convert over to RGB 255 format:$nColor = 3552302 $R = BitAND($nColor, 0xFF) $G = BitAND(BitShift($nColor, 8), 0xFF) $B = BitAND(BitShift($nColor, 16), 0xFF) MsgBox(0,'', 'R: ' & $R & @LF & 'G: ' & $G & @LF & 'B: ' & $B )Anyways just a thought. Link to comment Share on other sites More sharing options...
jaberwacky Posted February 12, 2013 Author Share Posted February 12, 2013 @Wraithdu I'll put this in the next version of SciTE Configuration GUI. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
BrewManNH Posted February 12, 2013 Share Posted February 12, 2013 Hmm, is it possible to define caret.line.back per lexer or per file pattern? The dark theme has the dark caret line background, which looks terrible in other lexers like plain text files. Try changing these lines. #Selection Foreground/background and Alpha selection.fore=#268BD2 selection.alpha=75 selection.back=#93A1A1 #to this #Selection Foreground/background and Alpha selection.au3.fore=#268BD2 selection.au3.alpha=75 selection.au3.back=#93A1A1 If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator Link to comment Share on other sites More sharing options...
guinness Posted February 12, 2013 Share Posted February 12, 2013 That color is for all pre-processor directives. It looks ok, so that would be an option.OK, cool. UDF List: _AdapterConnections() • _AlwaysRun() • _AppMon() • _AppMonEx() • _ArrayFilter/_ArrayReduce • _BinaryBin() • _CheckMsgBox() • _CmdLineRaw() • _ContextMenu() • _ConvertLHWebColor()/_ConvertSHWebColor() • _DesktopDimensions() • _DisplayPassword() • _DotNet_Load()/_DotNet_Unload() • _Fibonacci() • _FileCompare() • _FileCompareContents() • _FileNameByHandle() • _FilePrefix/SRE() • _FindInFile() • _GetBackgroundColor()/_SetBackgroundColor() • _GetConrolID() • _GetCtrlClass() • _GetDirectoryFormat() • _GetDriveMediaType() • _GetFilename()/_GetFilenameExt() • _GetHardwareID() • _GetIP() • _GetIP_Country() • _GetOSLanguage() • _GetSavedSource() • _GetStringSize() • _GetSystemPaths() • _GetURLImage() • _GIFImage() • _GoogleWeather() • _GUICtrlCreateGroup() • _GUICtrlListBox_CreateArray() • _GUICtrlListView_CreateArray() • _GUICtrlListView_SaveCSV() • _GUICtrlListView_SaveHTML() • _GUICtrlListView_SaveTxt() • _GUICtrlListView_SaveXML() • _GUICtrlMenu_Recent() • _GUICtrlMenu_SetItemImage() • _GUICtrlTreeView_CreateArray() • _GUIDisable() • _GUIImageList_SetIconFromHandle() • _GUIRegisterMsg() • _GUISetIcon() • _Icon_Clear()/_Icon_Set() • _IdleTime() • _InetGet() • _InetGetGUI() • _InetGetProgress() • _IPDetails() • _IsFileOlder() • _IsGUID() • _IsHex() • _IsPalindrome() • _IsRegKey() • _IsStringRegExp() • _IsSystemDrive() • _IsUPX() • _IsValidType() • _IsWebColor() • _Language() • _Log() • _MicrosoftInternetConnectivity() • _MSDNDataType() • _PathFull/GetRelative/Split() • _PathSplitEx() • _PrintFromArray() • _ProgressSetMarquee() • _ReDim() • _RockPaperScissors()/_RockPaperScissorsLizardSpock() • _ScrollingCredits • _SelfDelete() • _SelfRename() • _SelfUpdate() • _SendTo() • _ShellAll() • _ShellFile() • _ShellFolder() • _SingletonHWID() • _SingletonPID() • _Startup() • _StringCompact() • _StringIsValid() • _StringRegExpMetaCharacters() • _StringReplaceWholeWord() • _StringStripChars() • _Temperature() • _TrialPeriod() • _UKToUSDate()/_USToUKDate() • _WinAPI_Create_CTL_CODE() • _WinAPI_CreateGUID() • _WMIDateStringToDate()/_DateToWMIDateString() • Au3 script parsing • AutoIt Search • AutoIt3 Portable • AutoIt3WrapperToPragma • AutoItWinGetTitle()/AutoItWinSetTitle() • Coding • DirToHTML5 • FileInstallr • FileReadLastChars() • GeoIP database • GUI - Only Close Button • GUI Examples • GUICtrlDeleteImage() • GUICtrlGetBkColor() • GUICtrlGetStyle() • GUIEvents • GUIGetBkColor() • Int_Parse() & Int_TryParse() • IsISBN() • LockFile() • Mapping CtrlIDs • OOP in AutoIt • ParseHeadersToSciTE() • PasswordValid • PasteBin • Posts Per Day • PreExpand • Protect Globals • Queue() • Resource Update • ResourcesEx • SciTE Jump • Settings INI • SHELLHOOK • Shunting-Yard • Signature Creator • Stack() • Stopwatch() • StringAddLF()/StringStripLF() • StringEOLToCRLF() • VSCROLL • WM_COPYDATA • More Examples... Updated: 22/04/2018 Link to comment Share on other sites More sharing options...
AZJIO Posted February 12, 2013 Share Posted February 12, 2013 (edited) wraithdu,caret.fore=#8FAF9FCheck out at the beginning, it contains all of the elements.Red text on a blue incompatible color. Edited February 12, 2013 by AZJIO My other projects or all Link to comment Share on other sites More sharing options...
wraithdu Posted February 12, 2013 Share Posted February 12, 2013 (edited) I'm aware of the setting to change the caret... the problem is it changes for all the lexers, not just the au3 lexer. So in the dark theme, you get a dark line background when you open anything else in SciTE, like the properties files or text files, etc. Try changing these lines. #Selection Foreground/background and Alpha selection.fore=#268BD2 selection.alpha=75 selection.back=#93A1A1 #to this #Selection Foreground/background and Alpha selection.au3.fore=#268BD2 selection.au3.alpha=75 selection.au3.back=#93A1A1 Nope, that's for the selection, not the general caret line bg. And it won't work like that anyway. Edited February 12, 2013 by wraithdu Link to comment Share on other sites More sharing options...
wraithdu Posted February 12, 2013 Share Posted February 12, 2013 Oh well. It seems many of the settings are global editor settings, and not lexer or file pattern based settings. The caret colors are global for example, so are the selection colors. Basically anything that doesn't have au3 (lexer) or $(au3) (file pattern) in it is global. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now