@alan-kilborn said in Functions Proposition: Autotext & Window positioning:
Part 2: Intriguing. Recently I developed a script that would “maximize” the N++ window across two monitors, which is similar.
I mean mainly not only maximizing but any other position and size of the Notepad++ window.
@michael-vincent I have mountains on top of my mountains of work; I just don’t have it. I’ve got more than half a dozen dumbshit browser bugs that are extremely difficult to reproduce to report on top of my normal overflow of work. It’s just not happening at my end.
Please bring back large standard icons. Colors make icons much faster to differentiate. Small icons are really straining my eyesight and I guess they are only OK on very low resolutions, which probably nobody is still using nowadays.
I can provide you with all PHP function/method names (more than 8500 words), so you could add them in PHP language highlight, but I’ll need to run parser once again (~4 hours that burn my laptop) and write a script to extract names.
Hi,
@bannovdaniil, if you search for ‘Advanced keyboard settings’ in your PC. Do you have the option ‘Let me see a different input method for each app window’ enabled? If so, you may want to try and disable it. It is the only thing I can think of…
@steveogil,
Plugins : BracketsCheck.dll ComparePlugin.dll CSScriptNpp.dll DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll XMLTools.dll
You can check your plugin versions against the list I started here.
@benevolent-deity said in Search/Replace with REGEX capturing groups:
How can I use the content of a Regex capturing group in my replacement string when doing a search and replace with Notepad++?
To use capture group 1, put \1 or $1 or ${1} in your replacement string. Similar for other numbered capture groups.
@gittyup2018 said in Disable auto-updater?:
So I want to know how can I disable this check and/or what domain do you use to check if the version is compatible so I can block it from “phoning home” ?
Did you consider it might be in the online manual?
Start here and scroll down a couple of pages
Terry
@madtomt said in AutoComplete stopped working.:
Ahh… sorry I will make sure I read them in future.
In the grand scheme of things, ‘not reading the release notes’ is a pretty minor sin. You just happened to be the umpteen-millionth person to ask the same thing in the forum since the v8.2.1 release.
I did appreciate that you were willing to entertain the idea that you were “doing something wrong”, instead of just yelling at us for breaking Notepad++. So ++kudos for that. :-)
@tomas-b said in Style with highlighting stopped working with multiple word selection:
Was not aware about new menu with changed default behavior.
People seem to have trouble when behavior changes.
Immediately “it’s a bug”.
@gitrick00 said in Auto complete over multiple tabs:
Is it possible to expand the index of the autocomplete function over more than one tab?
Not natively as you’ve heard already. But there are ctags plugins that help with code navigation as well as providing autocomplete across a “project” of files. Have a look at NppGTags
Cheers.