cannot using keyword other than alphabet
Brought to you by:
alphpt,
pwner4once
Hi.
I am using Notepad++ 4.2 and tried QuickText.
I tried to add new tag "?" and ":q" but it cannot work.
I think it only works with alphabet (a-z) only.
also I would recommend, could you make quicktext respond to regex as well .. for example the tag function $1 will respond to any function abcdef and will format into
function abcdef
end
that will be great !
thx and good job !
Logged In: YES
user_id=1944732
Originator: NO
This item is more of a feature request.
I like it though. I want to work on the variable (implying regex I suppose) feature. Just like nightingale2k1 said, something like:
function foo int i int j returns char<CTRL+ENTER> yields
int foo(int i, int j) {
$
}