Jump to content

Recommended Posts

  • Developers
Posted
  On 12/5/2013 at 8:02 PM, mlipok said:

 

Interestingly, when you type  $sPar CTRL+{ENTER} calltips guide appears, but does not want to appear by itself.
This problem (not appearing calltips guide), it seems that there is only in conjunction with the keyword #forceref

 

This AutoComplete dropdownbox will always be activated when  Ctrl+Enter is pressed as the standard AutoComplete doesn't take anything into account.

As stated: The LUA functions ae responsible for the auto-popup and the auto-disable for the AutoComplete box to make coding much easier.

Don't worry about small glitches too much and just enjoy the pleasure of the automatic showing of the AutoComplete.

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 12/5/2013 at 8:16 PM, Jos said:

Don't worry about small glitches too much and just enjoy the pleasure of the automatic showing of the AutoComplete.

OK


btw.

I wanted a long time ago to ask a question of highlighting the selected text.
I use the example of (please see attached file)
 
Question: if this was intentional intention to highlight duplicate texts was dependent on the type of kind lines of code (normal / comments / directive)
 
Would not it be better to all "instances" of the selected text are highlighted at the same time?

post-10673-0-59894800-1386276469_thumb.j

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Find and change, or add, this line to your Sciteuser.properties file

  Quote

 

highlight.current.word.by.style=0

If it's set to =1, then change it to 0.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

  • Developers
Posted (edited)

Helpfile is your friend like BrewManNH indicates:

  Quote

highlight.current.word.by.style

If the option highlight.current.word.by.style is set, then only words with the same style are highlighted (e.g. if you select this word in a comment, then only occurrences of words in comments are selected).

 

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

Posted
Many thanks,
I struggled so long, and enough to ask
 
I greet
mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 2 weeks later...
Posted

thanks for Beta upgrade

(SciTE Release 3.3.7)

 
br
mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

I don't see anything in the history worth mentioning.

http://www.scintilla.org/ScintillaHistory.html

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted

Agree.... I've just merged the latest released version of SciTE to keep up, but there wasn't much there.

Neil is currently releasing regular updates so I just try to keep up with them.

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

When I try to open include using Alt+i or Alt+Shift+i (I am focused on standard UDF function in my script)

then I had this message in console:

  Quote

Not on #include line.

 

issue after instalation

AutoIt 3.3.9.25 Beta

SciTE 3.3.6.0 and 3.3.7.0

Remarks:

I am focused on standard UDF function in my script for example: _GUICtrlTreeView_SelectItem($hTreeView,.....

not on #include statements

 

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Then the error is correct, ALT+I only works when you're on an include statement line, CTRL-J will open the included file and jump to the function within it. You're using it wrong.

If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.
Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag Gude
How to ask questions the smart way!

  Reveal hidden contents

I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from.

Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays.  -  ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script.  -  Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label.  -  _FileGetProperty - Retrieve the properties of a file  -  SciTE Toolbar - A toolbar demo for use with the SciTE editor  -  GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI.  -   Latin Square password generator

Posted (edited)

:mad2:  :oops:

EDIT:

sorry for the confusion
I'm going to relax, because I had a nasty day at work, and I think I still has not passed.
Edited by mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

For some reason this error message is reported using the latest AutoIt beta on Windows 8.1 x64 with the current beta version of AutoItWrapper.

+>22:22:01 Aut2exe.exe ended.C:\Users\guinness\~AU3kpkqunm.exe. rc:0
!>22:22:01 Problem copying file from: C:\Users\guinness\~AU3kpkqunm.exe To :
Reproducer:

#pragma compile(x64, True)

MsgBox(4096, '', 'This will fail.')
But comment it out and it works.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

I use #AutoIt3Wrapper_Compile_Both=Y in my scripts, so commenting the pragma directive is a workaround as both a 32-bit and 64-bit executable is compiled anyway.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

  • Developers
Posted (edited)

Just uploaded a fix to only skip the default outputfilename in case the " #pragma Compile(out, YourFileName)" isn't specified while the "#pragma Compile(x64, true/false)" is.

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

Posted

Confirmed as fixed. Thanks.

UDF List:

  Reveal hidden contents

Updated: 22/04/2018

Posted

Hi,

I have problems with that new version (provided with AutoIt 3.3.10.0, or even with the full version), maybe it's little things :

- Syntax color has changed from AutoIt 3.3.8.1 so it's not very easy to me

- If I add TABS for future lines, that new SciTe delete them

- Also, it seems default identation settings changed, so I must change again that setting or all my scripts

Please, can you help me about it ?

Thank you

  • Developers
Posted

  On 12/26/2013 at 10:17 AM, FreeBeing said:
I have problems with that new version (provided with AutoIt 3.3.10.0, or even with the full version), maybe it's little things :

 

- Syntax color has changed from AutoIt 3.3.8.1 so it's not very easy to me

- If I add TABS for future lines, that new SciTe delete them

- Also, it seems default identation settings changed, so I must change again that setting or all my scripts

 

1.The color scheme was changed quite a while ago but the old SciTEscheme is still there ...  just changes it as explained in the helpfile.

2. No idea what you really mean here.

3. The defaults hasn't changed for years, but it will always use the setting when you have changed it yourself. These User defaults are set in SciTEUSer.properties. Check if there's a problem with that file since you also reported another issue with the color settings in the other thread.

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

I will give you more details :

1) For now, SciteConfig seems to be broken, so I found how to create my own "SciTEGlobal.properties" with just 1 color changed : I think strings in red are not easy to read so I changed it with a darker color.

2) For example : if I create a While or a If condition, lines that follow contains a "TAB" character.

With SciTE provided with AutoIt 3.3.8.1, when I add blank lines (that contains the same TAB character) for future or to help readability, I save my au3 script and perfect, all TAB chars are saved.

Same attempt with SciTE provided with AutoIt 3.3.10.0 or even with the full SciTE4AutoIt : all blank lines that contain at least 1 TAB char are not saved fully : all TAB chars are deleted.

So, I admit it's not useful to me...

3) I checked, and I admit it's "special" to me :

- SciTE inside AutoIt 3.3.0.0 : Tab Size 4 / Indent Size 4

- SciTE inside AutoIt 3.3.8.1 : Tab Size 4 / Indent Size 3

(With AutoIt 3.3.8.1 I changed all my scripts to be up to date... I was not aware of indentation setting)

- SciTE inside AutoIt 3.3.10.0 : Tab Size 4 / Indent Size 3

- Full SciTE4AutoIt, latest version : Tab Size 4 / Indent Size 4 (and I don't understand why)

  • Developers
Posted

1. SciTE config isn't broken, just not foolproof ...it is your setup... use the installer as indicated in the other thread.

2. Do 1 and tell me if this is still changed compared to the previous version.

3. ok

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

Guest
This topic is now closed to further replies.
×
×
  • Create New...