Gj, just found that in 8.2 if you have the cursor immediately after the >, it doesn’t replace the version string and does the 9.0 behaviour.
Also, if you have the cursor in the middle of a version string it filters from that prefix. I guess this is why I thought it wasn’t avail in 8.2 as I always do if after the > > On 28 Jul 2018, at 19:11, Geertjan Wielenga > <[email protected]> wrote: > > https://www.youtube.com/watch?v=wGuvhDJ0f80 > > Above you see how it works in 8.2 and how it works in 9.0 vc3. > > Hope it helps, > > Gj > > > >> On Sat, Jul 28, 2018 at 7:12 AM, Brett Ryan <[email protected]> wrote: >> >> I’m still using 8.2 in production, and I’ve never seen it replace the >> version. However, i use the following recommended strategy in maven >> projects. >> >> 1. Use variables for storing versions used in dependencies >> 2. Use the versions [1] plugin to identify new releases >> 3. Never use ranges, it’s not supported in maven 3 any more. >> >> [1]: https://www.mojohaus.org/versions-maven-plugin/ >> >>> On 28 Jul 2018, at 13:15, Tim Boudreau <[email protected]> wrote: >>> >>> I'm frequently annoyed by this too. Has a bug been filed? >>> >>> -Tim >>> -- >>> http://timboudreau.com >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
