Forum Discussion
Windows 11 Feature Requests
I generally don't use notepad;
I admit it is valuable if apps malfunction (One of those 'Microsoft Windows' things), but I use a bunch of other text/code editors, I would suggest giving one of them a try, and you are likely to find the feature(s) you want along with many others;
Notepad++
~ A nice lightweight app that provides text (txt) file modifications, as well as operating as a very useful code editor, in particular because of the light-weight nature of the application;
https://notepad-plus-plus.org/
Visual Studio Code
~ This app is significantly heavier than notepad++, but provide a great deal of really valuable visual features, such as a directory tree and file review, as well as feature buttons and a tabbed interface (just like notepad++);
https://code.visualstudio.com/
~These other, publicly available apps ( as well as the Microsoft provided one) are likely why notepad won't see additional features; If you need more features, you have apps available, if you need something simple that WILL ALWAYS WORK, notepad is your choice.
- Kyle_ManelNov 15, 2021Copper Contributor
What I'm getting at is that there is no need;
Unless there are features necessary or some vulnerability necessary to patch, and the app is working as expected, then it is unnecessary to change;
This is why I mentioned what I did, that notepad is an app built on, or at-the-least used on the premise of responsibility & reliability; If it aint broke, don't fix it, and changing coding requires expensive validation testing, which is an investment of time/money and risk, none of which is necessary for an app that works as intended already.Likewise, because notepad is built as the lowest common denominator that will always operate as expected for a limited use-case, then it is, quite honestly more productive & valuable to use the programming experience and time required to modify it, on a project which may require these, such as I mentioned.
- SDMFNov 16, 2021Copper ContributorWell there was no need for a new os either (ie win 11) Microsoft could have told Intel to "get lost, dont make sissy cores". Theres no need for a security patch every month but it happens, there was no need to round the corners on all their windows or move the start button to the midle of the screen etc etc. You think microsoft is worried that if they update notepad it might no longer function properly lol? Really, microsoft dude, you think microsoft has a "if it aint broke dont fix it" motto? Bruh have you ever used windows, you should download it sometime and give it a go freal
- Kyle_ManelNov 16, 2021Copper ContributorI don't think that at all, what I do think is that Notepad is explicitly made to work in EVERY situation;
I have used every version of Windows since 3.11, and as a system administrator myself, there are ALL KINDS of great and valuable tools which are useful for modifying text files. That said, however, I enjoy having notepad there IN ADDITION to all of those apps BECAUSE it will work; It requires nil resources, and operates in almost any situation.
If you want more features use another app, there are many that are already available from Microsoft; Visual Studio Code, as I mentioned previously is an exceptional app, if you are looking for additional features.