Jump to content

Scite Option


Recommended Posts

I just heard about Tools: Func add func trace lines in scite editor.

It writes the line ...

ConsoleWrite('@@ (54) ;)' & @MIN & ':' & @SEC & ') _MyFunc()' & @CR) ;### Function Trace

My question is, is there an option to customize this line, I cannot find one.

I can search and replace the line, but hoping there is an option I am missing.

Edited by JohnOne

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Developers

I just heard about Tools: Func add func trace lines in scite editor.

It writes the line ...

My question is, is there an option to customize this line, I cannot find one.

I can search and replace the line, but hoping there is an option I am missing.

There are a bunch of LUA scripts written around these debug lines to allow you to Add them, but also comment them out and remove them again.

The format is set in these LUA scripts and change it would/could disable the other functions since they select the lines on their format.

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

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...