Page 1 of 1

ATPad

Posted: Thu Aug 04, 2011 7:13 am
by lautrepay
ATPad is a simple Notepad replacement written in pure C and Windows API. Keeping simplicity of Notepad it provides many additional features, such as:

Tabbed environment - especially useful for working with multiple files (for example, logs).
Fully customizable editor - colors, fonts etc.
Lines numbering - it's hard to find these days any respectable editor which does not support this feature.
Word wrapping - can anybody write long scripts without it?
List of recently open documents - ATPad stores this list accordingly to MAC address, so "Recent Files" on your laptop will look different from "Recent Files" on your desktop machine! But if you run the program from removable drive and work with files on this drive, they will be always presented in list, regardless of MAC address of hosting computer.
Keeping last session - start the work exactly from the point you've finished (all said above about list of recent documents is true against last sessions as well).
Bookmarks - never lose your way.
Displaying whitespaces - tabs, spaces, line breaks.
Reloading documents "on-demand" - instead of reopening them.
Outer changes tracking - stay informed when any of currently open documents has been changed out of program.
Reloading document in specified interval - you can specify interval for recurrent document reloading.
Sending documents via email - it's possible to send each document, even "Untitled", via email as attachment.
Snippets system - create, edit, delete and insert into document your own text snippets.
Unlimited find/replace and undo/redo
Portability - ATPad does not require installation, it can be started from any drive (fixed or flash) and leaves no traces on host computer after finishing.
ATPad is not purposed to compete with great names and great editors. Everyone has its own role and function.
http://atpad.sourceforge.net/

Image

Re: ATPad

Posted: Sat Sep 10, 2011 11:12 am
by webfork
Its up: http://www.portablefreeware.com/?id=2154

Thanks lautrepay -- dig the screenshot.

Re: ATPad

Posted: Sat Sep 10, 2011 10:44 pm
by lautrepay
Thanks Webfork for posting the link :wink:
I just fell asleep last night before doing it.

I'm still not sure which one is the correct Path portability option:
List of recently open documents - ATPad stores this list accordingly to MAC address, so "Recent Files" on your laptop will look different from "Recent Files" on your desktop machine! But if you run the program from removable drive and work with files on this drive, they will be always presented in list, regardless of MAC address of hosting computer.
Any ideas?

Althought rich featured, I think the main advantage of ATPad, as a simple Notepad replacement, is the tabbed GUI, a feature that is missed, for example, in Metapad.
Tabbed intefaces really make the life easier. A few years ago I requested tabs for OpenOffice.org, but I was unlucky. Instead, IBM offered this feature in the OOo based Lotus Symphony...
So, thanks to NetCaptor for this useful innovation.

Re: ATPad

Posted: Sat Sep 10, 2011 11:14 pm
by SYSTEM
lautrepay wrote: I'm still not sure which one is the correct Path portability option:
List of recently open documents - ATPad stores this list accordingly to MAC address, so "Recent Files" on your laptop will look different from "Recent Files" on your desktop machine! But if you run the program from removable drive and work with files on this drive, they will be always presented in list, regardless of MAC address of hosting computer.
Any ideas?
Sounds like "Automatic relative path" or "Automatic compensation for dynamic drive letter". You can find out the right option by
  1. saving files into a subdirectory of ATPad,
  2. moving the ATPad directory somewhere else within the same partition, and
  3. checking if the files are still in the list.
If the files stay in the list, the right option is "Automatic relative path". Otherwise it's "Automatic compensation for dynamic drive letter".

Re: ATPad

Posted: Tue Sep 13, 2011 8:07 pm
by lautrepay
SYSTEM wrote:
lautrepay wrote: I'm still not sure which one is the correct Path portability option:
List of recently open documents - ATPad stores this list accordingly to MAC address, so "Recent Files" on your laptop will look different from "Recent Files" on your desktop machine! But if you run the program from removable drive and work with files on this drive, they will be always presented in list, regardless of MAC address of hosting computer.
Any ideas?
Sounds like "Automatic relative path" or "Automatic compensation for dynamic drive letter". You can find out the right option by
  1. saving files into a subdirectory of ATPad,
  2. moving the ATPad directory somewhere else within the same partition, and
  3. checking if the files are still in the list.
If the files stay in the list, the right option is "Automatic relative path". Otherwise it's "Automatic compensation for dynamic drive letter".
Thanks for the clarification. I was in doubt if the way that ATPad handles the recently opened files in different hosts machines fit in the definition of "Automatic relative path" or not.
I'll update the entry.

Re: ATPad

Posted: Tue Sep 13, 2011 11:55 pm
by tproli
Interesting app. After compression it's only about 100 KB which is quite impressive.

Re: ATPad

Posted: Tue Jan 24, 2012 1:29 pm
by webfork
Went back the other day and tested this a bit more. Probably the best part of this program is the snippets: its just a menu of various different code, text, or other bits that you can easily paste in. I don't have an immediate use for that, but I'm sure I'll find one.

Re: ATPad

Posted: Fri Nov 06, 2015 4:12 am
by smaragdus
ATPad is no longer developed but it still works fine on Windows 8. My problem with ATPad is that I cannot change the default encoding (ANSI). This couldn't be done from inside the program. I suppose that changing the default encoding can be achieved by editing 'atpad.ini' file but I do not know how (it seems that 'text_format=' parameter- should be edited in order to change default encoding). I will be grateful if someone gives me an idea.