• cannot drag to reorder tabs v7.5.9 32bit

    Locked
    2
    0 Votes
    2 Posts
    552 Views
    dinkumoilD

    Have a look at (menu) Settings -> Preferences -> (register) General -> (group box) Tab Bar -> Lock (no drag and drop). If this option is ticked you have to untick it to get back tabs dragging feature.

  • Ask about updating when I close notepad++, not when I open it

    Locked
    2
    0 Votes
    2 Posts
    518 Views
    Scott SumnerS

    @Joshua-Hartwell250 said:

    I update it whenever it ask

    Maybe not such a great plan…otherwise one of these days your face is going to look like the face on your avatar (like when your plugins go missing). :-)

    Could you please prompt for updates when I go to close the window rather than when I open it?

    If you catch my hint above, you would turn off the auto-update prompt…if you feel you must persist however, the correct place to make feature/change requests is here.

  • Invalid structure of stylers.model.xml

    8
    1 Votes
    8 Posts
    2k Views
    guy038G

    Hello, @zzy-zx, @peterjones and All,

    Ah yes, in the rebol node, the TAG item does not be valid !

    <WordsStyle name="TAG { <TITLE HEIGHT=100> }" styleID="14" fgColor="C00000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />

    However , note that, when you starts N++, for the first time, the stylers.xml configuration files is created, from stylers.model.xml, and, this time, everything is rewritten, in the expected way ;-=))

    <WordsStyle name="TAG { &lt;TITLE HEIGHT=100&gt; }" styleID="14" fgColor="C00000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="" />

    Best Regards,

    guy038

  • Bug Report: Maximised Window on Win10 is 1 pixel too wide

    Locked
    7
    0 Votes
    7 Posts
    1k Views
    guy038G

    Hi, @peterjones,

    About the FAQ title : Your wish is granted ;-))

    Cheers,

    guy038

  • Suggested improvment when draging out a tab

    Locked
    2
    0 Votes
    2 Posts
    572 Views
    dinkumoilD

    Nothing more to say than in the other thread you opened.

  • Would like settings for:

    Locked
    2
    0 Votes
    2 Posts
    540 Views
    dinkumoilD

    Since this is the support forum for Notepad++ driven by volunteers which are not involved into its development, your request presumably will not have the intended effect.

    You should read this FAQ Desk entry to learn how to file a feature request.

  • Automate different event handling

    Locked
    9
    0 Votes
    9 Posts
    2k Views
    Eko palypseE

    @Meta-Chuh

    actually using normal text never worked - the issue was that I didn’t realize that it was not set to my UDL, where it worked always. :-(

    Eko

  • 3 Votes
    32 Posts
    14k Views
    dinkumoilD

    @donho

    Sorry, I was wrong. I have tested with the wrong debug binary which hadn’t contained your last ShellExecute patch. Sorry for the inconvenience.

  • Question for understanding

    Locked
    13
    3 Votes
    13 Posts
    5k Views
    Meta ChuhM

    @Eko-palypse
    you don’t seem to be the default one question pass-by newbie anyways.
    more like a future regular, considering your interest in more than just your own np++ needs.

    @Terry-R
    you looked like a regular from your first day on, so you basically never were a newbie ;-)
    more like someone who was there from the beginning, knows all non written rules, conduct codes of regulars, and you just posted again 7 months ago after a long long vacation

  • ZenCoding-Python disappeared after installing N++v7.6

    7
    0 Votes
    7 Posts
    1k Views
    Scott SumnerS

    @William-Morris said:

    …7.5. There I will stand, there I will stay.

    Good call.

    I’ve blown about three hours…trying to get my work environment back the way I had it. If this were a hobby, that’d be okay. This is my job, however. Not okay. Seriously, I’m one unhappy programmer.

    It is a problem when the end user uses a product in a “this is my job” manner when the product’s developer(s) treat it like a “hobby”. However, one must assume that “free software” is developed as someone’s hobby. So I’m not sure how justifiable your “unhappiness” is in a larger sense…[surely you have the right to be unhappy in a very local sense… :-) ].

    It is my understanding that a lot of I.T. departments sanction use of Notepad++ in a corporate environment. I wonder how many threw their hands up in the air and removed Notepad++ from their lists when this new plugin-admin thing caused their users to lose plugins and those naive users wasted a bunch of I.T.'s time bugging THEM about what the problem was. Again, hobby software in a corporate environment–not a great mix.

  • Page margins -- both screen and print

    11
    1 Votes
    11 Posts
    5k Views
    Charles W BillowC

    Scott, yes, what I initially was after was a version of Print Preview, mostly so that it could be determined how what was being “typed” would fit on the page (as opposed to just “look” on it – headers, footers etc.). Although it isn’t needed frequently, it is nice to have when the need does arise.

    But there are sufficient ways around it, so…

  • -1 Votes
    2 Posts
    1k Views
    Scott SumnerS

    @Hannes-Bend said:

    lower…40 beats per minute if the user experiences a personalized color

    LOL…sounds like some sort of “human hibernation”…is it cold in the room too?

  • Following a link

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    Eko palypseE

    @Scott-Sumner

    I think you are right - it is probably already enabled.

    Eko

  • npp-(minimalist) is SO VERY CLOSE to having GREAT session mgmt..

    Locked
    2
    0 Votes
    2 Posts
    908 Views
    Neil SchipperN

    I implemented the “multiple independent npp exe + settings directories”, and after dealing with some problems, it now seems to be working fine.

    The two shortcuts needed to have the -multiInst cmd line argument so I could have both instances running simult’y, and ability to freely start them in either order.

    At first the instances shared things like closed files history and search phrases history. I had to approximately figure out the settings files storage and fetching rules to disentangle them. It was a consequence of my having ‘settings on cloud’ (Settings|Prefs|Cloud) feature enabled (and pointing to a local subdirectory, not an internet storage site). The two instances were using a reference to the same ‘cloud’ subdir. In one of my indep. instance directories, when i changed to ‘no cloud’, on next restart I saw a bunch of settings & styles were no longer in effect; i had to do some manual xml file overwriting to recover. (I was a bit lucky, as I hadn’t backed everything up into a dedicated do-not-touch backup).

    Both instances still point to the same projects (in workspace) file, but I’m fine with that for now.

    I learned stuff I didn’t realize about the relationship between shortcuts in (Win 7 pro) Start menu vs. taskbar: changes to the former don’t automagically xfer to latter; gotta (taskbar) unpin and repin.

    It took a while but things seem ok now.

    I’ll close by repeating: terrific multi sess mgmt out of the box is a good thing, and, npp would have it with only a minor change.

  • Missing Plugins menu

    Locked
    9
    0 Votes
    9 Posts
    20k Views
    richhockR

    Thanks, it all works now!

  • bug report

    Locked
    2
    0 Votes
    2 Posts
    601 Views
    PeterJonesP

    Please read https://notepad-plus-plus.org/community/topic/16595/report-bug-when-closing-an-edited-file-the-alert-message-box-shows-str_replace-instead-of-real-file-name/2 – the bug report has already been made, and there’s a workaround/manual fix that I reference in that other thread.

  • Recent update has removed the files I had open.

    Locked
    3
    0 Votes
    3 Posts
    969 Views
    Scott SumnerS

    @PeterJones said:

    I hope you’re talking about named and saved files

    We are probably NOT talking about that, because people haven’t yet learned (and won’t) that you shouldn’t fly that way…

    …File menu, there is usually a section that includes the names of recent files; there are also entries such as “Restore Recent Closed File” and “Open All Recent Files”

    Yes, but I don’t believe these handle unnamed “new #” files…

    I’m waiting until the new plugins locations have stabilized before I upgrade beyond my v7.5.8

    +1 (or more). For myself, I’ll probably give it 3-6 months beyond the point where we don’t see half-a-dozen-plus new postings here concerning the new state of plugins (which are an instant click-thru-to-next-posting for me, BTW). :-)

  • Administrative mode

    Locked
    2
    0 Votes
    2 Posts
    666 Views
    Scott SumnerS

    @Mario-Lemelin

    You mean something like this:

    Imgur

    (Hint: It already does that…I copied that from my active Notepad++ window)

    BTW, just now I expected to look at my N++ window and NOT see “administrator” there, because it is my usual intent not to run in that mode. Does anyone know why sometimes Notepad++ gets in that mode on its own? It is annoying because when it is that way I can’t drag and drop from a (normal) Explorer window.

  • Code page weird function; CP/Windows-1250

    5
    0 Votes
    5 Posts
    4k Views
    Uzivatel919U

    Yes, yes. I know that things around. I was just surprised by given error since I was used to perfect Notepad++ code page functions. I did not realized at the moment what CP-1250 really includes.

    Btw, thanks.

  • Missing Plugin Menu in 7.6

    10
    0 Votes
    10 Posts
    8k Views
    Nickie AlbertN

    @dinkumoil Thanks!