|
Author
|
Thread
|
New Thread Post Reply
|
seasoned_geek Member | find matching begin/end
There is a built in function for matching braces, but is there one for matching begin/end pairs. The language I'm currently working in doesn't use braces. I can't find anything in the Help on this. It seems that it should be there if you support PASCAL or several SQL dialects. |
| 4/15/2010 6:25:34 PM | Quote Edit/Delete |
Joacim Andersson Administrator | You're correct, there's no function in SE to find a matching END to a BEGIN or the other way around (if you use proper indentation you shouldn't need it ). If you really need it you can develop such a feature yourself using BML. |
| 4/16/2010 12:52:38 AM | Quote Edit/Delete |
seasoned_geek Member | Just like there is no need for "find matching {".
Begin and end are very common with SQL, and many language dialects. The feature is needed. If the "find matchin {" was implemented correctly it should just be a straight substitution to that piece of code. |
| 4/16/2010 3:15:36 AM | Quote Edit/Delete |
Joacim Andersson Administrator | I agree that "find matching {" is not needed if you use proper indentation but find matching brace also match ( and ). In either case there is no find matching END to a BEGIN. |
| 4/16/2010 5:17:03 AM | Quote Edit/Delete |
|
Lock thread
|
New Thread Post Reply |