PC Review Forums Newsgroups Hardware Freeware Need Linux Notepad replacement

Reply

Need Linux Notepad replacement

 
Thread Tools Rate Thread
Old 24-02-2005, 06:11 PM   #1
Dos-Man
Guest
 
Posts: n/a
Default Need Linux Notepad replacement


Well, windows has been getting on my nerves lately, too many crashes. I
need a break so I installed Red Hat 6.

Where are all the quality "Free" programs? It doesn't appear to come
with any.

Here is what I need:

1) Visual programming IDE
I need a vb or delphi clone for linux. The sooner I can start creating
Linux versions of my own software the better the chances I will stick
with it.

2) Notepad Replacement
Wasn't there a linux version of either Editpad or Metapad? I can't
remember which one, but I desperately need a half-decent text editor.

3) Program Launcher
Not having access to my ShellExec launch pad is a real punch in the
gut. Hopefully someone can recommend something similar.

4) Calendar Program
There is probably one somewhere but the OS comes with so many files it
makes it hard to find anything.

5) File Search utility.

6) DOS and/or Windows emulator.
Maybe I can run some of my programs on Linux if I'm lucky.

I need programs that are small enough to fit on floppy disks because
the OS does not appear to like my CD burner

dos-man

  Reply With Quote
Old 24-02-2005, 08:45 PM   #2
Wald
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

"Dos-Man" <ChairShot@mail.com> wrote:

> Well, windows has been getting on my nerves lately, too many crashes. I
> need a break so I installed Red Hat 6.


Red Hat 6?

If that is not a typo: why install such an outdated OS? Since version 6,
Red Hat progressed to version 9, and now the OS is continued in Fedora
Core, which is almost at version 3.

> Where are all the quality "Free" programs? It doesn't appear to come
> with any.


Install a modern distribution and things will become clearer.

> Here is what I need:
>
> 1) Visual programming IDE
> I need a vb or delphi clone for linux. The sooner I can start creating
> Linux versions of my own software the better the chances I will stick
> with it.


Gambas would be the closest thing, I think: http://gambas.sourceforge.net/

> 2) Notepad Replacement
> Wasn't there a linux version of either Editpad or Metapad? I can't
> remember which one, but I desperately need a half-decent text editor.


nedit would be a standard choice on Linux.

> 3) Program Launcher
> Not having access to my ShellExec launch pad is a real punch in the
> gut. Hopefully someone can recommend something similar.


I don't know ShellExec, so can't say much.

> 4) Calendar Program
> There is probably one somewhere but the OS comes with so many files it
> makes it hard to find anything.


Try gnome-calendar, or Kalendar.

> 5) File Search utility.


Learn to work with the command line, that will give you the most powerful
tools for file searching.

> 6) DOS and/or Windows emulator.
> Maybe I can run some of my programs on Linux if I'm lucky.


Windows emulator: wine is the standard, AFAIK.

> I need programs that are small enough to fit on floppy disks because
> the OS does not appear to like my CD burner


Then you still got some configuring to do. It might not work out of the
box, but you'll get it to work with some tweaking.

Regards,
Wald
  Reply With Quote
Old 25-02-2005, 03:16 AM   #3
news-server.sport.rr.com
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

----- Original Message -----
From: "Dos-Man" <ChairShot@mail.com>
Newsgroups: alt.comp.freeware
Sent: Thursday, February 24, 2005 10:11 AM
Subject: Need Linux Notepad replacement


> Well, windows has been getting on my nerves lately, too many crashes. I
> need a break so I installed Red Hat 6.
>
> Where are all the quality "Free" programs? It doesn't appear to come
> with any.
>
> Here is what I need:
>
> 1) Visual programming IDE
> I need a vb or delphi clone for linux. The sooner I can start creating
> Linux versions of my own software the better the chances I will stick
> with it.
>

I am not familiar with Red Hat's differences, but...

I am using Lazarus (http://www.lazarus.freepascal.org/) under Knoppix (I
also use Lazarus on WinXP), and it is very similar to programming Delphi. I
highly recommend it. It has a nice IDE and you will feel at home if you are
used to Delphi (I don't know about VB). I am using it now to program a
simple quiz program. I haven't tried loading any Delphi code directly into
it and compiling, though.
{Snip}
> 6) DOS and/or Windows emulator.
> Maybe I can run some of my programs on Linux if I'm lucky.

I haven't tried running any of my DOS programs under Linux - I recompiled a
couple of them and they ported without too many changes.
I use the Wine version from the Knoppix installation, and all of my
standalone Delphi 1.0 (16-bit) and 2.0 (32-bit) applications I have tested
have worked better than expected under Wine. The font scaling isn't exact,
and I had one glitch with a Help->About box in one of the applications, but
it was nice not to have to rewrite them. I recommend trying your programs
under Wine first, to see how well they run. For any that do not run as
expected, maybe Lazarus would help in porting them to Linux.

Good luck.

Jeff


  Reply With Quote
Old 25-02-2005, 06:59 AM   #4
kcaj
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

On 24 Feb 2005 10:11:13 -0800, "Dos-Man" <ChairShot@mail.com> wrote:

>Well, windows has been getting on my nerves lately, too many crashes. I
>need a break so I installed Red Hat 6.
>
>Where are all the quality "Free" programs? It doesn't appear to come
>with any.
>
>Here is what I need:
>


Try this.

http://mepislovers.org/

http://mepis.org/

Many leave what you had and come here.
  Reply With Quote
Old 26-02-2005, 07:16 AM   #5
dszady
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

On Thu, 24 Feb 2005 10:11:13 -0800, Dos-Man wrote:

[...]
>
> 2) Notepad Replacement
> Wasn't there a linux version of either Editpad or Metapad? I can't
> remember which one, but I desperately need a half-decent text editor.
>
> 3) Program Launcher
> Not having access to my ShellExec launch pad is a real punch in the
> gut. Hopefully someone can recommend something similar.

[...]

Kate. Has plugins for TIDY, has block copying, HTML hi-lighting and other
sh*t. Editpad does comes in a Linux version but once you try Kate you'll
fall in love with her (all over again) .

--
°¿°
http://www.earths-ocular.com/
Registered Linux User: 347957
  Reply With Quote
Old 27-02-2005, 05:55 PM   #6
Lordy
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

"Dos-Man" <ChairShot@mail.com> wrote in news:1109268673.493394.263490
@g14g2000cwa.googlegroups.com:

> Well, windows has been getting on my nerves lately, too many crashes. I
> need a break so I installed Red Hat 6.


http://en.openskills.info/infobox.php?ID=1094

RedHat 6 was released in 1999. A LOT has changed since.
Try any *recent* release of the big distros.
--
Lordy
  Reply With Quote
Old 28-02-2005, 03:17 PM   #7
Dos-Man
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement


Lordy wrote:
> "Dos-Man" <ChairShot@mail.com> wrote in news:1109268673.493394.263490
> @g14g2000cwa.googlegroups.com:
>
> > Well, windows has been getting on my nerves lately, too many

crashes. I
> > need a break so I installed Red Hat 6.

>
> http://en.openskills.info/infobox.php?ID=1094
>
> RedHat 6 was released in 1999. A LOT has changed since.
> Try any *recent* release of the big distros.
> --
> Lordy


Windows 98 was released in 1998. What's your point?
I use what works.

I have purchased several updates for
Redhat, and the install has always failed for
one reason or another. The most recent flop was
with Redhat 8. The book I bought (Linux for Dummies)
came with it. There is no setup floppy disk, and my
CD-ROM drive is not bootable. There is no way I can
install it. The book says to use the RAWRITE util, but
neither CD appears to contain it.

I'm not even sure if I am using redhat actually. I think
I'm using MANDRAKE. It's the only one that ever installs
successfully.

dos-man

  Reply With Quote
Old 28-02-2005, 04:16 PM   #8
Mel
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

>On 28 Feb 2005 07:17:08 -0800, "Dos-Man" <ChairShot@mail.com> wrote:

>The book says to use the RAWRITE util, but
>neither CD appears to contain it.


http://www.scsu.ca/forum/viewtopic.php?p=15408

http://visopsys.org/files/visopsys/rawwritewin-0.7.zip
  Reply With Quote
Old 02-03-2005, 11:12 PM   #9
Lordy
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

"Dos-Man" <ChairShot@mail.com> wrote in news:1109603828.875342.99800
@l41g2000cwc.googlegroups.com:

> Lordy wrote:
>> "Dos-Man" <ChairShot@mail.com> wrote in news:1109268673.493394.263490
>> @g14g2000cwa.googlegroups.com:
>>
>> > Well, windows has been getting on my nerves lately, too many

> crashes. I
>> > need a break so I installed Red Hat 6.

>>
>> http://en.openskills.info/infobox.php?ID=1094
>>
>> RedHat 6 was released in 1999. A LOT has changed since.
>> Try any *recent* release of the big distros.
>> --
>> Lordy

>
> Windows 98 was released in 1998. What's your point?



Don't worry about it.

--
Lordy
  Reply With Quote
Old 06-03-2005, 03:07 AM   #10
DeAbs
Guest
 
Posts: n/a
Default Re: Need Linux Notepad replacement

"Dos-Man" <ChairShot@mail.com> wrote:

> (snip)


>Here is what I need:
>
>1) Visual programming IDE
> I need a vb or delphi clone for linux. The sooner I can start creating
>Linux versions of my own software the better the chances I will stick
>with it.


http://www.eclipse.org/


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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

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