|
-
Feb 7th, 2008, 02:03 PM
#1
Weird characters in SQL code tags
See this post:
http://www.vbforums.com/showthread.p...60#post3132060
The first line is:
CREATE FUNCTION [dbo].[fn_GetNumbers](@Str NVARCHAR(MAX))
But it shows in the code windows as:
CREATE FUNCTION & # 9 1 ; dbo].[fn_GetNumbers](@Str NVARCHAR(MAX))
(Without the spaces)
It seems to translate correctly when out of the SQL code tags...
-
Feb 7th, 2008, 02:20 PM
#2
Re: Weird characters in SQL code tags
Because the square brackets are used to designate special-formatting areas, I would assume that square brackets inside such an area would be translated to their html entity equivalent. There seems to be something in the formatting algo which removes the & from the & # 9 1 ;
-
Feb 7th, 2008, 04:04 PM
#3
Re: Weird characters in SQL code tags
The same issue (with the C# formatting, but it is the same tool doing the work) was discussed within the last day: here
-
Feb 7th, 2008, 06:38 PM
#4
Re: Weird characters in SQL code tags
Maybe we need a sticky listing the highlight tool bugs...
-
Feb 7th, 2008, 07:18 PM
#5
Re: Weird characters in SQL code tags
I should have searched.... sorry about that...
The parsing algorithm should look for complete tags, not just the opening bracket... Because SQL usually has the square brackets in the code...
-
Feb 7th, 2008, 10:35 PM
#6
Re: Weird characters in SQL code tags
It's nothing to do with the parsing. It's just a typo in an array structure in the plugin code which wraps the parse engine.
As I posted in the thread linked above, when I get free time these issues will all be fixed.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|