Verssuss Posted January 31, 2019 Share Posted January 31, 2019 (edited) hey how i change fonts (color of commands) and i try to find way to autocomplate variables. i know there is away like i type $var and editor find full name mean $variable Edited January 31, 2019 by Verssuss Link to comment Share on other sites More sharing options...
Skeletor Posted January 31, 2019 Share Posted January 31, 2019 ; Change font color $Label = GUICtrlCreateLabel("ADD SOMETHING", 1, 1, 126, 25) GUICtrlSetColor(-1, 0xFFFFFF) Hey, see code.... Kind RegardsSkeletor "Coffee: my defense against going postal." Microsoft Office Splash Screen | Basic Notepad Program (Beginner) | Transparent Splash Screen | Full Screen UI Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted January 31, 2019 Moderators Share Posted January 31, 2019 Verssuss, Are you referring to custom colour schemes and autocomplete in the SciTE editor? If so, you need to download and install the full SciTE4AutoIt3 package. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
Verssuss Posted January 31, 2019 Author Share Posted January 31, 2019 there is autocomplate already ex. if i type L i see Local and Log but i wish to get autocomplate on my own variables. i just reinstaled autoit but guess wrong version again. plz link me that or where are settings i can change that. not sure meybe its called plugins ?? Link to comment Share on other sites More sharing options...
Developers Jos Posted January 31, 2019 Developers Share Posted January 31, 2019 1 minute ago, Verssuss said: if i type L i see Local and Log but i wish to get autocomplate on my own variables. For a variable you do start with $L right? Links in my sig. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Verssuss Posted January 31, 2019 Author Share Posted January 31, 2019 im not sure i understand. after i type ex. $a i want see all my own waribles i write in my own code before $action $around etc if i type $b want see $break $bonjour (lol anyway) sorry what is sig ? Link to comment Share on other sites More sharing options...
Developers Jos Posted January 31, 2019 Developers Share Posted January 31, 2019 (edited) 1 minute ago, Verssuss said: after i type ex. $a i want see all my own waribles i write in my own code before $action $around etc Correct, that is what the Full installer of SciTE4AutoIt3 does, .... 1 minute ago, Verssuss said: sorry what is sig ? ... which you can find in my signature in my posts... Jos Edited January 31, 2019 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Verssuss Posted January 31, 2019 Author Share Posted January 31, 2019 i dl full version from here and cant find answer i need... https://www.autoitscript.com/site/autoit/downloads/ oh i have another problem when i press F1 icant run script by this button... have to copy code and paste it into editor manualy. that suck too Link to comment Share on other sites More sharing options...
Developers Jos Posted January 31, 2019 Developers Share Posted January 31, 2019 1 minute ago, Verssuss said: i dl full version from here and cant find answer i need... Can't be that hard to click on the link in my Signature ...... but ok ...here you go for the correct link: https://www.autoitscript.com/site/autoit-script-editor/downloads/?new 2 minutes ago, Verssuss said: oh i have another problem when i press F1 icant run script by this button... have to copy code and paste it into editor manualy. that suck too First download and install the full version and then try that again. Jos Verssuss 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
Verssuss Posted January 31, 2019 Author Share Posted January 31, 2019 (edited) i have all what i needed thanks here isbutton what make my topic solved ?? Edited January 31, 2019 by Verssuss Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted January 31, 2019 Moderators Share Posted January 31, 2019 Just change the title in your first post... Verssuss 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Verssuss Posted January 31, 2019 Author Share Posted January 31, 2019 programist style xD done haha 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