Community
    • Login
    1. Home
    2. General Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Gilles ToubolG

      Changing police character

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      0 Votes
      5 Posts
      3k Views
      Gilles ToubolG
      Thanks that’s perfect.
    • Ahu LeeA

      Run a command using custom toolbar button?

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      3k Views
      Ahu LeeA
      UPDATE Solved! Please delete this post.
    • Robert JR

      Notepad++ Version Standardization request

      Watching Ignoring Scheduled Pinned Locked Moved version control
      1
      1 Votes
      1 Posts
      3k Views
      No one has replied
    • Laurent CoulonL

      How to turn a 4 digits sequence into string and and get 5 digits sequence instead ?

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      3k Views
      guy038G
      Hello, @laurent-coulon, @peterjones and All, Even more simple : SEARCH \b\d{4}\b OR \<\d{4}\> REPLACE 0$0 Just use the $0 syntax, in replacement, which always represents the entire match. So, it avoids to add parentheses in order to store the match at group 1 :-) Cheers, guy038
    • Csaba István CserényiC

      Feature Request: Tabs sidebar window and improved functionality

      Watching Ignoring Scheduled Pinned Locked Moved tabs window sidebar
      1
      0 Votes
      1 Posts
      836 Views
      No one has replied
    • HaeRim LeeH

      Improvement request: Monitoring (tail -f) feature is slow because it is timer-driven => should be event-driven

      Watching Ignoring Scheduled Pinned Locked Moved event-driven tail
      1
      1 Votes
      1 Posts
      1k Views
      No one has replied
    • vaibhav solankiV

      Add more style token for highlighting

      Watching Ignoring Scheduled Pinned Locked Moved style style colouring
      7
      0 Votes
      7 Posts
      16k Views
      chcgC
      Maybe you want to have a look at https://sourceforge.net/projects/analyseplugin/, also it helps you in logfile analysis just for a single file at a time.
    • A KA

      Feature Request: Change the color of the carriage depending on the keyboard layout

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      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.
    • Wynford Junior ThomasW

      Changing Font Size

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      5k Views
      Scott SumnerS
      @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…
    • George ElamG

      Feature Request: Change color of inactive tabs. Gray font on gray background not friendly. Hard to find needed tab.

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Claudia FrankC
      @George-Elam Settings->StyleConfigurator->Global Styles->Inactive tabs->change foreground color Cheers Claudia
    • Pierre PanissodP

      Problem with some HTML files

      Watching Ignoring Scheduled Pinned Locked Moved
      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
    • Robert HaysR

      Explorer Context don't work in 32bit ++

      Watching Ignoring Scheduled Pinned Locked Moved
      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
    • Bryan ValdezB

      Bug - Document Map panel in Visual Basic language

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • Nicholas MosesN

      Feature request: separate tabs for "Find in Files" and "Replace in Files"

      Watching Ignoring Scheduled Pinned Locked Moved
      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
    • EchizenMRE

      Feature Request: Remember search string for each "View"

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      911 Views
      No one has replied
    • Dmitry SmirnovD

      Bug - replace with \K

      Watching Ignoring Scheduled Pinned Locked Moved regex bug regex
      1
      0 Votes
      1 Posts
      872 Views
      No one has replied
    • scottsealanddesignS

      Feature Request: ability to modify the keys autocomplete uses to choose a word

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      2 Votes
      2 Posts
      2k Views
      Scott SumnerS
      @scottsealanddesign said: a way to dismiss it would be helpful Have you tried pressing Esc in this situation? +1 for being a “scott” :-D
    • Todd MatthewsT

      Feature Request: md5 for current file

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      3k Views
      Todd MatthewsT
      Thank you! That provides the needed functionality.
    • Fred MahF

      Autospell anticipation for coding, a bit unreliable

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      1k Views
      Claudia FrankC
      @Fred-Mah it is set within Settings->Preferences->Auto-Completion Cheers Claudia
    • Scott EdwardsS

      Suddenly asking me to save on exit

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      6k Views
      Scott EdwardsS
      That fixed it, thanks!!
    The Community of users of the Notepad++ text editor.
    Powered by NodeBB | Contributors