Jump to content

Recommended Posts

Posted

I have no idea at all what you think is the bug, because that video is all blurred. 

BTW, if this is actually a SciTE bug, you'd be better off posting here instead of on this site.

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

After I do a search for the word

ERROR

and then i select "Mark All", then i get this bug.

the bug is that the color of most of the code changes to pink.

this is happens only if i do search for the word ERROR , only on this code and only when i select "Mark All"

  • Moderators
Posted

gil900,

I am using the latest Beta release of SciTE4AutoIt3 (which uses SciTE 3.3.6) and the bug is certainly not present when I search for "ERROR" and select "Mark All". There was a SciTE bug which led to code being displayed as commented-out when it was not - you might possibly have stumbled on a version of that - which has now been fixed.

So I suggest you update to the 20 Oct Beta release. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Developers
Posted
  On 11/1/2013 at 11:37 AM, gil900 said:

After I do a search for the word

ERROR

and then i select "Mark All", then i get this bug.

the bug is that the color of most of the code changes to pink.

this is happens only if i do search for the word ERROR , only on this code and only when i select "Mark All"

Post the example code you use and describe the steps (as done here) when you want me to look at something.

I did make some fixes in the au3 lexer so always test your issue with the latest beta before reporting anything.

Cheers

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)

@gil900

can you give a line number 81,82,83 and 109,110,111

and a word which You find/mark

EDIT:

I mean a content of this 6 specified line

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)
  On 11/2/2013 at 7:54 PM, mlipok said:

@gil900

can you give a line number 81,82,83 and 109,110,111

and a word which You find/mark

EDIT:

I mean a content of this 6 specified line

 

Okay.

109 - 111:

$File = $Dir&"\"&FileFindNextFile($search)
                If @error Then
                    $IniDeleteSection = 1

81 - 83

;       Else
;           MsgBox(16,"ERROR","")
;       EndIf

the word is ERROR

 

  On 11/1/2013 at 5:33 PM, Jos said:

Post the example code you use and describe the steps (as done here) when you want me to look at something.

I did make some fixes in the au3 lexer so always test your issue with the latest beta before reporting anything.

Cheers

jos

 

I can not post my code..

this is the problem.

There is a portable version of the latest version?

Edited by Guest
Posted

Do You have a standard version (not portable) ?

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

  • Moderators
Posted

gil900,

 

  Quote

I can not post my code..

this is the problem.

Then you cannot expect any sensible help. Either post a reproducer so we can see try to see what is happening or you are on your own. ;)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

  • Developers
Posted (edited)
  On 11/2/2013 at 11:24 PM, gil900 said:

I can not post my code..

this is the problem.

Then please refrain from making topics about finding a serious bug. ;)

There is no ZIP file available of the Beta version, but it is more or less the current Production version updated with all available Beta files.

Why would you need the Beta ZIP version?

Anyway, post a reproducer if you want me to look at anything as my crystal-ball is still at the repair-shop from the last time it didn't work and I threw it on the floor. :)

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

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