Jump to content

Recommended Posts

  • Developers
Posted (edited)

I have merged the released SciTE v3.3.6 with our source trunk and made it available in the Beta directory for people that want to play with the latest and greatest.

Just copy SciTE.exe and Scilexer.dll to the SciTE program directory.

Make sure you have updated to the latest SciTE production version 3.3.0 first or else you might get problems with the LUA functions.

*** Merged the updates of SciTE v 3.3.6 by Neil Hodgson with our own version of SciTE. (Jos)
    - Added check to avoid double shelling of the script via shortcuts of the tools menu items.
    - Added Properties option to set the default encoding of new files:
        NewFileEncoding=CodePage/UTF8/UTF8BOM/UTF16BE/UTF16LE
    - Fixed issue in AU3 lexer to show the last correctly when the previous line is a commentline, commentblock, Special and Directives.

There is also a SciTE4AutoIt3.exe installer available which contains all current Beta updates.

Enjoy
Jos

Full change log:

--------------------------------------------------------------------------------------------------
10/19/2013
*** Merged the updates of SciTE v 3.3.5 by Neil Hodgson with our own version of SciTE. (Jos)
    - Added check to avoid double shelling of the script via shortcuts of the tools menu items.
    - Added Properties option to set the default encoding of new files:
        NewFileEncoding=CodePage/UTF8/UTF8BOM/UTF16BE/UTF16LE
    - Fixed issue in AU3 lexer to show the last correctly when the previous line is a commentline, commentblock, Special and Directives.
*** Updated AutoIt3Wrapper v2.1.2.29 (Jos)
    - Fixed issue where a tempfile was left behind when files was checked by au3check and UTF encoded.
    - Added support for the #PRAGMA statement to avoid any conflicts. Warnings are now displayed in the Console output.
    - Added SciTE version to the displayed info in the Console Output.
    - Added #AutoIt3Wrapper_Res_Remove (wraithdu)
    - Added File compression for Resource Files (wraithdu)
        #AutoIt3Wrapper_Res_File_Add=%in%, 10, UNCOMPRESSED
        #AutoIt3Wrapper_Res_File_Add=%in%, -10, COMPRESSED
    - Updated option to change the TempDir in the INI file. Default changed to @UserProfileDir. (wraithdu)
    - Fixed adding /Beta to the Obfuscator line when using the /Beta on the commandline of Autoit3wrapper.
    - Fixed to ensure UPX is ran when needed.
    - Fixed: Allow | in run_before and Run_After directives.
*** Updated SciTEJump to the latest version V2.10.103.212 (guinness)
*** Updated Tidy v2.3.0.21 (Jos)
    - Added support for 3.3.9.x changes.
    - Changed default EOF setting to add the CRLF. (End_With_NewLine=1)
    - Fixed removal of spaces for new Var/Func notation
    - Fixed crash caused by Function table load.
*** Updated SciTEConfig v1.6.11.0
    - Updates for Abbrev manager and User Calltip Manager (Melba23)
*** Updated Obfuscator.exe v1.0.30.12 (Jos)
    - Fixed ensure #pragma statements are not stripped.
    - Fixed Regression internal code cleanup done before. The Obfuscation was broken
    - Fixed #include logic for #Include not first checking the Directory where the file containing the include is located.
    - Added check for max 4100 character record len without causing a crash.
*** Added support for personal LUA functions. Look at "PersonalTools.lua" in the LUA subdir for details.
Edited 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.
  :)

Posted

Will give this a go tonight. Thanks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Moderators
Posted

Jos,

Working fine for me. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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:

  Reveal hidden contents

 

Posted

Nice! Thanks Jos. ^_^

  Reveal hidden contents
 
Posted
  On 5/25/2013 at 9:22 PM, Jos said:

    - Fixed issue in AU3 lexer to show the last correctly when the previous line is a commentline, commentblock, Special and Directives.

 

Sorry, could you explain a little bit.  I think you left out a word.

Posted (edited)

Sometimes code below a comment block/comment line would turn green, though using Tidy on the script fixed this. I haven't experienced it in the latest version.

Edited by guinness

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • 4 months later...
  • Developers
Posted (edited)

Uploaded a new beta of SciTe containing these updates since the last production:

*** Merged the updates of SciTE v 3.3.5 by Neil Hodgson with our own version of SciTE. (Jos)
    - Added check to avoid double shelling of the script via shortcuts of the tools menu items.
    - Added Properties option to set the default encoding of new files:
        NewFileEncoding=CodePage/UTF8/UTF8BOM/UTF16BE/UTF16LE
    - Fixed issue in AU3 lexer to show the last correctly when the previous line is a commentline, commentblock, Special and Directives.

Cheers,

Jos

Ps: see initial post in the thread for details.

Edited 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.
  :)

Posted

Yeah, the modified dates are all out of whack. Just grab the scite exe and dll that are in there, their versions are the new 3.3.5.

Jos,

Could you also upload 'SciTE_Reload_Props.au3'? It's missing to build SciteConfig. Thanks!

  • Moderators
Posted (edited)

wraithdu,

<snip>

M23

Edited by Melba23
See post below

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png 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:

  Reveal hidden contents

 

  • Developers
Posted

The dates for SciTE.exe and SciLexer.dll look fine to me. The files were indeed last created on the dates shown but they were not uploaded to public Beta yet.

I have also uploaded the latest patch from Melba23 for abbrev.au3 and added "Scite_Reload_Props.au3"

Cheers,

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

  • Developers
Posted (edited)
  On 9/28/2013 at 1:19 PM, jaberwocky6669 said:

If I download the SciTE4AutoIt3 will I need to download anything else?

 

That is the current Beta installer, I've created and uploaded today, that I am testing with and contains all updated utilities.

This means you get a full update of everything including any other changes you have made.

So, yes, that would be an option when that is what you want.

I am thinking about releasing this installer soon so everybody is ready for the next AutoIt3 release.

Cheers,

Jos

Edited 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.
  :)

  • Developers
Posted
  On 10/1/2013 at 12:13 AM, jaberwocky6669 said:

Minor: _WinAPI_PtInRectEx is not in au3.keywords.properties

The proper au3.keywords.properties are delivered with the AutoIt3 installer, so it could be that mine weren't updated to the latest version at the time I build the SciTE4AutoIt3 beta version.

Thanks for letting me know,,

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

Posted
  On 10/1/2013 at 4:01 PM, Jos said:

The proper au3.keywords.properties are delivered with the AutoIt3 installer, so it could be that mine weren't updated to the latest version at the time I build the SciTE4AutoIt3 beta version.

Thanks for letting me know,,

Jos

That would appear to be the case. As that function is in v3.3.9.21 beta.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted
  On 10/1/2013 at 5:45 PM, jaberwocky6669 said:

Basically, should I have made the report on the bug tracker for autoit then?

No, as there is no error. Jos just needs to include a new version of au3.api.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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