Search found 1046 matches

by Rickard Johansson
11 Jul 2011 17:57
Forum: Syntax files
Topic: RTF Syntax Hiliter: Numeric parms "attached" to keywords
Replies: 12
Views: 30988

Re: RTF Syntax Hiliter: Numeric parms "attached" to keywords

Could you send me the syntax *.syx file or display it here in the forum?
by Rickard Johansson
08 Jul 2011 17:09
Forum: Scripts
Topic: var1 := Document.ReplaceAll does not work
Replies: 7
Views: 13583

Re: var1 := Document.ReplaceAll does not work

It's an option issue. Replace all doesn't always display the search result list when the "Silent" argument is false. It's been fixed.

I'll release a new beta in a day or so, please try it out to confirm it is working.
by Rickard Johansson
04 Jul 2011 15:05
Forum: Scripts
Topic: var1 := Document.ReplaceAll does not work
Replies: 7
Views: 13583

Re: var1 := Document.ReplaceAll does not work

I tried your script above and it seems to work properly. I get two dialogs which both display the same count value.
by Rickard Johansson
20 Jun 2011 18:54
Forum: News
Topic: New version of phpBB
Replies: 4
Views: 20123

Re: New version of phpBB

Thanks!

The User Control Panel should work now. The faq page should load properly now as well.
by Rickard Johansson
17 Jun 2011 12:37
Forum: News
Topic: New version of phpBB
Replies: 4
Views: 20123

New version of phpBB

I've installed the forum on a different server and updated to phpBB v3.

Some information may have been lost in the conversion. Sorry about this!

/Rickard
by Rickard Johansson
13 Jun 2011 09:11
Forum: Syntax files
Topic: Syntax highlighting colors are (very) limited
Replies: 2
Views: 9107

Just click on the color buttons, not the drop-down arrow, to open a color dialog.
by Rickard Johansson
12 Jun 2011 10:44
Forum: Scripts
Topic: var1 := Document.ReplaceAll does not work
Replies: 7
Views: 13583

Fixed. It's working in the next version (v7.43). Thanks!
by Rickard Johansson
18 May 2011 13:29
Forum: Syntax files
Topic: try to add code folding for //[of]
Replies: 2
Views: 8800

Try adding

[FoldOptions]
Separators=:

and possibly add, at leased, ":" to symbols

Symbols=:
by Rickard Johansson
19 Apr 2011 11:14
Forum: Bugs
Topic: About error messages and bug reports!
Replies: 0
Views: 21147

About error messages and bug reports!

Bug, issue or just strange behavior Try to reproduce the issue and add a post to the "Bugs" forum with detailed steps to reproduce the issue. I prefer if you post bug reports in the forum. Exception (error message) All releases contain an inbuilt exception catcher which can create a very ...
by Rickard Johansson
06 Apr 2011 10:11
Forum: Syntax files
Topic: folding and code explorer
Replies: 2
Views: 7336

Would you mind showing us the entire *.syx file?
by Rickard Johansson
17 Jan 2011 16:14
Forum: Syntax files
Topic: Problem with folding
Replies: 3
Views: 8714

Hmm... seems it's already fixed in my next version (v7.10) 8)
by Rickard Johansson
17 Jan 2011 16:04
Forum: Syntax files
Topic: Problem with folding
Replies: 3
Views: 8714

Seems to be a bug. I'll fix it.

Thanks!
by Rickard Johansson
01 Nov 2010 17:54
Forum: Syntax files
Topic: bgcolor, color, background - Select Color and File dialog
Replies: 9
Views: 28295

Probably my fault. I wrote properties instead of attributes.

We were indeed talking about tag attributes, but the idea for a CSS property dialog is not a bad one. Some properties can have several values and in some cases a dialog may help. I'll consider it.
by Rickard Johansson
01 Nov 2010 16:22
Forum: Syntax files
Topic: bgcolor, color, background - Select Color and File dialog
Replies: 9
Views: 28295

Actually, we can add both url and file dialogs to the background property, so never mind.
by Rickard Johansson
01 Nov 2010 16:20
Forum: Syntax files
Topic: bgcolor, color, background - Select Color and File dialog
Replies: 9
Views: 28295

Those properties are not valid in HTML5, so I didn't add them. I'll fix that.

BTW. The property

background="" -> file dialog

should be

background="" -> url dialog

right?