English Amiga Board


Go Back   English Amiga Board > Support > support.Apps

 
 
Thread Tools
Old 10 December 2014, 13:58   #1
ancalimon
Supernormal
 
ancalimon's Avatar
 
Join Date: Jul 2007
Location: Istanbul / Turkey
Age: 43
Posts: 1,410
Text editor that can edit long lines?

I am looking for a text editor that can edit long lines and that can run when I boot without Startup-Sequence on my A4000T.

"ed" can not edit long lines so it corrupts my blizkick line.
"editpad" can not start when I boot without Startup-Sequence.
ancalimon is offline  
Old 10 December 2014, 14:00   #2
Bamiga2002
BlizzardPPC'less
 
Bamiga2002's Avatar
 
Join Date: May 2004
Location: Finland
Age: 46
Posts: 3,210
Send a message via MSN to Bamiga2002
CygnusED 4

Been using for years, supports long lines and works like a clock.
Bamiga2002 is offline  
Old 10 December 2014, 14:56   #3
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
Is there not a way of altering Ed's configuration to set the maximum length? I remember Ed being very configurable - try looking in S:Ed-Startup, or even renaming Ed-Startup to something else in order to enable the full set of menus. I'm sure there's a setting for the right margin...
Daedalus is offline  
Old 10 December 2014, 14:59   #4
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
Yep, there is a command in the extra Settings menu that only appears if you enable it or rename the startup file. You can access it with Esc, S, R and that will let you enter the number of characters to put the right margin at.

Customising Ed
Daedalus is offline  
Old 10 December 2014, 15:36   #5
ancalimon
Supernormal
 
ancalimon's Avatar
 
Join Date: Jul 2007
Location: Istanbul / Turkey
Age: 43
Posts: 1,410
Thomas Richter said:

Quote:
Ed, unfortunately, has a fixed limit of 255 characters per line that is compiled into the code, and the memory for that is not even allocated, but taken from the bss segment of the command, thus just patching would overwrite other internal variables. Thus, there is no way to extend this except to recompile it. But other options exist. CED works fine even without a startup-sequence. (Ed is a dinosaur anyhow, better put it to rest).
ancalimon is offline  
Old 10 December 2014, 15:44   #6
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
Ah, that's interesting... I thought you were running into the standard 80 character limit. That's an impressive Blizkick entry!
Daedalus is offline  
Old 10 December 2014, 15:55   #7
ancalimon
Supernormal
 
ancalimon's Avatar
 
Join Date: Jul 2007
Location: Istanbul / Turkey
Age: 43
Posts: 1,410
Quote:
Originally Posted by Daedalus View Post
Ah, that's interesting... I thought you were running into the standard 80 character limit. That's an impressive Blizkick entry!
It's pretty standard actually

It's like this at the moment. I have also added 6 more modules for usb mouse connected to rapidroad to work after blizkick reboots. Removed morelibspace.module since I can not run afaos properly at the moment.

Quote:
Blizkick * EXTRESBUF=800000 MODULE romupdate.idtag exec.library ramlib fastfilesystem filesystem.resource scsi.device "NCR scsi.device" ram-handler input.device layers.library console.device shell-seg dos.library bootmenu trackdisk.device battmem.resource misc.resource card.resource potgo.resource intuition.library graphics.library rapidroadxs100usb.device poseidon.library hub.class hid.class bootmouse.class psdstackloader NOPUPREBOOT QUIET
ancalimon is offline  
Old 10 December 2014, 16:49   #8
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
Yep, that's a lot of stuff, compared to mine anyway. Never thought of all the extra USB stuff...
Daedalus is offline  
Old 10 December 2014, 17:20   #9
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
I had the same trouble wiht ED when edit S-S that had a long line (I guess it was RemAPollo line). Also ED is a really pain. So its better to avoid it.
If you want a small/faster/simpler editor then CygnusED I can recommend JanoEditor if you have at least OS3.0. For script editing like S-S/U-S its perfect IMHO.
daxb is offline  
Old 10 December 2014, 18:16   #10
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
CygnusEd has a fixed limit, too. IIRC it was 1024 characters in earlier releases. Now (version 5) it is 32000 characters.
thomas is offline  
Old 29 December 2014, 21:40   #11
Leandro Jardim
Registered User
 
Leandro Jardim's Avatar
 
Join Date: Nov 2009
Location: Legoland
Age: 45
Posts: 1,461
Quote:
Originally Posted by ancalimon View Post
I am looking for a text editor that can edit long lines and that can run when I boot without Startup-Sequence on my A4000T.

"ed" can not edit long lines so it corrupts my blizkick line.
"editpad" can not start when I boot without Startup-Sequence.
There is Redit (http://aminet.net/package/text/edit/Redit) and TextEngine (http://aminet.net/package/text/edit/TextEngine). Redit is fine to use when you boot without Startup-Sequence and works with Kickstart 1.3, too (but it needs a 8192 KB stack to run properly). TextEngine can be used also for this purpose, but it is bigger, and need two other files on the same directory. Redit does not need any file (except the one you will want to edit. ).

Hope I can be of any help.

Last edited by Leandro Jardim; 30 December 2014 at 00:04.
Leandro Jardim is offline  
Old 30 December 2014, 11:23   #12
Michael Sykes
WinUAE end user
 
Michael Sykes's Avatar
 
Join Date: Jan 2014
Location: Bremen
Age: 44
Posts: 649
Redit is what you need. The readme is in german only. But is says there is no restriction in filesize or number of chars per line.
Just copy it to c: and rename it to ED. Works fine with no S-S.
As Leandro allready wrote, you need 8192 bytes stack.
Attached Thumbnails
Click image for larger version

Name:	bild.jpg
Views:	282
Size:	87.5 KB
ID:	42593  
Michael Sykes is offline  
Old 30 December 2014, 13:32   #13
Locutus
Registered User
 
Join Date: Jul 2014
Location: Finland
Posts: 1,176
Emacs works for me <3
Locutus is offline  
Old 30 December 2014, 21:38   #14
demoniac
Registered User
 
Join Date: Jul 2005
Location: -
Posts: 1,686
Vim -- it was developed first on the Amiga

Last edited by demoniac; 18 January 2015 at 21:41.
demoniac is offline  
Old 31 December 2014, 12:55   #15
Bamiga2002
BlizzardPPC'less
 
Bamiga2002's Avatar
 
Join Date: May 2004
Location: Finland
Age: 46
Posts: 3,210
Send a message via MSN to Bamiga2002
Quote:
Originally Posted by Locutus View Post
Emacs works for me <3
Emacs is a classic one, but pain in the ass typing the editable file path and name manually every time.
Bamiga2002 is offline  
Old 31 December 2014, 13:29   #16
Michael
A1260T/PPC/BV/SCSI/NET
 
Michael's Avatar
 
Join Date: Jan 2013
Location: Moscow / Russia
Posts: 839
FrexxED is interesting too, has colouring too.
http://eab.abime.net/showthread.php?p=987152#post987152
Michael is offline  
Old 16 January 2015, 19:01   #17
Der_Richter
 
Posts: n/a
Second that comment in support for CygnusED
 
Old 18 January 2015, 20:12   #18
Cylon
Registered User
 
Join Date: Oct 2014
Location: Europe
Posts: 470
GoldEd is king of editors, imho.
Cylon is offline  
Old 19 January 2015, 02:31   #19
watsonfmly
Registered User
 
Join Date: Jun 2014
Location: West Virginia
Posts: 59
I always used Memacs.
watsonfmly is offline  
Old 19 January 2015, 17:36   #20
dannyp1
Registered User
 
Join Date: Nov 2009
Location: Michigan USA
Posts: 168
I ended up after trying many using Redit!
dannyp1 is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
editor for edit startup-sequence turrican3 request.Apps 10 26 May 2013 02:22
new text editor flipper Coders. Tutorials 8 17 December 2007 10:57
Ibrowse text editor MrZammler support.Apps 0 26 September 2007 11:46
Wanted: ED text editor! ElectroBlaster request.Apps 5 01 January 2006 17:26
Text editor for A500 oldpx request.Apps 12 19 December 2002 02:02

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 01:58.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.12155 seconds with 16 queries