Jump to content

Remove headers in console (SciTE)


Myicq
 Share

Recommended Posts

This may be a dumb question.. but my vertical screen space is fairly limited. I don't need (always) to see all the debug output from autoIT compiler, wrapper etc.

Can I turn this part off: (optionally)

>"D:\AutoIt3\SciTE\..\AutoIt3.exe" "D:\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.au3" /run /prod /ErrorStdOut /in "D:\temp\xx.au3" 
+>11:35:44 Starting AutoIt3Wrapper v.15.920.938.0 SciTE v.3.6.0.0   Keyboard:00000406  OS:WIN_7/Service Pack 1  CPU:X64 OS:X86    Environment(Language:0406)
+>         SciTEDir => D:\AutoIt3\SciTE   UserDir => C:\Users\XXX\AppData\Local\AutoIt v3\SciTE\AutoIt3Wrapper   SCITE_USERHOME => C:\Users\XXX\AppData\Local\AutoIt v3\SciTE 
>Running AU3Check (3.3.12.0)  from:D:\AutoIt3  input:D:\temp\XX.au3
+>11:35:44 AU3Check ended.rc:0
>Running:(3.3.12.0):D:\AutoIt3\autoit3.exe "D:\temp\xx.au3"
--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop

 

I am just a hobby programmer, and nothing great to publish right now.

Link to comment
Share on other sites

Hi.

I don't have that problem but as far as I pressed F5 to run the console output of SciTE always opened again. (But I never would pass the console output.)

Simpel

SciTE4AutoIt = 3.7.3.0   AutoIt = 3.3.14.2   AutoItX64 = 0   OS = Win_10   Build = 19044   OSArch = X64   Language = 0407/german
H:\...\AutoIt3\SciTE     H:\...\AutoIt3      H:\...\AutoIt3\Include     (H:\ = Network Drive)

   88x31.png  Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind.

Link to comment
Share on other sites

Thing is though, I WANT to view any lines that are    ConsoleWrite("debugtext" & @crlf)

So it's only the 5-6 lines indicating the calling scripts and wrapper I want to suppress.

I am just a hobby programmer, and nothing great to publish right now.

Link to comment
Share on other sites

  • Developers

Well, SciTE always shows the shelled command and AutoIt3Wrapper shows the basic info at startup to help me to help others. This is currently not configurable.

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

×
×
  • Create New...