Jump to content

SciTe - editing feature - Ctrl + LEFT or Ctrl + RIGHT


Go to solution Solved by mLipok,

Recommended Posts

Posted
By editing the code in the 'SciTE' I often use Ctrl + LEFT or Ctrl + RIGHT. 
This option key combination should pass between successive words. 
 
Unfortunately, given my national characters turns out that this functionality is not implemented correctly. 
 
Has anyone encountered a similar problem ?
 
Is 'SciTE' have for this problem some configuration option ?
 
Here is example:
$sString = ' Mały Chrząszcz je swoje śniadanko '

Regards

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

why it stoping on

Mały Chrząszcz je swoje śniadanko

should stop only whitespace

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

  • Solution
Posted
  On 2/21/2014 at 2:46 PM, Jos said:

Tested with encoding UTF8+bom and SciTE v 3.3.9.

 

How to check encoding in Scite:

I do some research and here is part of my SciTEGlobal.properties

# Internationalisation
#NewFileEncoding=CodePage/UTF8BOM/UTF8/UTF16BE/UTF16LE         # Only available in SciTE4AutoIt3 version
# Japanese input code page 932 and ShiftJIS character set 128
#code.page=932
#character.set=128
# Unicode
#code.page=65001
code.page=0
#character.set=204
# Required for Unicode to work on GTK+:
#LC_CTYPE=en_US.UTF-8
if PLAT_GTK
    output.code.page=65001
if PLAT_MAC
    output.code.page=65001

I think it is standard setting.

.....

after a while I found it:

this is what you mean ?

code.page=65001
#code.page=0

And all is perfectly :)

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...