• 2 Votes
    13 Posts
    6k Views
    Mikhail VM
    @Scott-Sumner said: @Mikhail-V said: …read the current keyboard layout. This will require some WinAPI calls to the system. Probably it is possible, but I don’t know how to do it from Pythonscript. For purely educational purposes, here’s a way: import ctypes buff = ctypes.create_unicode_buffer(1024) ctypes.windll.user32.GetKeyboardLayoutNameW(buff) console.write(buff.value) This sort of works, but on windows 10 there is same issue as with AHK - it detects the layout only once when the application starts, but when I switch the layout and repeat the script - it returns same code value regardless of current layout.
  • Changing Font Size

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    S
    @Wynford-Junior-Thomas My font size has changed somehow Just theorizing on what might have happened: Perhaps you had the Ctrl key held down (accidentally) while you scrolled the mouse wheel? In case you didn’t know, this changes the “zoom” level that @Claudia-Frank mentioned…
  • 0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @George-Elam Settings->StyleConfigurator->Global Styles->Inactive tabs->change foreground color Cheers Claudia
  • Problem with some HTML files

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Pierre-Panissod do you have additional infos like where those files are stored, which npp version do you use (debug-info from ? menu)? Does it mean that two html files, saved in the same directory, behave different when on contains the line you mentioned but identical otherwise? Cheers Claudia
  • Explorer Context don't work in 32bit ++

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Robert-Hays Sure? Because the reason why it isn’t working is the elevation level Microsoft introduced some time ago. If you run your npp as administrator but the explorer process runs as normal or different user then it shouldn’t work - in both versions. If both explorer and npp run under on the same level, e.g. both started as administrator, then it should work -> 32 as well as on 64 bit Cheers Claudia
  • Bug - Document Map panel in Visual Basic language

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Feature request: separate tabs for "Find in Files" and "Replace in Files"

    Locked
    12
    1 Votes
    12 Posts
    4k Views
    AZJIO AZJIOA
    I adhere to the safety criterion: Do not press what you do not know. Before you press make a copy (always) Allow yourself to test for things that do not have value
  • Feature Request: Remember search string for each "View"

    Locked
    1
    1 Votes
    1 Posts
    935 Views
    No one has replied
  • Bug - replace with \K

    Locked regex bug regex
    1
    0 Votes
    1 Posts
    897 Views
    No one has replied
  • 2 Votes
    2 Posts
    2k Views
    S
    @scottsealanddesign said: a way to dismiss it would be helpful Have you tried pressing Esc in this situation? +1 for being a “scott” :-D
  • Feature Request: md5 for current file

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    Todd MatthewsT
    Thank you! That provides the needed functionality.
  • Autospell anticipation for coding, a bit unreliable

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Fred-Mah it is set within Settings->Preferences->Auto-Completion Cheers Claudia
  • Suddenly asking me to save on exit

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    Scott EdwardsS
    That fixed it, thanks!!
  • 0 Votes
    2 Posts
    1k Views
    Claudia FrankC
    @Pavel-Levdik personally I would post a feature request here and a more detailed description about how it actually should work. If I had to think about the request and have already some questions in mind, like should it preserve on npp shutdown, configurable in number, based on access time or how often a file has been opened …, I probably would not spent time coding it if I don’t think it is useful to me too. Can’t say for sure that this helps to get it implemented but certainly can’t hurt. Cheers Claudia
  • User defined language styler font settings - am I missing something?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Daniel-Crichton if I understand correctly then you do have set a global font, if this is the case, then yes, it is expected behavior as this is what the setting should do. Cheers Claudia
  • Feature request - move tab when opening file from workspace pane

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    chcgC
    Have you tried the document switcher (Strg+Tab), similar to windows switching applications.
  • Feature request - Hide lines that match some criteria

    Locked
    3
    1 Votes
    3 Posts
    3k Views
    chcgC
    @Juan-Jose-Vazquez-Perez Maybe https://sourceforge.net/projects/analyseplugin/ is the right thing for your needs for log file analysis.
  • how to turn off display of CR LF at end of each line

    Locked
    4
    1 Votes
    4 Posts
    12k Views
    Claudia FrankC
    @Murray-Sobol it has been reported that if the file is big and automatic backup is used that it might happen that you see random carriage returns every now and then. Maybe that is what happened to you as well. Cheers Claudia
  • Process explorer shows npp instances remain after closing

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    LaraSQPL
    The NppMenuSearch plugin was indeed the culprit. Once uninstalled the problem went away. I’ll keep an eye out just in case but the matter seems resolved. Thank you for the quick replies.
  • BUG - Export / Import of plugin, buttons have opposite functionality

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Claudia FrankC
    @Stanislav-Mihálik which version are you using, as Notepad++ v7.5.1 doesn’t seem to have this issue. In addition, could it be that you use a customized (translated) language and someone has incorrectly translated the words? Cheers Claudia