Mac graybeards everywhere are snickering knowing that most people are UNAWARE of Bbedit.<p><a href="https://www.barebones.com/products/bbedit/" rel="nofollow">https://www.barebones.com/products/bbedit/</a>
This was on HN a few days ago: <a href="https://news.ycombinator.com/item?id=47916964">https://news.ycombinator.com/item?id=47916964</a><p>, and there it was mentioned that it is __not__ an official port and has nothing to do with the original Notepad++ author!
Yeah, that's not gonna hit. Non-native UI in an app that no Mac plain-text user asked for. I love Sublime, but TextMate was once king. There are already plenty of good options. I also love VIM for saving test to specific locations while I'm on the command line (I have an `sb` alias for Sublime but I don't want to switch away from my terminal window unless the corpus is large or complex).
Tried it out, still doesn’t feel “native”<p>- cant drag a file to the dock icon to open it<p>- closing the window, quits the app<p>Didn’t test much, but I wish the team the best of luck! It’s a cool project
As someone who is currently building a native macOS application (cross-platform actually), but haven't used macOS as my "main OS" for more than a decade, what's the most important things to make desktop applications "feel native" on macOS?
Excellent documentation in Apple’s Human Interface Guidelines: <a href="https://developer.apple.com/design/human-interface-guidelines" rel="nofollow">https://developer.apple.com/design/human-interface-guideline...</a>
Use the native text objects --- in particular, this will get you emacs style editing keyboard shortcuts<p>Support drag-drop<p>Support Services --- bonus points for implementing core functionality as a Service and making it available thus
I've been using Notepad Next, it supports leaving all your tabs open when you close the window which is the main feature I need. But I do miss the plugins.
Notepad++ is one of the BEST things to ever happen to Windows.
>The only difference is that the menus, dialogs, file pickers, keyboard shortcuts, and windowing all use native macOS Cocoa APIs.<p>Why would I want native macOS dialogs where the save as dialog can only show 32 characters on the screen at once? I use LibreOffice on Mac mostly because it allows me to use their dialogs instead of the crap macOS ones...
One big reason is sandboxing - the native dialogs can view the entire filesystem hierarchy and automatically grant access to selected resources to the calling app. Non-native dialogs are restricted to whatever the app has access to, which means you often have to give the apps Full Disk Access to make them work properly.
This story is so irresponsible.<p>>> Notepad++ for macOS is maintained by Andrey Letov, who wrote the Objective-C++ Cocoa UI that replaces Notepad++'s Win32 front-end. The app is available to download from the Notepad++ website.<p>That is not the Notepad++ website! It's some other website. I understand that this is a fairly legitimate and professional port. But this framing is unacceptable. It's especially grating considering "Notepad++" is trademarked in France: <a href="https://data.inpi.fr/marques/FR5133202" rel="nofollow">https://data.inpi.fr/marques/FR5133202</a> [1]. The software is GPL but that doesn't mean you can slap the trademark on any derived codebase - legally problematic in France, but it's disrespectful worldwide. The Mac port really should have been released under a similar but clearly distinct name, and MacRumors should have been way more responsible about framing the story.<p>[1] via <a href="https://news.ycombinator.com/item?id=47917939">https://news.ycombinator.com/item?id=47917939</a>
Wow! As a heavy Notepad++ on Windows I am really happy. I haven't found anything to replace Notepad++ on Mac for me.
[dupe] <a href="https://news.ycombinator.com/item?id=47916964">https://news.ycombinator.com/item?id=47916964</a>