Search found 535 matches

by pjj
03 Dec 2015 15:17
Forum: Bug reports
Topic: FIXED: [10.90b2] Problem with Text Clips
Replies: 2
Views: 7834

FIXED: [10.90b2] Problem with Text Clips

I just noticed this with beta2. I have defined "double quotes" text clip; what it does is surrounding selection with nice, typographic quotes: „”. It worked well and it still does, when invoked from the Text Clips panel: „” (when nothing was selected) „some selected text” However, when inv...
by pjj
01 Dec 2015 16:59
Forum: Bug reports
Topic: FIXED: [10.90b1] Annotation Bar is very buggy :-(
Replies: 3
Views: 9230

[10.90b2] Annotation Bar is bug-free :-)

Awesome work! All bugs I'd mentioned are wiped out! Re: Find All; I can see what you mean, but perhaps all finds should be reflected in the AnnBar? You know, these which are highlighted when you press F3, no matter the output option. As for the colors: this is fine, but since I'd rather have light c...
by pjj
01 Dec 2015 14:25
Forum: Bug reports
Topic: FIXED: [10.90b1] Annotation Bar is very buggy :-(
Replies: 3
Views: 9230

FIXED: [10.90b1] Annotation Bar is very buggy :-(

Annotation Bar seems to be very buggy, alas. First off, toolbar button (and View drop down menu icon) doesn't indicate whether it is on or off; it is always off for me, even though I've just clicked it to switch it on. Then, I assume it should work the same as Document Map: globally. Alas, when I sw...
by pjj
13 Oct 2015 17:00
Forum: Bug reports
Topic: FIXED? Open location in Project Manager doesn't work...
Replies: 2
Views: 7790

Re: FIXED? Open location in Project Manager doesn't work...

Rickard Johansson wrote:Actually I thing it should be grayed out when selecting a folder (...)
Definitely the best approach, then.
by pjj
12 Oct 2015 17:59
Forum: Bug reports
Topic: [10.70b3] No icons in recent files list
Replies: 1
Views: 6328

[10.70b3] No icons in recent files list

Document icons Changed the default document icons in all recent file lists, document list and document tabs. Not a biggie, but there are no icons (and there never were any, AFAIR) in "Recent files" entry in the RMC menu, when you click on document tabs area. Perhaps it would be a decent i...
by pjj
12 Oct 2015 17:51
Forum: Bug reports
Topic: FIXED? Open location in Project Manager doesn't work...
Replies: 2
Views: 7790

FIXED? Open location in Project Manager doesn't work...

...for directories, but for files only. I pick "Open location in Windows Explorer..." from the RMC menu.
by pjj
11 Oct 2015 13:57
Forum: Bug reports
Topic: FIXED: [10.70b2] Wrong outline on find scope labels
Replies: 1
Views: 7005

FIXED: [10.70b2] Wrong outline on find scope labels

I know this is small potatoes, but I report it nevertheless: dotted outlines of search scope labels are too short.
search-scope.png
search-scope.png (10.19 KiB) Viewed 7005 times
by pjj
11 Sep 2015 13:48
Forum: Scripts
Topic: Script for .HTACCESS, HTPASSWD
Replies: 1
Views: 16442

Re: Script for .HTACCESS, HTPASSWD

None that I would know about, but you may use an on-line generator, e.g. http://www.htaccessredirect.net/ or http://beamusup.com/generate-htaccess/
by pjj
30 Aug 2015 18:22
Forum: Syntax files
Topic: CSS Syntax between an html Tag
Replies: 3
Views: 17209

Re: CSS Syntax between an html Tag

Confucius says:
Image :wink:
by pjj
27 Aug 2015 14:05
Forum: Syntax files
Topic: CSS Syntax between an html Tag
Replies: 3
Views: 17209

Re: CSS Syntax between an html Tag

I don't think it's possible, I find it ...interesting and probably useful, I hope it's simple and doable :)
by pjj
19 Aug 2015 17:33
Forum: Bug reports
Topic: FIXED: [10.60b2] Line-comment on wrong line
Replies: 1
Views: 6133

FIXED: [10.60b2] Line-comment on wrong line

In PHP file I have this code: for ($iii = 0; $iii < $ii; $iii++) { array_shift($array); } When I place cursor after a curly bracket on 1st line and press key combination for "go to matching bracket", cursor jumps to the 3rd line. Then I press key combination for "line comment" an...
by pjj
18 Aug 2015 10:16
Forum: Bug reports
Topic: SOLVED: [10.60b2] Problem with regex replace
Replies: 2
Views: 7441

Re: [10.60b2] Problem with regex replace

You are absolutely right! I forgot about brackets :oops: Thank you!
by pjj
18 Aug 2015 08:44
Forum: Bug reports
Topic: FIXED: [10.60b2] Invisible character in replace field
Replies: 1
Views: 6072

FIXED: [10.60b2] Invisible character in replace field

Say, I have this two lines one two and I want to join them by removing newline with S&R. I put cursor at the beginning of line 2 and select up to the beginning on line 1. When I hit Ctrl+R, my "search for" field looks like this: one¦ Now I hit tab and my "replace" field looks...
by pjj
18 Aug 2015 08:12
Forum: Bug reports
Topic: SOLVED: [10.60b2] Problem with regex replace
Replies: 2
Views: 7441

SOLVED: [10.60b2] Problem with regex replace

I just noticed I can't use backreferences in regex replace. I have this regex \d{2} - \d{2} to mach lines like 25 - 30 Alas, with replace field equal to e.g. $1#$2 this line -- correctly recognized -- is replaced with the very same "replace" value, i.e. $1#$2 instead of expected 25#30 Coul...