LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 12-17-2006, 07:34 AM   #46
ping_wing
Member
 
Registered: Apr 2004
Posts: 65

Rep: Reputation: 15
forgotten ide


Hi.

Can anyone help me to remember an ide. I used it around 98-99, I think it ran on aix and/or linux. probably was not opensource, but freeware. quite uglylooking acctually.
I remember that name started with 'C' , but I just cannot find it with googleing..
 
Old 12-17-2006, 10:23 AM   #47
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Quote:
Can anyone help me to remember an ide. I used it around 98-99, I think it ran on aix and/or linux. probably was not opensource, but freeware. quite uglylooking acctually.
I remember that name started with 'C' , but I just cannot find it with googleing..
Codewarrior?
 
Old 02-04-2007, 02:00 AM   #48
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by harishankar
Clarification: when I meant dead or dormant I didn't mean actual updates, but news from the project. I think we can say a project is dead when the developers don't even bother providing news updates once in a year.

If we get started with tagging this list, can anybody provide any info on the items in the existing list?
This response is a bit late, but I don't think that
producing news qualifies for a projects livelihood.
TeX has been around for donkeys years, there was no
news regarding it in a long time, but its still very
much alive. Not that I think of it as a programming
language or IDE, but I'm just using it as an example
of a mature product that doesn't do news.



Cheers,
Tink
 
Old 02-28-2007, 10:00 AM   #49
taylor_venable
Member
 
Registered: Jun 2005
Location: Indiana, USA
Distribution: OpenBSD, Ubuntu
Posts: 892

Rep: Reputation: 43
Emacs 22 GTK Screenshot

Quote:
Originally Posted by Randux
How much different is the look than the "standard" Emacs? Do you have any screenshots?
With great apologies to Randux for having not seen that post much earlier, here's a screenshot of Emacs 22.0.94.1 from CVS running under Xubuntu Linux 6.10 with GTK 2.10.6 -- as you can see, the modeline and fringe have stayed the same, but the menus and scrollbars are GTK widgets. The toolbar (when you have it enabled; I don't) also uses GTK widgets, though the icons are fixed, not bound to the current GTK icon theme. The menus can be torn off, and the toolbar can be moved. It runs well, and I've never had any problem with GTK integration (although I've only used it past version 22.0.50.1 -- before that I don't know).

Edit:

I also got XFT working recently under Emacs 23.0.0.1 and Xubuntu Feisty, so here is a screenshot of that as well. Variable-width fonts also work as expected; all of which make packages like AUCTeX and preview-latex look and work really cool. One issue I found is that unicode didn't display in the XFT font -- this it turned out was a problem with the fontset used for unicode glyphs and the font I was using on the display. It was fixed by using a different screen font (DejaVu instead of Bitstream) and adjusting the fontset for unicode glyphs to use this font. More on this on my GNU Emacs page.

Last edited by taylor_venable; 03-11-2007 at 12:24 PM. Reason: Added more info on Emacs 23.
 
Old 04-03-2007, 07:19 PM   #50
52cent
LQ Newbie
 
Registered: Apr 2007
Posts: 14

Rep: Reputation: 0
Im using Ubuntu, and I want to start programming in C/C++. So i tried to install Anjuta from the repositories but i get these errors:
Quote:
slimshady@ubuntu:/usr/src$ sudo aptitude install Anjuta
Reading package lists... Done
Building dependency tree
Reading state information... Done
Initializing package states... Done
Building tag database... Done
Couldn't find package "Anjuta". However, the following
packages contain "Anjuta" in their name:
anjuta anjuta-dev anjuta-common
The following packages have been kept back:
libgphoto2-2 libgphoto2-port0
0 packages upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 0B of archives. After unpacking 0B will be used.
what did i do wrong?
 
Old 04-03-2007, 07:31 PM   #51
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
Don't spell anjuta with a capital "A":
Code:
$ sudo aptitude install anjuta


If you're using Ubuntu, might I suggest making use of the Synaptic Package Manager? (It's found in the Settings menu, under Administration, I believe). It's nothing more than a GUI front-end for deb (as Aptitude is a text-based front-end for deb). Or, use the "Add/Remove Programs" application from the Applications menu.

I just used Ubuntu for the first time today, on a friend's laptop, so I apologize if the names of the launchers (shortcuts) are a tich off.

Last edited by indienick; 04-03-2007 at 07:35 PM.
 
Old 04-04-2007, 02:27 AM   #52
52cent
LQ Newbie
 
Registered: Apr 2007
Posts: 14

Rep: Reputation: 0
Thanks, i still didnt understand how to use the the Synaptic Package Manager, because if i search 'anjuta' for example, i get all kinds of results with this name (e.g. anjuta, anjuta-dev,anjuta-common...), and dont know exactly what packages i should install.

Anyway, i installed anjuta now and i dont know what the hell am i suppose to do to compile and run something....
i opened a project following the wiki, but i dont see any text file i can edited and i get alot of errors, like this one:
Quote:
/usr/bin/create_global_tags.sh: 3:function: not found
shift: 11: cant shift that many
i searched all the web but i just got more confuse...
Isnt there more simple IDE so i can just press something like CTRL+F9 to compile, like in DEV-CPP in windows?

Last edited by 52cent; 04-04-2007 at 07:48 AM.
 
Old 04-04-2007, 03:58 PM   #53
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Arch, Ubuntu, Slackware, OpenBSD, FreeBSD
Posts: 1,853

Rep: Reputation: 65
You've got me there - I don't know much about C or C++. Very little in fact.

The difference between anjuta, anjuta-common and anjuta-dev are this:
anjuta - The actual program, Anjuta.
anjuta-common - Common libraries needed by Anjuta (I have no idea about any specifics of which libraries this includes.)
anjuta-dev - Uncompiled source code, so if you experience a bug in Anjuta, you can whip open a text editor, find the source of the bug, and fix it yourself. Mainly meant for assisting with the development of Anjuta as an application.

There are tons of IDEs out there, it's just a matter of finding the one that suits you. I use Eclipse for mostly anything I do. Eclipse is primarily an IDE for Java, but you can load modules for other languages, too. For instance, I have the PyDev module loaded so I can also develop Python projects. I know for a fact that there's a C/C++ module for Eclipse. (http://www.eclipse.org)
I've never used Anjuta, so, I'm sorry I can't be of more help, there.

Last edited by indienick; 04-04-2007 at 04:01 PM.
 
Old 04-05-2007, 06:11 PM   #54
52cent
LQ Newbie
 
Registered: Apr 2007
Posts: 14

Rep: Reputation: 0
Quote:
Originally Posted by indienick
You've got me there - I don't know much about C or C++. Very little in fact.

The difference between anjuta, anjuta-common and anjuta-dev are this:
anjuta - The actual program, Anjuta.
anjuta-common - Common libraries needed by Anjuta (I have no idea about any specifics of which libraries this includes.)
anjuta-dev - Uncompiled source code

Ok thanks for making it clearer to me, ill try to remember it to the next times.

There are tons of IDEs out there, it's just a matter of finding the one that suits you. I use Eclipse for mostly anything I do. Eclipse is primarily an IDE for Java, but you can load modules for other languages, too. For instance, I have the PyDev module loaded so I can also develop Python projects. I know for a fact that there's a C/C++ module for Eclipse. (http://www.eclipse.org)

thanks but i prefer an IDE suitable for C/C++ without any additional plugins which will probably get me into more problems..... however if i dont find any other ill try it.

My message is too short?!?!?

Last edited by 52cent; 04-05-2007 at 06:17 PM.
 
Old 06-08-2007, 12:35 PM   #55
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
nedit is also good, has syntax highlighting, line numbers, and many more things:
http://www.nedit.org/
 
Old 07-24-2007, 12:00 AM   #56
hottdogg
Member
 
Registered: Aug 2004
Distribution: opensuse ,debian/ubuntu
Posts: 222

Rep: Reputation: 30
Quote:
Originally Posted by H_TeXMeX_H
nedit is also good, has syntax highlighting, line numbers, and many more things:
http://www.nedit.org/
And has a little bit conflict with netcat for the word nc.
Sorry OOT
 
Old 08-30-2007, 12:05 AM   #57
julizar
LQ Newbie
 
Registered: Jan 2007
Distribution: Fedora 7, Gentoo
Posts: 3

Rep: Reputation: Disabled
Hello there, take a look at the komodo edit, free multi-platform, multi-language editor including Perl, PHP, Python, Ruby and Tcl; plus support for browser-side code including JavaScript, CSS, HTML and XML. Which is great for me.
Greetings!
 
Old 10-11-2007, 09:04 AM   #58
santana
Member
 
Registered: Sep 2004
Distribution: FC, ubuntu, OpenSuse
Posts: 112

Rep: Reputation: 16
debuggers???

do debugging IDE's fall into this catagory?? might be nice to have them up too as some of the above mentioned IDE's debugging interfaces leave much to be desired...just a few that I know of

ddd
kdbg
gvd
insight
 
Old 10-14-2007, 07:13 PM   #59
iwasapenguin
Member
 
Registered: Jul 2007
Posts: 110

Rep: Reputation: 15
... Does anyone know what ide is good for some one who doesn't want the app to decide how the code is to be compiled? That is to say make a project where it simply executes g++ file.cpp -o prog instead of all the effort with autoconf running needlessly (try a "hello world" in kdevelop) and the usual lack of flexibility that plagues these things. In other words an all in one window app that you can set it to execute something each time you press a button?
 
Old 10-15-2007, 12:55 AM   #60
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Kate has terminal inside the editor. You can try that.
 
  


Reply

Tags
development, editors, free


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there freeware Network Simulation software? jimdaworm Linux - Networking 10 04-18-2016 08:52 PM
freeware fractal software rblampain Linux - General 5 06-06-2006 08:25 PM
Free Software, Free Society: Selected Essays of Richard M. Stallman irfanhab Linux - General 1 11-09-2004 06:22 AM
Free Gillete Products + list of other free stuff looksmart123 General 1 08-08-2004 03:38 PM
How can I get list of all the non-free software I have? *IP* Debian 6 01-08-2004 06:59 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 04:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration