The Daily Click ::. Forums ::. General Chat ::. What would you like to see in Notepad?
 

Post Reply  Post Oekaki 
 

Posted By Message

DeadmanDines

Best Article Writer

Registered
  27/04/2006
Points
  4758
10th May, 2005 at 13:09:55 -

I'm thinking of doing a little notepad replacement app, but I'm wondering what you'd all like to see in Notepad that isn't already there.

I wanna keep the simplicity (so for all you who want a Rich text version, just use Wordpad), but expand functionality for plaintext users (primarily coders).

I'm also considering removing the ability to change the font face (font size will still be variable). Most of the features I want to add rely heavily on fixed-width fonts like Courier New.

Some of the features I'm thinking of adding are as follows:

- The option to do auto-indenting (so newlines start off with the same amount of whitespace as the previous line), very handy for writing scripts. This option can be toggled on or off.
- A shift-and-enter command for doing one-off toggles of the above without the need to click any options. If you're using auto-indent, this creates a newline without indenting. If you're not using auto-indent, then this automatically indents your new line.
- A ctrl-and-enter command that does yet another kind of indenting. This is a non-carriage linefeed. It moves the cursor down (as a return normally would) without returning it to the left. It does this by counting the number of characters up to your present cursor position and indenting the next line by this number of characters. This is one of the reasons why fixed-width fonts are crucial. It screws up without it, lol.
- I'm not certain about this, but I was considering also using a programmable colour-coding system. You could hopefully save these settings into Stylesheets, and apply them when you start work (so you can choose 'plain text', 'html', 'css', 'php', 'ini' and so on).


It would of course come with all the usual refinements - the 'Goto' functions would be there, but expanded. This would let you go to a certain line, as normal, but also go to a specific character relative to that line. Or you could go to a certain character relative to the whole document rather than the line (eg: character 2,897 rather than line 5, character 4).

It would also add more details in the Status Bar at the bottom of the screen. Details such as character number (relative to the whole document), column (character num' relative to the current line), line number, byte value (with a right-click menu to show other forms of this byte, such as 16-int, 32-int, and the signed/unsigned equivalents). Each of these would have settings you could tweak, like '0- or 1-based', 'decimal/hex/binary' and so on.

The same old find and replace features would exist, maybe updated to be better.

Any suggestions/comments?

 
191 / 9999 * 7 + 191 * 7

Radix

hot for teacher

Registered
  01/10/2003
Points
  3139

Has Donated, Thank You!VIP MemberGOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!
11th May, 2005 at 01:14:23 -

Enhanced Notepads have been done to death dude.

 
n/a

David Newton (DavidN)

Invisible

Registered
  27/10/2002
Points
  8322

Honored Admin Alumnus
11th May, 2005 at 06:00:37 -

As long as you remove the bug where you type a file, save, and find that the line breaks are entirely messed up (like Notepad on XP does), then it'll be an improvement.

 
http://www.davidn.co.nr - Games, music, living in America

Broomie

iInfamous/i

Registered
  30/08/2002
Points
  929

Game of the Week WinnerI'm an alien!Has Donated, Thank You!VIP Member360 OwnerI'm on a Boat
11th May, 2005 at 11:53:28 -

Radix is right, by all means do it but it'll be nothing new. Unless of course you add an exclusive feature to your one.

 
- Space Quest II Deluxe -
http://www.infamous-adventures.com

Klikmaster

Master of all things Klik

Registered
  08/07/2002
Points
  2599

Has Donated, Thank You!You've Been Circy'd!VIP MemberPS3 Owner
11th May, 2005 at 17:13:30 -

I need notepad with line numbers somewhere, counting lines to find php errors isnt very fun at all

 
n/a

Tigerworks

Klik Legend

Registered
  15/01/2002
Points
  3882
11th May, 2005 at 18:41:31 -

Win2k's notepad as a Go To Line menu option which is handy for stuff like that.

 
- Tigerworks

Broomie

iInfamous/i

Registered
  30/08/2002
Points
  929

Game of the Week WinnerI'm an alien!Has Donated, Thank You!VIP Member360 OwnerI'm on a Boat
11th May, 2005 at 18:52:36 -

I use CuteFTP's editor. It's the best thing since sliced bread.

 
- Space Quest II Deluxe -
http://www.infamous-adventures.com

ChrisB

Crazy?

Registered
  16/08/2002
Points
  5457
11th May, 2005 at 20:11:16 -

I use Crimson Editor, complete with colouring and line numbers.

 
n/a

Radix

hot for teacher

Registered
  01/10/2003
Points
  3139

Has Donated, Thank You!VIP MemberGOTW WINNER CUP 1!GOTW WINNER CUP 2!GOTW WINNER CUP 3!GOTW WINNER CUP 4!
11th May, 2005 at 22:34:58 -

Yes, Crimson Edit is neato-keen.

 
n/a

Buster

BLING COMMANDER

Registered
  03/06/2002
Points
  1545

VIP Member
12th May, 2005 at 02:52:53 -

You could have a button that adds a random word to your document, or a button that writes the entire thing for you.

 

DeadmanDines

Best Article Writer

Registered
  27/04/2006
Points
  4758
12th May, 2005 at 06:24:02 -

I'm making this primarily to meet my own needs (hence all the indenting stuff, which is the bane of my life in other notepad equivalents).

Line numbering would be done by the status bar at the bottom (Notepad XP already has this), which shows you what line and character you're on. 'Goto line' can help you find the line in the first place.

EDIT: Oh yea, the whole Unix/Windows linebreak problem will be automatically fixed when a file's loaded.

Image Edited by the Author.

 
191 / 9999 * 7 + 191 * 7

Muz



Registered
  14/02/2002
Points
  6499

VIP MemberI'm on a BoatI am an April FoolHonored Admin Alumnus
1st June, 2005 at 23:44:16 -

I want a toolbar for notepad, yet the same loading time. And a Ctrl-S shortcut.

 
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.

Image

-Vinny-



Registered
  12/01/2005
Points
  436
2nd June, 2005 at 07:11:39 -

i use developers notepad, it highlights code for various languages, it's quite helpful for referenceing old work

 
Vinny

Cazra

Crazy?

Registered
  24/07/2002
Points
  4472

Game of the Week WinnerVIP Member
2nd June, 2005 at 08:12:28 -

make it so it shows the 4 most recently opened things under the file menu.

 
n/a

DeadmanDines

Best Article Writer

Registered
  27/04/2006
Points
  4758
5th June, 2005 at 17:02:43 -

Thanks.

I think ctrl+s is already in Notepad XP

 
191 / 9999 * 7 + 191 * 7
   

Post Reply



 



Advertisement

Worth A Click