Jump to content

Scite Open Include Fix


Recommended Posts

I don't know about the rest of you but I got tired of the open include command not opening an include file if it is surrounded in quotes, so below is what you do to fix it.

open AutoIt3.lua it is in the SciTe folder (best to do in SciTE) and go to line 840

should be "IncFile2 = props['autoit3dir'] .. "\\include\\" .. IncFile1"

then change the 'autoit3dir' to 'FilePath' then save

from then on out it will open the correct #include file

#include <whatever.au3> <=== opens in include directory

#include "whatever.au3" <=== opens in script directory

Enjoy :think:

Laterzzz,

Onoitsu2

Things I have made:[font="Trebuchet Ms"]_CheckTimeBlock UDF(LT)MOH Call Ignore List (MOH = Modem On Hold)[/font]

Link to comment
Share on other sites

  • Developers

I don't know about the rest of you but I got tired of the open include command not opening an include file if it is surrounded in quotes, so below is what you do to fix it.

open AutoIt3.lua it is in the SciTe folder (best to do in SciTE) and go to line 840

should be "IncFile2 = props['autoit3dir'] .. "\\include\\" .. IncFile1"

then change the 'autoit3dir' to 'FilePath' then save

from then on out it will open the correct #include file

#include <whatever.au3> <=== opens in include directory

#include "whatever.au3" <=== opens in script directory

Enjoy :think:

Laterzzz,

Onoitsu2

Are you sure you are using the latest version ? believe its fixed ....

3/14/2006

*** AutoIt3.lua (JdeB)

- Fixed issue with the ProperCase func when typing "- $".

- Fixed Open Include file when surrounded by ""

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