hpwControl Plugin - Early Preview for Feedback

Questions about NeoBook PlugIns

Moderator: Neosoft Support

Locked
mishem
Posts: 581
Joined: Mon Oct 08, 2012 1:51 pm

Re: hpwControl Plugin - Early Preview for Feedback

Post by mishem »

I realized my mistake.
Thank you so much.
mishem
Posts: 581
Joined: Mon Oct 08, 2012 1:51 pm

Re: hpwControl Plugin - Early Preview for Feedback

Post by mishem »

Hello,

Bing Translator
I have long wanted to ask. You could add plugin support for Unicode regular expressions?
The problem is that with the Cyrillic alphabet, some expressions do not work.

Soogle Translate
Long wanted to ask. Can you add Unicode support for regular expressions to the plugin?
The problem is that some expressions do not work with the Cyrillic alphabet.
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: hpwControl Plugin - Early Preview for Feedback

Post by HPW »

Hello,

Several Problems come to my mind:

Not sure that the used RegEx library does support this.
And can it work when the neobook main Programm is ANSI?
Where to put the Unicode result when variables are ANSI.

Regards
Hans-Peter
mishem
Posts: 581
Joined: Mon Oct 08, 2012 1:51 pm

Re: hpwControl Plugin - Early Preview for Feedback

Post by mishem »

Hello,
HPW wrote:Not sure that the used RegEx library does support this
This library?
HPW wrote:And can it work when the neobook main Programm is ANSI?
I think it's going to work. Match search is in the format \ x2028.
HPW wrote:Where to put the Unicode result when variables are ANSI.
The result should be returned to ANSI.

The problem is that the normal version for example does not work with Cyrillic metacharacters-word boundary \b.
And does not work correctly.

In the extended version, I hope everything will work correctly.
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: hpwControl Plugin - Early Preview for Feedback

Post by HPW »

Hello,

Yes that was the library.
But the Unicode Support is enabled by a Compiler Switch and turns all vars to type widestring.
The result should be returned to ANSI.
That can not work. The Delphi Compiler will throw a type error.

As long we have no future nebook version with Unicode Support, it make not much sense to think about Unicode Support in plugins.

Regards
Hans-Peter
mishem
Posts: 581
Joined: Mon Oct 08, 2012 1:51 pm

Re: hpwControl Plugin - Early Preview for Feedback

Post by mishem »

Жалко что не получится. Я так надеялся...
Спасибо за ответ.
User avatar
HPW
Posts: 2571
Joined: Fri Apr 01, 2005 11:24 pm
Location: Germany
Contact:

Re: hpwControl Plugin - Early Preview for Feedback

Post by HPW »

Just released hpwControl 1.46:

http://www.hpwsoft.de/anmeldung/html1/n ... ook10.html

Action: hpwExecRegExpList - The stringstream to search can now also come from a file (filename)
Action: hpwExecRegExpPos - The stringstream to search can now also come from a file (filename)
New Action: hpwPosToLineNumber - Returns linenumber of a pos in string/file.

neobook is alive ;-)

Regards
Hans-Peter
JnCon
Posts: 7
Joined: Tue Sep 20, 2016 8:38 am

Re: hpwControl Plugin - Early Preview for Feedback

Post by JnCon »

Hello Hans-Peter,

thank you for continous developing. For me, these plugins extraxt the power of neobook to do all I want.
Please do not give up and keep NB alive in the future!
Locked