Jump to content

SciTe 1.61 released


Jos
 Share

Recommended Posts

  • Developers

Found the issue with the Option page not showing during installation of Scite4Autoit3.

When you download and run the unstable installer and do an uninstall old release, it will remove the Default value for the regkey: HKCR\AutoIt3Script\Shell. So after installation, there is no default action for AU3 files anymore.

Have changed http://www.autoitscript.com/fileman/users/jdeb/scite4autoit3.exe so it will default in this case to Edit script.

Also changed option minimize.to.tray=0 in SciteGlobal.properties which will make Scite to minimize to the taskbar in stead of the system tray. This allows you to Drag&Drop files to the running Scite editor.

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

  • Replies 77
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

you may not notice my post over there... I've just encountered an error after enabling

# this GO command will display errors in the Output window 
command.go.*.au3=$(autoit3dir)\autoit3.exe /ErrorStdOut "$(FilePath)"
in the au3.properties...

any idea why?

"I'm not even supposed to be here today!" -Dante (Hicks)

Link to comment
Share on other sites

  • Developers

I reinstalled the current unstable build and the latest Scite and it works now.

I did mis that post...

I guess you tried to run(F5) with the /ErrorStdOut parameter with rel 3.0.101

This is what the Helpfile says about it:

The default is still the MSGBOX with error since the last official release of AutoIt doesn't support the /ErrorStdOut parameter.

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

  • Developers

Uploaded an updated http://www.autoitscript.com/fileman/users/jdeb/scite4autoit3.exe installset that has the following Additions/Updates:

6/22/2004

*** Added Tylo's AU3check.exe under Ctrl+F5.

*** Updated/Fixed CompileAu3.au3 with the latest GUI changes.

*** Updated/Fixed Tidy.au3 with the latest GUI changes.

*** Updated Helpfile with description of AU3check.exe.

*** Updated others.properties to show Syntax in Error in COURIER

*** Added latest new/updated Keywords to AU3.properties & au3.api

-------------------------------------------------------------------------------------

6/16/2004

*** Updated Included helpfile with Tidy/CompileAu3 changes an minor other fixes.

*** Updated CompileAu3 /comp parameter to be compatible with the aut2exe.

*** Updated Tidy: added option to keep only the last ?? _OLD versions. older files are recycled.

*** Update Scite to minimize to TaskBar in stead of SystemTray

*** Updated others.properties to show Errors in RED

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

Uploaded an updated http://www.autoitscript.com/fileman/users/jdeb/scite4autoit3.exe installset that has the following Additions/Updates:

6/22/2004

*** Added Tylo's AU3check.exe under Ctrl+F5.

*** Updated/Fixed CompileAu3.au3 with the latest GUI changes.

*** Updated/Fixed Tidy.au3 with the latest GUI changes.

*** Updated Helpfile with description of AU3check.exe.

*** Updated others.properties to show Syntax in Error in COURIER

*** Added latest new/updated Keywords to AU3.properties & au3.api

-------------------------------------------------------------------------------------

6/16/2004

*** Updated Included helpfile with Tidy/CompileAu3 changes an minor other fixes.

*** Updated CompileAu3 /comp parameter to be compatible with the aut2exe.

*** Updated Tidy: added option to keep only the last ?? _OLD versions. older files are recycled.

*** Update Scite to minimize to TaskBar in stead of SystemTray

*** Updated others.properties to show Errors in RED

Wow! All in one.... :D

Good job, Jos. :huh2:

Link to comment
Share on other sites

  • Developers

So how would one reduce the font size for printing in SciTe? PrimalScript has the feature of printing at xx% of the screen font size. This saves so many trees for me. Any Ideas?

Does this work for you ?

print.magnification  Printing is normally done with the same settings as screen display. To make the printing larger or smaller, the print.magnification setting is added to the size of every font when printed. To get a good miniaturisation of text, set print.magnification to -4. 

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

  • Developers

:huh2: Perfect!

Now where did i leave my glasses...

:D but you'r saving paper.....

by the way... don't know if you've seen it but i have added a Helpfile to the Scite Help/Scite Help Menu option that has lots of documentation in it and one of them is the Scite HelpPage(s).....

Just mentioning this because in the beginning this wasn't working....

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

  • 2 weeks later...
  • Developers

Plan to release an updated Scite4AutoIt3 installer soon which will have the below list of Additions/Changes/Fixes.... Is there anything else that needs to be added/changed before it's released?

*** Added a modified version of Larry's AutoIt3ScriptWriter.exe which 
    Dumps the recorded script directly into the active script.
*** Added Alt+F6 shortcut to start the modified AutoIt3SScriptWriter.exe
*** Added Ctrl+F6 shortcut to start AU3_SPY from Scite
*** Updated the Scite4AutoIt3.chm Helpfile.
*** Updated Scite's os.execute with the available patch from Steve Donovan to avoid
    the popup cmd windows.
*** Added Ctrl+Shift+F5 - Run Tylo's Au3Check and when no errors/warnings found 
    run Autotit3.exe. Done with a LUA script.
*** Added Ctrl+Shift+F7 - Run Tylo's Au3Check and when no errors/warnings found 
    run Aut2Exe.exe. Done with a LUA script.
*** Fixed CompileAU3.exe, issue with /nodecompile on older releases
*** Added Ctrl+F1 - open the Scite4AutoIt3.chm Helpfile.
*** Added LUA script to AutoIt3.lua, made by Valik, to suppress AutoComplete 
    inside comment lines/blocks and strings.
*** Added LUA scripts for Ctrl+Shift+F5 and Ctrl+Shift+F7.
*** Updated the Ctrl+Shift+D LUA script.it works now as follows:
    - if text is selected then put that in the Debug msgbox.
    - if no text is selected then select "Current Word" and strip the \n \r 
      and spaces from it.
    - if the length of the selected text is zero then display msg in output pane
      and don't add the msgbox.
*** Change the Ctrl+Shift+B to Ctrl+Alt+B for the Copy Bookmark LUa script to 
    resolve a conflict with the BoxComment function.
*** Added Ctrl+F11 shortcut to a new LUA script which will replace the use.monospaced=1
    which will be removed in the next release of Scite. (LUA script by Bruce Dodson)
    The behavior is the same as before.Scite will start in MONOSPACE 
    font :Courier New,size:10
    The change it to start with a proportional font add this to your SciteUser.Properties
    file: font.override=
    To change the font add this: font.monospace=font:Courier New,size:12
Edited by JdeB

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

Look good. When do you expect to release it?

David Nuttall
Nuttall Computer Consulting

An Aquarius born during the Age of Aquarius

AutoIt allows me to re-invent the wheel so much faster.

I'm off to write a wizard, a wonderful wizard of odd...

Link to comment
Share on other sites

  • Developers

I have it ready but was thinking of waiting till close to the release of the 102 version, because I changed the default commandline for AutoIt3.exe to include the /ErrorStdOut parameter so it will show the Errors in the Output pane.

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

  • Developers

The list looks good to me :ph34r:

Will the autocomplete file (au3.api I think?) inlude @DeskopDepth and other macros/functions planned in the upcoming 3.0.102 AutoIt release?

It contains all the updates for 102 + the Gui stuff .. ( plan to leave that in )

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