Jump to content

Recommended Posts

Posted
  On 10/26/2015 at 6:10 PM, Jos said:
 

That makes it sound like you are frustrated with my answers while I am just providing you my honest feedback based on my experience, 

I apologize for my inappropriate way of expressing my own thoughts.

I was thinking: In the meantime, I have a lot of other tasks. So I come back to them.
I hope that I ever come back to this my idea.
Thank you for your feedback.
ps.
I do not feel flustrtated. Rather more pleased. Why? Because your response was not denying in its entirety. Which means that there is space for action. Of course, not necessarily now.

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

S4AU3 have setup lexer for HMTL , but how to setup the same lexer for MHT files ?

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 file extensions are defined in the xxx/properties files.
When you want to associate the html lexer with mht files, you simply check the html.properties file and add the extension.
Often you can find additional propertied files on the SciTE website, where people publish the correct settings for keywords and API.

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

Thanks.

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 start to using "Mark all" + "Search only in this style [5]"
I want to Mark all occurances of "Return" statement but only in code (not in comment), and I see that SciTE mark also other styles.

Is it intended behavior ? or is it a Bug in Scintilla ?

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...
  • Developers
Posted
  On 10/31/2015 at 7:32 PM, mLipok said:

I start to using "Mark all" + "Search only in this style [5]"
I want to Mark all occurances of "Return" statement but only in code (not in comment), and I see that SciTE mark also other styles.

Is it intended behavior ? or is it a Bug in Scintilla ?

mLipok

 

I see indeed that the Style selection only seems to work for a regular search, not the mark all. 
Try the standard SciTE build to see if that works to determine whether it is a merge goof-up by me or standard behavior.

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

Just uploaded a new Beta SciTE.exe/SciLexer.dll which is the merge of the just released 2.62 version.
Please give it a good spin as this is now compiled with VC++ 2015 and want to ensure nothing got broken.

Thanks,
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
  On 11/14/2015 at 12:57 PM, Jos said:

I see indeed that the Style selection only seems to work for a regular search, not the mark all. Try the standard SciTE build to see if that works to determine whether it is a merge goof-up by me or standard behavior.

I rename:

"..\AutoIt3\SciTE\"..\AutoIt3\SciTE4AutoIt\
"..\AutoIt3\SciTE-AutoIt3Installer\" > "..\AutoIt3\SciTE\

Checked again.

 

Result:
standard SciTE works correctly.

 

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

Don't test with the Lite version on SciTE4AutpOut3 as that is based on the same source, but an couple of version behind as Jon doesn't recompile with each beta.
A proper test is with the binary Neil publishes, which is the base code I use to merge our SciTE version.

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

So I just used:

http://sourceforge.net/projects/scintilla/files/SciTE/3.6.2/wscite362.zip/download

But when I try to use Search feature then no Find Dialog appears, instead I see a small tool bar in the bottom of SciTE, and can not find a way to select "style" feature.

 

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

:)  understand...   It is way more difficult than it looks ...isn't it?  ;)

This is due to the customization I have made in the SciTEGlobal.properties. so all you need to do is copy the official files (SciTE.exe and Scilexer.dll) into you current setup.
I just tried it myself and it seems to be broken in the same way.

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

Now I see.
So it seams that the change was made by Neil.

 

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

So I must dig in ;)

 

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
  On 11/14/2015 at 12:59 PM, Jos said:

Just uploaded a new Beta SciTE.exe/SciLexer.dll which is the merge of the just released 2.62 version.
Please give it a good spin as this is now compiled with VC++ 2015 and want to ensure nothing got broken.

Thanks,
Jos

First used is OK,

so as usual, new version of Visual Studio increase executable size !!!

Posted (edited)

I just notice that 3.62 changed behavior in Foreground/Background color for selected text.
Finally behavior for Alpha is really Background , because before this was like Layer.

SciTEConfig_2.thumb.png.3fb077d1d5d50f69

 

Any way, for now currently It seams that 3.62 works ok.

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

I want to notice that I can't run SciTE.exe 3.6.2 on WinXP Pro SP3

I get inf "Acces denied" , of course SciTE4AutoIt3 v 2015-09-25 works correctly

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

Could you try this version on WinXp SP3 to see if that works?

Thanks
Jos

Confirmed as FIXED

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

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