Welcome, Guest. Please login or register.

Author Topic: Notepad Page Limit?  (Read 1905 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Super TWiTTopic starter

  • Full Member
  • ***
  • Join Date: Aug 2009
  • Posts: 222
    • Show only replies by Super TWiT
Notepad Page Limit?
« on: May 03, 2010, 05:31:10 PM »
I was trying to make a document that could be read in an amiga computer, so I assigned More as the tooltype of my document. I noticed however that WB 1.2 and older didn't have More, so I decided to use Notepad. Notepad looked to be displaying my document properly, but upon further inspection it cutoff like 2 or 3 pages from my document. Is there some kind of limit on how much text you can open? If so, what would be a good application to use to make sure my document reads in as many amigas as possible?
Once there was a man and a boy in the woods.
 
Boy: I\'m scared...
 
Man: Hah! What have you got to be afraid of? I\'m the one that\'s going to be coming back alone!
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Notepad Page Limit?
« Reply #1 on: May 03, 2010, 05:46:19 PM »
IIRC all versions of Workbench come with Ed, so you could assign that as the default tool. It's not as nice to navigate, but it should open on older versions of WB.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Super TWiTTopic starter

  • Full Member
  • ***
  • Join Date: Aug 2009
  • Posts: 222
    • Show only replies by Super TWiT
Re: Notepad Page Limit?
« Reply #2 on: May 03, 2010, 05:50:12 PM »
Where is Ed located at? I didn't see it in the system utilities folder
Once there was a man and a boy in the woods.
 
Boy: I\'m scared...
 
Man: Hah! What have you got to be afraid of? I\'m the one that\'s going to be coming back alone!
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Notepad Page Limit?
« Reply #3 on: May 03, 2010, 05:53:14 PM »
Quote from: Super TWiT;556461
Where is Ed located at? I didn't see it in the system utilities folder


It's in C:

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Notepad Page Limit?
« Reply #4 on: May 03, 2010, 05:55:46 PM »
Alternatively, this might help you:

http://aminet.net/package/text/show/S-Text

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Super TWiTTopic starter

  • Full Member
  • ***
  • Join Date: Aug 2009
  • Posts: 222
    • Show only replies by Super TWiT
Re: Notepad Page Limit?
« Reply #5 on: May 03, 2010, 06:00:43 PM »
When I try to use Ed, I get a software error "Task held Finish ALL disk activity"
Once there was a man and a boy in the woods.
 
Boy: I\'m scared...
 
Man: Hah! What have you got to be afraid of? I\'m the one that\'s going to be coming back alone!
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Notepad Page Limit?
« Reply #6 on: May 03, 2010, 06:14:17 PM »
Quote from: Super TWiT;556465
When I try to use Ed, I get a software error "Task held Finish ALL disk activity"


Maybe ed doesn't like being called from Workbench. Does it do the same thing if you try to use ed from a shell?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Super TWiTTopic starter

  • Full Member
  • ***
  • Join Date: Aug 2009
  • Posts: 222
    • Show only replies by Super TWiT
Re: Notepad Page Limit?
« Reply #7 on: May 03, 2010, 06:20:35 PM »
When I try to launch ed from the shell, I get insufficient free store. I am looking at S-text though, as it looks really useful.
Once there was a man and a boy in the woods.
 
Boy: I\'m scared...
 
Man: Hah! What have you got to be afraid of? I\'m the one that\'s going to be coming back alone!
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Notepad Page Limit?
« Reply #8 on: May 03, 2010, 06:25:36 PM »
Quote from: Super TWiT;556469
When I try to launch ed from the shell, I get insufficient free store.

Maybe the file is too big for ed to handle :confused:

Quote from: Super TWiT;556469
I am looking at S-text though, as it looks really useful.

Might be the best option, as everything (the text and the viewer) is self-contained within an executable. No need to worry about external viewers that way.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline bbond007

  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 1517
    • Show only replies by bbond007
Re: Notepad Page Limit?
« Reply #9 on: May 03, 2010, 07:40:32 PM »
Quote from: Super TWiT;556465
When I try to use Ed, I get a software error "Task held Finish ALL disk activity"


How much RAM does this computer have? Sounds like you are trying to open a document larger than the amount of available RAM.
 

Offline Super TWiTTopic starter

  • Full Member
  • ***
  • Join Date: Aug 2009
  • Posts: 222
    • Show only replies by Super TWiT
Re: Notepad Page Limit?
« Reply #10 on: May 03, 2010, 08:02:31 PM »
S-Text worked, but how can I create an icon for it so its obvious for others?
Once there was a man and a boy in the woods.
 
Boy: I\'m scared...
 
Man: Hah! What have you got to be afraid of? I\'m the one that\'s going to be coming back alone!