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

    Powerful rollback for multiple edits (feature request?)

    Watching Ignoring Scheduled Pinned Locked Moved
    9 Mar 13, 2017, 4:21 PM
    Mar 8, 2017, 4:03 PM
    0 Votes
    9 Posts
    3k Views
    H Mar 13, 2017, 4:21 PM

    @mkupper: Thanks for taking the time to write up this guide. It seems to cover all my requirements and then some. I am definitely going to give that a go.

    As for Alt-F4, I dislike having to kill a program to make it do what I want, but I should get over that here.

    Too bad sessions don’t have assigned file extensions. It would be easier to just double click on a session and having NPP open all the files for you.

    But, the title of this thread has “feature request?” in it. Maybe a workflow like yours will make it to a plugin or an extension to NPP. That would be very nice!

  • T

    Annoying beep on Alt+Backspace

    Watching Ignoring Scheduled Pinned Locked Moved bug
    15 Mar 13, 2017, 2:18 PM
    Mar 5, 2017, 5:58 PM
    0 Votes
    15 Posts
    7k Views
    G Mar 13, 2017, 2:18 PM

    @Scott-Sumner is correct and mapping alt-backspace to a different function prevents the BEEP. Probably NPP capture it and fully handle it before it reaches the BEEPING control.

    I got curious enough to actually open the code. This exist in NPP shortcut table:
    {TEXT("SCI_UNDO"), SCI_UNDO, true, false, false, VK_Z, IDM_EDIT_UNDO},
    {TEXT(""), SCI_UNDO, false, true, false, VK_BACK, 0},

    Initially I thought that maybe NPP is at fault after all because ctrl-z has IDM_EDIT_UNDO which is missing from alt-backspace.
    But after commenting out the alt-backspace line and compiling I had a version of NPP where alt-backspace no longer UNDO but still BEEPS.
    Since ALT-xxx shortcuts are often associated with menus I guess that this is the beeping component.

  • P

    Scintilla buffered drawing - Is it needed?

    Watching Ignoring Scheduled Pinned Locked Moved
    5 Mar 13, 2017, 8:11 AM
    Mar 8, 2017, 9:48 AM
    0 Votes
    5 Posts
    2k Views
    P Mar 13, 2017, 8:11 AM

    Hello all,

    FYI, I tried disabling the Scintilla buffering and worked with N++ some time this way. In some occasions I observed flickering in the Sci view that was not present with buffering enabled. So it appears the buffering is actually necessary.
    Thanks.

    BR

  • R

    UDL for AutoCAD (*.lin, *.scr, *.shp, *.pat) files

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 11, 2017, 10:15 PM
    Mar 11, 2017, 4:57 PM
    1 Votes
    2 Posts
    2k Views
    C Mar 11, 2017, 10:15 PM

    @rddim
    Thx for sharing :-)

    Cheers
    Claudia

  • C

    Possible set more than 8 styler groups colors in "user defined language>keywords list"?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 11, 2017, 10:05 PM
    Mar 11, 2017, 1:20 AM
    0 Votes
    2 Posts
    2k Views
    C Mar 11, 2017, 10:05 PM

    @Carlos-Eduardo-Guerra-Silva

    see here.

    Cheers
    Claudia

  • D

    Notepad++ styles

    Watching Ignoring Scheduled Pinned Locked Moved
    20 Mar 10, 2017, 2:30 PM
    Mar 6, 2017, 6:40 PM
    0 Votes
    20 Posts
    16k Views
    J Mar 10, 2017, 2:30 PM

    @Alan-Kilborn You could always include this (see http://patorjk.com/software/taag/#p=display&h=1&f=Small&t=Never change this!):

    _ _ _ _ _ _ _ | \| | ___ __ __ ___ _ _ __ | |_ __ _ _ _ __ _ ___ | |_ | |_ (_) ___| | | .` |/ -_)\ V // -_)| '_| / _|| ' \ / _` || ' \ / _` |/ -_) | _|| ' \ | |(_-<|_| |_|\_|\___| \_/ \___||_| \__||_||_|\__,_||_||_|\__, |\___| \__||_||_||_|/__/(_) |___/

    :-)

  • N

    Empty items when customizing Syntax menu

    Watching Ignoring Scheduled Pinned Locked Moved customize menu syntaxis
    2 Mar 10, 2017, 8:18 AM
    Mar 10, 2017, 7:48 AM
    0 Votes
    2 Posts
    1k Views
    N Mar 10, 2017, 8:18 AM

    Sorry, English is not my native. I use localized NPP. Correct menu name is ‘Language’, so my post must be:
    We can customize Language menu and deactivate some unneeded languages.
    When all languages that begins with the same letter are deactivated, the letter-item stays at the Language menu but it does not contain subitems. I think, the empty letter-item must be removed from Language menu.
    I think, when all but one languages that begins with the same letter are deactivated, the letter-item must be replaced with remaining active language item.

  • V

    Graphical Glitch

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 10, 2017, 8:00 AM
    Mar 10, 2017, 8:00 AM
    0 Votes
    1 Posts
    971 Views
    No one has replied
  • N

    Feature Request: Streamline the update process

    Watching Ignoring Scheduled Pinned Locked Moved updater
    1 Mar 9, 2017, 12:09 AM
    Mar 9, 2017, 12:09 AM
    1 Votes
    1 Posts
    914 Views
    No one has replied
  • J

    Bug report

    Watching Ignoring Scheduled Pinned Locked Moved
    4 Mar 8, 2017, 7:43 PM
    Mar 8, 2017, 3:25 PM
    0 Votes
    4 Posts
    2k Views
    C Mar 8, 2017, 7:43 PM

    @John-Bloom

    as far as I remember this was an issue with the windows file dialog.
    The same should happen if you use MS notepad. You need to reselect the file
    after you have renamed it.

    @Alan-Kilborn
    This doesn’t affect linux users :-D

    Cheers
    Claudia

  • S

    Rss feed

    Watching Ignoring Scheduled Pinned Locked Moved
    7 Mar 8, 2017, 6:15 PM
    Aug 10, 2016, 7:56 PM
    0 Votes
    7 Posts
    4k Views
    R Mar 8, 2017, 6:15 PM

    For something with a name that begins “Really Simple,” the implementations are terrible, IMO. But I think I’ve found a project to help me create something useful while learning how to use this editor.

  • Snivy AndroidS

    Does Notepad++ Support HTML5/CSS3?

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 8, 2017, 5:37 PM
    Mar 7, 2017, 11:42 PM
    0 Votes
    2 Posts
    3k Views
    Mahesh KollaM Mar 8, 2017, 5:37 PM

    It is just a editor where it identifies tags and properties which is not possible with notepad .you can’t run html/CSS in notepad++.

  • H

    More powerful "Folders as Workspace" (Feature request?)

    Watching Ignoring Scheduled Pinned Locked Moved
    1 Mar 8, 2017, 3:42 PM
    Mar 8, 2017, 3:42 PM
    0 Votes
    1 Posts
    954 Views
    No one has replied
  • Justin GoldenJ

    Find window opacity change when not active is either a bug or just really ugly

    Watching Ignoring Scheduled Pinned Locked Moved search & replace bug
    2 Mar 8, 2017, 8:48 AM
    Mar 8, 2017, 2:40 AM
    0 Votes
    2 Posts
    2k Views
    A Mar 8, 2017, 8:48 AM

    The bottom right corner of the Find window has a section on “Transparency”. Perhaps you can adjust the settings there, so the window shows as you would like.

  • Nicolas VérieN

    Just one question ...

    Watching Ignoring Scheduled Pinned Locked Moved
    3 Mar 7, 2017, 9:17 PM
    Mar 7, 2017, 8:34 PM
    0 Votes
    3 Posts
    2k Views
    Nicolas VérieN Mar 7, 2017, 9:17 PM

    Ok, it reassures me. ^^’
    Thanks a lot !

  • cmeriauxC

    Scintilla 3.7.0

    Watching Ignoring Scheduled Pinned Locked Moved
    11 Mar 7, 2017, 7:22 PM
    Nov 7, 2016, 11:08 PM
    4 Votes
    11 Posts
    11k Views
    Ethan PiliavinE Mar 7, 2017, 7:22 PM

    This is a great build. I am quite happy to see you have released it.

    Maybe its time for a fork? If you would be willing to make the long standing changes many people have been waiting for, like updated UI, better plugin manager, etc…

  • Grahame GrieveG

    File has changed/reload dialog options

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 7, 2017, 3:26 PM
    Mar 7, 2017, 4:26 AM
    0 Votes
    2 Posts
    1k Views
    C Mar 7, 2017, 3:26 PM

    @Grahame-Grieve

    is there a place to propose this?

    Yes, here, as an feature request.

    Cheers
    Claudia

  • Roeland SchoukensR

    inconsistencies between Language menu and Style configurator

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 7, 2017, 3:21 PM
    Mar 7, 2017, 3:08 AM
    0 Votes
    2 Posts
    1k Views
    C Mar 7, 2017, 3:21 PM

    @Roeland-Schoukens

    as far as I remember, bash is the only buitlin unix shell language and because it
    suits most of the others it has been decided to name it shell.
    If you feel/think this is counterproductive you might think opening
    an issue at github.
    Please double check if it hasn’t been opened already.

    Cheers
    Claudia

  • Felipe SolanetF

    Feature Request: Smart scrollbar

    Watching Ignoring Scheduled Pinned Locked Moved
    2 Mar 7, 2017, 2:49 PM
    Mar 7, 2017, 2:13 PM
    1 Votes
    2 Posts
    2k Views
    Alan KilbornA Mar 7, 2017, 2:49 PM

    @Felipe-Solanet

    Right, we should make Notepad++ just like Visual Studio! Hmmm, in which case, why not just use Visual Studio? I like how Notepad++ has its own mind, and is lightweight compared to VS.

  • 张圣月张

    feature request:find all button.

    Watching Ignoring Scheduled Pinned Locked Moved find
    2 Mar 5, 2017, 12:57 PM
    Mar 5, 2017, 11:59 AM
    0 Votes
    2 Posts
    1k Views
    Scott SumnerS Mar 5, 2017, 12:57 PM

    @张圣月 ,

    There are solutions to this problem proposed here:
    https://notepad-plus-plus.org/community/topic/12710/marked-text-manipulation/

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