开发者

notepad ++ match pl sql start and finish of block

开发者 https://www.devze.com 2023-03-27 15:28 出处:网络
Notepad++ can match ( ), { }. I use it to edit pl sql code, and wonder if it is able to match beginning and end of a pl sql开发者_如何学运维 block

Notepad++ can match ( ), { }. I use it to edit pl sql code, and wonder if it is able to match beginning and end of a pl sql开发者_如何学运维 block

for example

if a=1 then
  null;
end if;

when I point to then I wish end if to be highlighted.

Is it possible to do?


The functionality you are talking about is called brace matching, and I suspect that it only is possible for the braces themselves. Have you tried looking for plug-ins that do something like this? Here is a link to a bunch of Notepad++ plugins. http://sourceforge.net/projects/npp-plugins/


New version has such functionality.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号