Jump to content



Photo

New SciTE4AutoIt3 available with SciTE v2.28


  • This topic is locked This topic is locked
190 replies to this topic

#21 Valik

Valik

    Former developer.

  • Active Members
  • PipPipPipPipPipPip
  • 18,879 posts

Posted 29 December 2011 - 07:24 PM

I am not interested yet to upgrade to the next version of SciTE.. too new to guarantee stability.

I no longer agree with this statement. The majority of the new features in SciTE should be stable at this point. The latest features centering around background saving and loading are probably the most unstable things but they are optional and can be disabled. For AutoIt they can be disabled since scripts are not very large (Not in the MB's range) which is what benefits most from background activity.

In other words I think it's probably safe to upgrade to SciTE 3.x as long as the background saving and loading are disabled.







#22 Jos

Jos

    oh joy ...

  • Developers
  • 21,067 posts

Posted 29 December 2011 - 07:24 PM

Ok, you are talking about SciTEConfig and I see what you mean now.
Give the current version in the Beta directory a try.

Jos

Visit the SciTE4AutoIt3 Download page for the latest versions                                                                 Forum Rules
 
Live for the present,
Dream of the future,
Learn from the past.
  :)


#23 jaberwocky6669

jaberwocky6669

    Dull light.

  • Active Members
  • PipPipPipPipPipPip
  • 2,080 posts

Posted 29 December 2011 - 11:32 PM

That did the trick and the context menu options are back. (I reinstalled 3.3.8) Thanks!

#24 UEZ

UEZ

    Never say never

  • MVPs
  • 3,617 posts

Posted 01 January 2012 - 06:49 PM

I'm getting the color picker window (_ChooseColor()) when I select in SciTE: Tools -> SciTE Config -> Check SciTE4AutoIt3 Updates -> Ok (No updates available).

Br,
UEZ

 
The own fart smells best!
Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!
¯\_(ツ)_/¯


#25 Jos

Jos

    oh joy ...

  • Developers
  • 21,067 posts

Posted 01 January 2012 - 07:01 PM

I'm getting the color picker window (_ChooseColor()) when I select in SciTE: Tools -> SciTE Config -> Check SciTE4AutoIt3 Updates -> Ok (No updates available).

Will be fixed in v1.6.8.3.
Thanks
Jos

Visit the SciTE4AutoIt3 Download page for the latest versions                                                                 Forum Rules
 
Live for the present,
Dream of the future,
Learn from the past.
  :)


#26 burnell

burnell

    Wayfarer

  • Active Members
  • Pip
  • 50 posts

Posted 03 January 2012 - 01:22 PM

When you choose an new Icon, from a old AU3-Script in new AutoItWrapper, the Icon is over a Button!
Posted Image

#27 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,871 posts

Posted 08 January 2012 - 10:33 PM

In version 2.28 a lot of the function names don't pop up as you are typing them as they do in 2.27
Nor do the call tips, I haven't noticed a pattern but it includes some, but not all, of both native
and standard UDF functions.

Anyone else noticed this?
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#28 MvGulik

MvGulik

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 2,795 posts

Posted 08 January 2012 - 11:34 PM

Mmm, taking a peek at it in a 'really' clean XP-vbox with Autoit 3.3.8.0 and Scite4Autoit 2.28. But I don't see anything odd that jumps out.
Got a example case?
---
Dropped the content of the "au3.keywords.properties" file in a dummy au3 file, and all words highlighted ok. And pop up work ok to.
Looks like something special/local.

Edited by MvGulik, 08 January 2012 - 11:48 PM.

Don't Fall in Love With Ideas"If you fall in love with an idea, you won't see the merits of alternative approaches -- and will probably miss an opportunity or two. One of life's great pleasures is letting go of a previously cherished idea. Then you're free to look for new ones. What part of your idea are you in love with? What would happen if you kissed it goodbye?"

#29 JohnOne

JohnOne

    John

  • Active Members
  • PipPipPipPipPipPip
  • 8,871 posts

Posted 09 January 2012 - 07:21 AM

Cheers MvGulik.
AutoIt Absolute Beginners Require a serial
Run('hh mk:@MSITStore:'&StringReplace(@AutoItExe,'.exe','.chm')&'::/html/tutorials/helloworld/helloworld.htm','',@SW_MAXIMIZE)

#30 wraithdu

wraithdu

    I am less fun than a twisted ankle.

  • MVPs
  • 2,137 posts

Posted 09 January 2012 - 07:12 PM

I'm having an abbreviation expansion problem now. Abbreviations like 'cw' for ConsoleWrite are not highlighted and do not expand on 'space', but will expand on Ctrl+B. Previously, they were highlighted red and expanded on 'space'. I checked SciteConfig and the highlighting color is set properly. And I'm running the latest versions of SciTE.exe and SciLexer.dll from the beta directory.

Edited by wraithdu, 09 January 2012 - 07:13 PM.


#31 MvGulik

MvGulik

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 2,795 posts

Posted 09 January 2012 - 09:30 PM

Seems the "...AutoIt3SciTEPropertiesau3.keywords.abbreviations.properties" file is missing.
(re-adding it fixes the activation with SPACE problem.)
---
mmm, Also in "..AutoIt3SciTEPropertiesau3.properties" the abbreviation style is missing.
(But adding it however will not add the highlighting of abbreviations. Feels like WIP to me.)
# Expand abbreviations style.au3.13=fore:#FF0000,bold

---
... Highlight part eludes me ...

Edited by MvGulik, 09 January 2012 - 10:20 PM.

Don't Fall in Love With Ideas"If you fall in love with an idea, you won't see the merits of alternative approaches -- and will probably miss an opportunity or two. One of life's great pleasures is letting go of a previously cherished idea. Then you're free to look for new ones. What part of your idea are you in love with? What would happen if you kissed it goodbye?"

#32 Jos

Jos

    oh joy ...

  • Developers
  • 21,067 posts

Posted 09 January 2012 - 10:45 PM

Iam aware that the abbrev color was missing from the new color scheme, but will check on the missing file.

Cheers
Jos

Visit the SciTE4AutoIt3 Download page for the latest versions                                                                 Forum Rules
 
Live for the present,
Dream of the future,
Learn from the past.
  :)


#33 wraithdu

wraithdu

    I am less fun than a twisted ankle.

  • MVPs
  • 2,137 posts

Posted 10 January 2012 - 05:19 AM

Seems the "...AutoIt3SciTEPropertiesau3.keywords.abbreviations.properties" file is missing.

Nice find :) The prop file is missing from the installer, but exists in the standalone zip file (which is weird in itself, it has some extraneous files, like it's a zipped up live installation).

I customized the color scheme with SciteConfig, so the abbrev highlight style is added to my user prop file... and it does work.

#34 MvGulik

MvGulik

    Universalist

  • Active Members
  • PipPipPipPipPipPip
  • 2,795 posts

Posted 10 January 2012 - 09:51 AM

I customized the color scheme with SciteConfig, so the abbrev highlight style is added to my user prop file... and it does work.

Posted Image ... I knew I forgot to check something.
Don't Fall in Love With Ideas"If you fall in love with an idea, you won't see the merits of alternative approaches -- and will probably miss an opportunity or two. One of life's great pleasures is letting go of a previously cherished idea. Then you're free to look for new ones. What part of your idea are you in love with? What would happen if you kissed it goodbye?"

#35 Zip

Zip

    Wayfarer

  • Active Members
  • Pip
  • 57 posts

Posted 11 January 2012 - 01:31 AM

Thanks for the update!
Is SciTE4AutoIt3 source/Repository available somewhere ?
I need an updated SciTeLexAU3.cxx (the one used in regular Scite is quite outdated right?)

Just tried it, but I get the same problem as with Regular Scite:

If (for example)I have a #Region Defined & it has Functions inside it,or any linebreaks, If I use a #cs/#ce comment on it,
the Internal folds used are destroyed, the block cannot be completely folded, some folds remain where others are set to unfolded.

Edited by Zip, 11 January 2012 - 02:28 AM.


#36 Jos

Jos

    oh joy ...

  • Developers
  • 21,067 posts

Posted 11 January 2012 - 10:56 PM

Are you planning to built youre own scilexer.dll ?
Eiher way, i can upload the source when you want but will be a couple of days before i have the access as i am traveling.

Jos

Edited by Jos, 14 January 2012 - 11:22 AM.

Visit the SciTE4AutoIt3 Download page for the latest versions                                                                 Forum Rules
 
Live for the present,
Dream of the future,
Learn from the past.
  :)


#37 Zip

Zip

    Wayfarer

  • Active Members
  • Pip
  • 57 posts

Posted 12 January 2012 - 12:48 PM

Yes, as I had done some changes for my own use to Scite.

Eiher way, i can upload the source when you want but will be a couple of days before i have the access as i am traveling.

that'Il be great, thanks a lot !

Edited by Zip, 13 January 2012 - 12:28 AM.


#38 Jos

Jos

    oh joy ...

  • Developers
  • 21,067 posts

Posted 13 January 2012 - 04:07 PM

Yes, as I had done some changes for my own use to Scite.

You're now confusing me.
Do you want the lexer changes lexau3.cxx which are part of Scintilla.dll, or do you also want the changes we have made to our SciTE source?
When you just an updated version of SciTE you could use our version of Scintilla.dll.

Jos

AU3 Lexer update is attached.

Attached Files


Visit the SciTE4AutoIt3 Download page for the latest versions                                                                 Forum Rules
 
Live for the present,
Dream of the future,
Learn from the past.
  :)


#39 Melba23

Melba23

    Yes, me!

  • Moderators
  • 15,393 posts

Posted 13 January 2012 - 04:36 PM

Jos,

Welcome back - but Tidy Beta 2.2.1.8 has some problems. :)

I normally use Ctrl-click on the [+] next to the #region directives to collapse everything inside of them. When I do this with 2.2.1.8, Tidy is not refolding all of the folds in the script (it misses about half).

If I manually fold all the top-level folds within a #region, Tidy 2.2.1.8 does not then refold the #region although it does refold the top-level folds within it.

Tidy 2.2.1.7 works perfectly - at least as far as I am concerned. ;)

2.2.1.8 also writes literally hundreds of "Sleep: #" lines to the SciTE lower pane - I got 241 from a 1500 line script.

Bet you wish you were still in the sunny South! :D

M23
StringSize - Automatically size controls to fit text - ExtMsgBox - A user customisable replacement for MsgBox

Toast - Small GUIs which pop out of the Systray - Marquee - Scrolling tickertape GUIs

Scrollbars - Automatically sized scrollbars with a single command - GUIFrame - Subdivide GUIs into many adjustable frames

GUIExtender - Extend and retract multiple sections within a GUI - NoFocusLines - Remove the dotted focus lines from buttons, sliders, radios and checkboxes

ChooseFileFolder - Single and multiple selections from specified path tree structure - - Notify - Small notifications on the edge of the display

RecFileListToArray - An alternative to _FileListToArray with user-defined include/exclude masks, maximum recursion level, sorting and displayed path options

GUIListViewEx - Insert, delete, move, drag and sort ListView items


#40 Jos

Jos

    oh joy ...

  • Developers
  • 21,067 posts

Posted 13 January 2012 - 04:50 PM

The "only" thing I changed was adding a GOTO to jump to the line first before doing the "ToggleFold" command because it was reported that the TogleFold didn't work when it was a long way away from the current line.
The Sleep() printing is indeed a debug line that is still there.

I will have a play to see if I can reproduce this....( Will keep me awake)

Visit the SciTE4AutoIt3 Download page for the latest versions                                                                 Forum Rules
 
Live for the present,
Dream of the future,
Learn from the past.
  :)





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users