Jump to content

Color In My Codebox


Recommended Posts

I've seen codeboxes that color the text like you see it in SciTE4AutoIt3. I was just wonder how you do this. Bellow I have a codebox but I don't know how to add the color short of doing it manually line by line. Thanks for the help.

CODE
#include <GUIConstantsEx.au3>

#include <WindowsConstants.au3>

;Blah blah blah.

While 1

Sleep(10)

WEnd

Link to comment
Share on other sites

I've seen codeboxes that color the text like you see it in SciTE4AutoIt3. I was just wonder how you do this. Bellow I have a codebox but I don't know how to add the color short of doing it manually line by line. Thanks for the help.

CODE
#include <GUIConstantsEx.au3>

#include <WindowsConstants.au3>

;Blah blah blah.

While 1

Sleep(10)

WEnd

BB code?

 
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...