Jump to content

Recommended Posts

Posted (edited)

In SciTE when I press CTRL+SHIFT+W then there is inserted a scpecial sign "ETB" 
What it is ?

I want also to ask whether this feature is used / useful ?
I ask because I want to change the keyboard shortcut (in my own config)

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)

So now the only question is: Is it used by any member in au3 scirpts ?
But as I think this can be handy only in very specific situation , but even in that case better solution would be to use:
 

Chr(4)

?

EDIT: Unless someone has to some special usage ?

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)

There are also other chars.

For example to the following snippet manually Add each of showed combination

#include-once
#include <Array.au3>

#cs
    CTRL+SHIFT+W 
    CTRL+SHIFT+Y 
    CTRL+SHIFT+A 
    CTRL+SHIFT+G 
    CTRL+SHIFT+H 
    CTRL+SHIFT+Z 
    CTRL+SHIFT+X 
    CTRL+SHIFT+C 
    CTRL+SHIFT+N 

#CE

#include <ie.au3>

 

And now try to use CTRL+F5 (Au3check) then you will see:

  Quote

warning: #comments-start has no explicit closing #comments-end (1 level).

Expand  

EDIT:
I think about turn these characters off from the use in SciTE, so I think about adding them fake keyboard shortcuts.

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

Ctrl + letter by default maps to the corresponding ANSI control character and this behavior isn't special to SciTE, unless a specific such hotkey is declared.

  Reveal hidden contents

This wonderful site allows debugging and testing regular expressions (many flavors available). An absolute must have in your bookmarks.
Another excellent RegExp tutorial. Don't forget downloading your copy of up-to-date pcretest.exe and pcregrep.exe here
RegExp tutorial: enough to get started
PCRE v8.33 regexp documentation latest available release and currently implemented in AutoIt beta.

SQLitespeed is another feature-rich premier SQLite manager (includes import/export). Well worth a try.
SQLite Expert (freeware Personal Edition or payware Pro version) is a very useful SQLite database manager.
An excellent eBook covering almost every aspect of SQLite3: a must-read for anyone doing serious work.
SQL tutorial (covers "generic" SQL, but most of it applies to SQLite as well)
A work-in-progress SQLite3 tutorial. Don't miss other LxyzTHW pages!
SQLite official website with full documentation (may be newer than the SQLite library that comes standard with AutoIt)

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
×
×
  • Create New...