• Extra "views" possible ??

    2
    0 Votes
    2 Posts
    419 Views
    Alan KilbornA

    @Bob-Selby

    I suppose you could use multiple instances to somewhat achieve the goal.

    You can use the -multiInst command line parameter, and/or there are some Preferences regarding this feature:

    8f5435dc-51e5-4810-85d6-7b49f7e3b6d5-image.png

  • How do I make my Notepad++ similar to the default Notepad?

    5
    0 Votes
    5 Posts
    2k Views
    Lycan ThropeL

    @fap-lord

    @fap-lord said in How do I make my Notepad++ similar to the default Notepad?:

    i get that the features are useful for some people, but at least i would like to be opt out of them easily. is that too much to ask?

    Yes, actually it is. Considering there are plenty more applications out there with similar names, you could have chosen any of them, but you most likely chose this one because it appears at the top of a search list as the most used/downloaded and highly rated FREE notepad replacement.

    This link can take you to plenty others with the same kind of name, that aren’t of the same caliber as this one.

    https://www.thewindowsclub.com/note-taking-apps-for-windows-10

  • reg-ex to clean txt file

    14
    0 Votes
    14 Posts
    639 Views
    Lycan ThropeL

    @cisco779k ,
    You seem to have quite a vocabulary for a non-english speaker, so try using your intelligence for learning regex, rather than crying for help and using $20.00 word swipes at the volunteers, who I wouldn’t blame for letting your posts die from neglect from here on out. And yes, polemic fits this post just fine.

  • “Quick refresh” context menu for search results

    7
    2 Votes
    7 Posts
    611 Views
    Alan KilbornA

    So let’s consider a “quick refresh” context menu choice for Search results. Fairly simple to add a menu item. User invokes menu item, what happens? Oh, software reruns the search? Well, how does it do that??

    This would presume that whatever is right-clicked upon has some way of knowing what the search was. All it actually “knows” is what the search term was (because it can read that from the text in the window). It doesn’t know the state of the Match case checkbox at the time of the search, it doesn’t know the Search mode, it doesn’t know if the item came from a Find All in Current Document or a Find in Files, and if a Find in Files what was the Directory, the Filters, etc., etc. So a major code restructuring would have to take place in order for each search to be retained so that this stuff could be recalled when needed, i.e., when a quick-refresh is called for.

    The Search results window is pretty much just a dumping ground for output. It doesn’t carry around a lot of extra data about the search that was conducted, for purposes of reconstructing that search later. Why? Because whomever wrote that code didn’t think it was necessary for it to do so. And, up until this point, it wasn’t needed.

  • Tab font size shrank to tiny size - how to change it back?

    12
    0 Votes
    12 Posts
    32k Views
    SCADA TMINDS

    @Ronny-Fritsch said in Tab font size shrank to tiny size - how to change it back?:

    Display Settings -> advanced Display Settings -> advanced Settings for Text and other Elements -> User defined Skale Setting -> Change to 125%
    after this, the Windows User logs out after logging in again the bug is fixed.
    You can now change the Skaling back to normal

    Thanks Ronny-Fritsch, This worked!!! Was trying since very long to fix this issue.

  • find and display matching delimiter

    9
    0 Votes
    9 Posts
    672 Views
    PeterJonesP

    @Bob-Wright ,.

    I first assumed that when you said,

    the notepad++ method of “highlighting” or marking that appearance is basically useless.

    you were just trying to be rude.

    But then you said,

    That functionality you see, the turning the demarcated characters both red, my installation does not display that functionality. Perhaps it is a failure of the “theme” I am using.

    So now it looks like you changed a setting, and that then obfuscated a built-in feature, so you genuinely didn’t know that the feature you wanted existed and works out-of-the-box. It’s hard not to assume the worst when a rude / argumentative tone is taken from the start.

    Which theme do you use, that it doesn’t show the matching braces? If that’s the default behavior of one of the bundled themes, I will see if we can get the developers to fix that. Without specific details of which theme and which version of Notepad++ you are using (?-menu, Debug Info for full version info), I won’t be able to dig into whether there is something wrong with a particular theme that ships with Notepad++ or not.

    the work around CTRL-B

    That’s not a workaround. That’s the Notepad++ feature that takes you between braces. And if your settings prevent you from seeing the highlighting, that’s not the fault of the Notepad++ development team – they assume that users won’t change colors in such a way as to make a highlight invisible unless that’s what they want.

    If the delimiters were clearly demarcated

    They are. Out of the box, with no settings changes, they are a bright red. I don’t know how much more clearly they could demarcate it.

    Meanwhile if I have to RTFM to use what should be an intuitive or obvious feature

    Anytime you don’t understand or cannot find any feature of a piece of software, the reasonable expectation is that you would read the manual. For Notepad++, I and others have spent dozens (hundreds by now?) of hours improving the manual over the last few years. When you or anyone else comes and says that they cannot be bothered to read the manual, it’s rather a slap in the face.

    what should be an intuitive or obvious function

    it is. It’s a bold red highlight on both the { and the } in default Notepad++ settings. If that’s not intuitive and obvious, I don’t know what is.

    b7577d39-1c18-42ac-b15f-11d152fff58f-image.png

  • Line operations

    3
    0 Votes
    3 Posts
    1k Views
    Alan KilbornA

    @Jürgen-Zimmermann

    make the line operations a top level menu. I use them so frequently and always have to locate it in the edit menu

    You can make it less burdensome if you customize your editor right-click context menu to add only those Line Operations commands that you actually use.

    User manual LINK with info.

  • OneDrive Cloud Only

    1
    0 Votes
    1 Posts
    264 Views
    No one has replied
  • Ctrl + B cause Notepad++ to crash

    5
    0 Votes
    5 Posts
    552 Views
    Alan KilbornA

    @Mark-Olson

    If you follow my “Issue also reported HERE” link, you’ll see that OP solved his problem.

  • Save and start two (ands more) instances

    3
    0 Votes
    3 Posts
    245 Views
    VAVoicesV

    @Alan-Kilborn said in Save and start two (ands more) instances:

    You could use “sessions” but it may not have the “ease of use” that you are thinking of for your situation. You’d have to experiment.

    I think you are absolutely right. I already looked at the “sessions”, but did not notice the settings, which automatically retains change in session during restart. And also open each session in a new instance. One minus - with each restart, you will need to open every session, but i think it is suitable for me, it solves problem with my different size monitors.

    Thanks for you help.

  • [Suggestion] Option to "Always search "Normal" by default"

    8
    0 Votes
    8 Posts
    1k Views
    Alan KilbornA

    @Cariboudjan said in [Suggestion] Option to “Always search “Normal” by default”:

    I noticed that the Find in Files process takes about 4-5x longer than usual with this new script. Is there a reason why?

    (Strangely, I didn’t notice this trailing comment of @Cariboudjan 's before now…)

    The answer is that the script has nothing to do with Notepad++'s Find in Files function, so you need to look elsewhere for why something might be different about it.

    All the script does is open (or switch input focus to) the Find window and set the state of some controls on that window. Draw your own conclusions about how that can impact a Find in Files action (…it can’t).

  • Suggestion- "Update available"

    3
    3 Votes
    3 Posts
    313 Views
    Jasper Rudolf MartensJ

    Should I the update [?]

  • 3 Votes
    21 Posts
    2k Views
    Remote RVR

    @PeterJones Aaaaah ok. I thought this is more of a reaction to individual post. I was wondering if there is like a voting mechanism on the issues as a whole that shows the developers which issues are “most wanted” in the grand scheme of 1900 opened issues… well I guess in the end developers do not decide based on votes anyway… its not that simple :)

    but good to know there is THUMB UP

  • Where to post a feature request ?

    5
    0 Votes
    5 Posts
    525 Views
  • How to use Antidote Druide on Notepad++, as it works for Notepad

    4
    0 Votes
    4 Posts
    798 Views
    oelooO

    Thank you for your feedback. I also guess that only a person that is interested by this and has developer skill can achieve this. In the meantime, I have contacted Druid to inform them, an integration with Notepad++ would be appreciated.

  • Styles - why not stay on save?

    2
    0 Votes
    2 Posts
    302 Views
    EkopalypseE

    @crypto_go_

    Npp is not a replacement for tools like Wordpad, MS Word, or Libre Office Writer because,
    as you noted, it does not store styling information about the text.
    Npp treats the content as plain text and uses Scintilla,
    the underlying control, and its lexical analysis to color certain parts.

  • Regex - Search for Name of Current File

    2
    0 Votes
    2 Posts
    306 Views
    PeterJonesP

    @Sylvester-Bullitt ,

    Sorry, the regex engine knows nothing about the “file metadata”, which includes its name.

    However, if you use a scripting plugin like PythonScript, you can make a script that does know the file’s name, and has access to a regex engine so that it can search for the file’s name in the active file (or in any other file, for that matter).

  • Style configurator

    2
    0 Votes
    2 Posts
    664 Views
    PeterJonesP

    @MC-Ivan ,

    it’s nothing inherent to v8.4.2.

    Which theme have you lost? Have you looked in %AppData%\Notepad++\themes (which is the default location; see also Cloud and -settingsDir if one of those options is used). Have you looked in c:\program files\Notepad++\themes or wherever you installed Notepad++? (Note that if you had shared ?-menu’s Debug Info, I would have been able to narrow them down to precise paths, because all those options would have been shown to us)

    If it’s one of the standard themes, you could try re-installing Notepad++ , or grabbing the portable zip and extracting the right theme config file and placing it in the appropriate Themes folder for your installed Notepad++

  • Bad contrast theme bugs and installer bug

    6
    0 Votes
    6 Posts
    566 Views
    Alan KilbornA

    @Lycan-Thrope said in Bad contrast theme bugs and installer bug:

    you forgot to submit your Debug information

    Well…it doesn’t actually help too much in this case because the complaint is about N++ behavior that has existed back to the beginning of time (defined as: as long as I can remember – I suppose that makes it a personal beginning of time). So, it’s not like knowing what version the OP has is important. But yes, technically to be correct, all submitted issues should have Debug Info included.

  • Cobol Copy Book

    3
    0 Votes
    3 Posts
    1k Views
    Terry RT

    @John-Knox said in Cobol Copy Book:

    I have a Cobol copy book which I would like to use to view data in a file.

    I did a bit of searching on the web and it suggests COBOL data files are likely to be in encoded format, so binary in nature. Descriptions such as “packed-decimal, Binary Coded Decimal (BCD) or “some type of binary” given that Standard COBOL has binary fields limited by decimal values (to the size of the PICture clause).” or “from AS400, COBOL data file using EBCDIC format”.

    If so then Notepad++ is definitely NOT the right application. Notepad++ is a text editor and does not understand binary or otherwise encoded files. Whilst it can allow you to view them, the underlying structure is unknown to Notepad++ so text which may appear visually together can possibly be separated by the data structures involved.

    However if the data is indeed text (so assumption it is of fixed width) then there is a plugin called “Fixed Width Data Visualizer” which can be used to visualise data structures. However there is no mention specifically of cobol copy book files, so if you were to try it you would need to experiment and possibly manually add in the data structure from the copy book yourself. That means you would need to be accurate in the structure as copied into the plugin (of course).

    The plugin (for 64bit Notepad++) is here

    Good luck
    Terry

    EDIT: if you did open the COBOL data file does it seem like there is a structure to it and does it seem as though it has fixed width sections?

    EDIT2: Try this link, several apps on Sourceforge which are likely to have a better chance than Notepad++