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

    Crash DSpellCheck.dll

    Watching Ignoring Scheduled Pinned Locked Moved dspellcheck plugin crash
    2 Feb 12, 2018, 5:32 PM
    Feb 11, 2018, 10:50 PM
    0 Votes
    2 Posts
    1k Views
    C Feb 12, 2018, 5:32 PM

    Known issue with dspellcheck 1.3.2, use 1.3.4 or later, see https://github.com/Predelnik/DSpellCheck/releases. Notepad++ 7.5.4 should be bundled already with dspellcheck version 1.3.4.

  • G

    Changing police character

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Feb 11, 2018, 11:28 AM
    Feb 10, 2018, 5:14 PM
    0 Votes
    5 Posts
    2k Views
    G Feb 11, 2018, 11:28 AM

    Thanks that’s perfect.

  • A

    Run a command using custom toolbar button?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Feb 10, 2018, 8:21 AM
    Feb 10, 2018, 5:55 AM
    0 Votes
    2 Posts
    2k Views
    A Feb 10, 2018, 8:21 AM

    UPDATE

    Solved!

    Please delete this post.

  • R

    Notepad++ Version Standardization request

    Watching Ignoring Scheduled Pinned Locked Moved version control
    1 Feb 9, 2018, 6:53 PM
    Feb 9, 2018, 6:53 PM
    1 Votes
    1 Posts
    2k Views
    No one has replied
  • L

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

    Watching Ignoring Scheduled Pinned Locked Moved
    6 Feb 9, 2018, 2:26 PM
    Feb 8, 2018, 9:34 PM
    0 Votes
    6 Posts
    2k Views
    G Feb 9, 2018, 2:26 PM

    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

  • C

    Feature Request: Tabs sidebar window and improved functionality

    Watching Ignoring Scheduled Pinned Locked Moved tabs window sidebar
    1 Feb 8, 2018, 8:14 AM
    Feb 8, 2018, 8:14 AM
    0 Votes
    1 Posts
    683 Views
    No one has replied
  • H

    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 Feb 6, 2018, 10:45 PM
    Feb 6, 2018, 10:45 PM
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • V

    Add more style token for highlighting

    Watching Ignoring Scheduled Pinned Locked Moved style style colouring
    7 Feb 6, 2018, 9:13 PM
    Feb 5, 2018, 1:48 AM
    0 Votes
    7 Posts
    15k Views
    C Feb 6, 2018, 9:13 PM

    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

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

    Watching Ignoring Scheduled Pinned Locked Moved
    13 Feb 6, 2018, 4:24 PM
    Feb 4, 2018, 7:58 PM
    2 Votes
    13 Posts
    5k Views
    M Feb 6, 2018, 4:24 PM

    @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.

  • W

    Changing Font Size

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Feb 6, 2018, 12:44 PM
    Feb 6, 2018, 11:46 AM
    0 Votes
    4 Posts
    5k Views
    S Feb 6, 2018, 12:44 PM

    @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…

  • G

    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 Feb 6, 2018, 11:16 AM
    Feb 6, 2018, 10:49 AM
    0 Votes
    2 Posts
    1k Views
    C Feb 6, 2018, 11:16 AM

    @George-Elam

    Settings->StyleConfigurator->Global Styles->Inactive tabs->change foreground color

    Cheers
    Claudia

  • P

    Problem with some HTML files

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Feb 6, 2018, 11:13 AM
    Feb 6, 2018, 10:57 AM
    0 Votes
    2 Posts
    1k Views
    C Feb 6, 2018, 11:13 AM

    @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 Feb 6, 2018, 11:05 AM
    Feb 6, 2018, 6:51 AM
    0 Votes
    2 Posts
    1k Views
    C Feb 6, 2018, 11:05 AM

    @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 Feb 5, 2018, 9:11 PM
    Feb 5, 2018, 9:11 PM
    0 Votes
    1 Posts
    867 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 Feb 4, 2018, 10:24 PM
    Jan 26, 2018, 10:36 AM
    1 Votes
    12 Posts
    4k Views
    AZJIO AZJIOA Feb 4, 2018, 10:24 PM

    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
  • E

    Feature Request: Remember search string for each "View"

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Feb 3, 2018, 9:08 PM
    Feb 3, 2018, 9:08 PM
    1 Votes
    1 Posts
    782 Views
    No one has replied
  • D

    Bug - replace with \K

    Watching Ignoring Scheduled Pinned Locked Moved regex bug regex
    1 Feb 3, 2018, 12:26 PM
    Feb 3, 2018, 12:26 PM
    0 Votes
    1 Posts
    735 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 Feb 2, 2018, 8:00 PM
    Feb 2, 2018, 7:37 PM
    2 Votes
    2 Posts
    1k Views
    S Feb 2, 2018, 8:00 PM

    @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 Feb 2, 2018, 6:56 PM
    Feb 2, 2018, 2:56 PM
    0 Votes
    3 Posts
    3k Views
    Todd MatthewsT Feb 2, 2018, 6:56 PM

    Thank you! That provides the needed functionality.

  • Fred MahF

    Autospell anticipation for coding, a bit unreliable

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Feb 2, 2018, 5:23 PM
    Feb 2, 2018, 4:34 PM
    0 Votes
    2 Posts
    920 Views
    C Feb 2, 2018, 5:23 PM

    @Fred-Mah

    it is set within Settings->Preferences->Auto-Completion

    Cheers
    Claudia

The Community of users of the Notepad++ text editor.
Powered by NodeBB | Contributors