Clo wrote:
“Pro” version has to offer a sufficient count of extra-features, making it attractive and bringing some licences to Alexeï who works like a horse for his programmes…
Hi Clo , i absolutely agree with you, i hope that AlexTP will solve this problem about RegEx on freeware version.
Last edited by sas2000 on 2008-01-27, 06:57 UTC, edited 2 times in total.
I don't know what features of RegEx library can be disabled, but if they can...
Depending on which RegEx library you use, you normally can disable
- Multi-line
- Extended syntax ( POSIX extended or Perl added \W)
- BackTracking and back reference \n refer to the group n
.....
See all parameter used when you create you engine.
(To reduce the number of back reference, you can programmatically fitter search expression with \1-9 inside and pops up a [buy pro version to do this search]...
I don't like the idea that you have to register a product to be able to enjoy all of the features of the free(!) [Correction: It's not free, see below.] RegEx library it makes use of. Sounds like selling tap water in bottles to me.
What about adding RegEx replacing as a Pro feature?
Icfu
Last edited by icfu on 2008-01-27, 12:25 UTC, edited 1 time in total.
It is not free. DIRegEx library costs an amount of money.
Judging from the PCRE documentation in your help file I thought that you are using PCRE... What's the advantage of DIRegEx?
Edit: Ok, forget it, you need a wrapper. Well, there are free ones as well but I guess that DlRegEx is more professional...
Universal Viewer is not an editor,
this may be added in some plugin maybe.
Universal Viewer is what you want it to be. Also you have just mentioned a "problem" which indeed makes limiting RegEx functionality questionable.
[BUG] Scrollbar disappears although not all content is visible.
Reproduction:
Create a text file with about as much lines as can be displayed in UV without scrolling.
Open file in UV, lower window height until you see scrollbar.
Raise window height until scrollbar disappears.
Check that there is more than only the visible content with Ctrl+Up/Down or cursor keys.
Help NotePad wrote:Headers and footers are text that appears in the top and bottom margins of a document.
Click the File menu, and then click Page Setup.
In the Header or Footer box, type the header and footer text you want to use. You can also use any of the character combinations in the following table to create more sophisticated headers and footers.
The following table describes the different character combinations that can be used when creating headers or footers.
To Type this
Insert the date &d
Insert the time from your computer's clock &t
Insert the page number &p
Insert the name of the file, or "(untitled)" if the file has no name &f
Insert an ampersand (&) &&
Align the header or footer to the left, center, or right &l, &c, or &r
Tips
- You can use more than one character combination in the Header or Footer box. Leave a space or two between each combination to make the header or footer easier to read.
- To align text to the left, center, or right, you must first type &l, &c, or &r in the Header or Footer box, followed by any other character combinations you want to use.
- You can also combine your own text with the character combinations. For example,Page &p will print out as Page 1, Page 2, and so on.
Maybe differ in other languages (or in other programs ).