Jump to content

Recommended Posts

Posted
  On 10/20/2015 at 5:04 PM, Jos said:

So, which other app could be "eating" the ALt+F1 keys combo or did you change it?

VGA Driver ?

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

Yes

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 (edited)

I have a question about this snippet:

Local $SOME_VAR1 = ''
;~ Local $SOME_VAR2 = ''
$SOME_VA

when you focus cursor at the end I mean in 3 line just after ".._VA"
and now when you press R key on the keyboard,

Why scite show to me also $SOME_VAR2 in calltips ? 
Is it possible to disable showing (in this call tips) variable and function which are commented ?

 

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

  • Developers
Posted

The SciTE autocomplete is unaware of styles so you can't exclude styles from appearing in the dropdown box..
Can it be made like that?: I would obviously say yes but this is the way it is in the ScITE distribution I use.

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

Is there any place to post feature requests of SciTE ?. 

  Reveal hidden contents

 

Posted (edited)
  On 10/24/2015 at 9:20 AM, Jos said:

The SciTE autocomplete is unaware of styles so you can't exclude styles from appearing in the dropdown box.

Great sorrow :(

  On 10/24/2015 at 9:20 AM, Jos said:

Can it be made like that?: I would obviously say yes but this is the way it is in the ScITE distribution I use.

Is there something you know that this functionality was previously requested here:
http://sourceforge.net/p/scintilla/feature-requests/

??

 

  On 10/24/2015 at 10:47 AM, TheDcoder said:

@kcivnu Official AutoIt3 Bug Tracker

@TheDcoder

As @Jos say he is using standard SciTE distribution (as I know with small modyfication).
So AutoIt Track is not good place to post Feature Request.
It should be requested as I 
ask  @Jos above.

Of course if you or @kcvinu wants then, you can make  your own Feature Request to the scintilla project.

 

mLipok

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

  • Developers
Posted

 

  On 10/24/2015 at 10:33 AM, kcvinu said:

Is there any place to post feature requests of SciTE ?. 

Doing it here in the active thread or in the Feature request option of the BugTracker.  
When you post it here there is a better chance on a dialog, were in the bugtracker it will be a Yes/No type answer. 

  On 10/24/2015 at 10:55 AM, mLipok said:

Is there something you know that this functionality was previously requested here:http://sourceforge.net/p/scintilla/feature-requests/??

I don't know as I am not following the development in that detail, but wouldn't be surprised when Niel either already said no or else will say no to it as he tries to keep it simple.

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

As I see, you see an opportunity for discussion here.
Had my idea intrigued you?
Is there a chance for a your little modification?

This modification came to my mind when I'm working with modifications to XML and IE UDFs.
Scite still showing to me the old variables and functions name that are no longer used, but I have them "saved" in the comments.
It becomes a bit of a nuisance, but for the time being to themselves with this advise.

So I thought: I have to ask, because it can be a solution.
Unfortunately, as it turned out it is not yet :(

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 (edited)

@Jos Unfortuntely, i posted the request in BugTracker. But if it permits, i would like to discuss it here. So can i ?

Edited by kcvinu
  Reveal hidden contents

 

Posted (edited)

Just Add this Theread (URL) to that ones TrackTicket as a reference to discussion.

EDIT:
As I see it a little wider REQUEST in relation to my request.

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 (edited)

@mLipok You mean, discuss the matter here and then add a reference to that TrckTicket ?

Edited by kcvinu
  Reveal hidden contents

 

Posted

The best way is always:


Discuss here on the fourm.
If we "community" come to any conclusion then if it is needed any body involved in discusion can open a ticket.

 

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

  • Developers
Posted
  On 10/24/2015 at 11:19 AM, mLipok said:

As I see, you see an opportunity for discussion here.
Had my idea intrigued you?
Is there a chance for a your little modification?

This modification came to my mind when I'm working with modifications to XML and IE UDFs.
Scite still showing to me the old variables and functions name that are no longer used, but I have them "saved" in the comments.
It becomes a bit of a nuisance, but for the time being to themselves with this advise.

So I thought: I have to ask, because it can be a solution.
Unfortunately, as it turned out it is not yet :(

When your question is for me to look at modifying the SciTE core functionality for the AutoComplete then my clear answer is No.
We have made many LUA scripts to adapt the behavior of SciTE, and we could it in case it is possible there, but I am limiting the modifications to the core program to avoid the maintenance work. There is already enough as it is with the changes I made.

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/24/2015 at 11:22 AM, kcvinu said:

@Jos Unfortuntely, i posted the request in BugTracker. But if it permits, i would like to discuss it here. So can i ?

Sure, that is what i said ...right?  ;)

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 (edited)
  On 10/24/2015 at 11:37 AM, Jos said:

When your question is for me to look at modifying the SciTE core functionality for the AutoComplete then my clear answer is No.
We have made many LUA scripts to adapt the behavior of SciTE, and we could it in case it is possible there, but I am limiting the modifications to the core program to avoid the maintenance work. There is already enough as it is with the changes I made.

I understand your approach.
Thanks for the explanation of this particular case.

btw.
I go to work in the garden, so I will not be online for a few hours.
Fresh autumn air will be good for my brains/mind and my well-being.

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

@Jos  These are the requests

1. If user types "Opt", then after the "(", intellisence should display all options. and after user selects an option, he will type a comma. Then intellisence should display all params of that option.
 
2. When user types "#include", show all include files in Intellisence.
3. When user types a variable's name without the dollr sign, then detect it as if he typed it with the dollar sign and add the sign to it. 

4. Adding end keyword like "EndIf/WEnd/EndSwitch/Next" automatically after user presses n enter key.

  Reveal hidden contents

 

  • Developers
Posted
  1. It does already. There are up/down arrows shown at the beginning of the line which allows you the scroll through them.
  2. Could be a nice one to do in LUA maybe? It should show all *.au3 files located in the script directory and defined in openpath.$(au3).
    Example how to build a custom AutoComplete..  
  3. That could conflict when an UDF name is similar to a variable name. So can;t see that working.
  4. Abbrevs can do that and also could imagine a LUA script could do this. 

Looks like you have a couple of nice challenges to work on for the coming period (2 & 4) :)

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

@Jos Thanks for the reply. So the ball is in my cort now, isn;t it ?. I have already made a tool to accomplish the task in number 2. And number 4 is under construction. None of them are in Lua. Because i never saw a tutorial on that. I can easily learn basics of lua. But i think i need proper turorials to work with Lua + SciTE

  Reveal hidden contents

 

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