Is it possible to have a macro that is invoked via a key mapping to
operate differently depending on the contexts in which it is invoked
(e.g. editing Java vs editing HTML)? Or to have that key mapping invoke
a different macro based on the context? If so, how?
Example:
When editing a Java file
Hello,
I try to develop an java enterprise web program with netbeans 17, glassfish
7 and maven.
First, I've to update manually < org.apache.maven.plugins /maven war plugin
> to 3.3.2 and < maven-dependency-plugin > to 3.5.0 in pom.xml because the
project can't build and compile.
When t