473,473 Members | 1,790 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Windows like C++ editor for linux

I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor. I mean it should have features like auto-completion,
auto-indentation and syntax highlighting. Also it should support
windows like hotkeys like Ctrl-C, Ctrl-V. Please do not recomment vi or
emacs. I know that those are best out there but it will take me some
time to learn them to use them efficiently and I do not have that
luxury. I am unsatisfied with the auto-indentation of gedit. Can
someone suggest an editor which suits my (seemingly high) requirements.
Thank you.

Jun 23 '06 #1
19 2142

sa********@gmail.com wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor. I mean it should have features like auto-completion,
auto-indentation and syntax highlighting. Also it should support
windows like hotkeys like Ctrl-C, Ctrl-V. Please do not recomment vi or
emacs. I know that those are best out there but it will take me some
time to learn them to use them efficiently and I do not have that
luxury. I am unsatisfied with the auto-indentation of gedit. Can
someone suggest an editor which suits my (seemingly high) requirements.
Thank you.


Vi and luxury, interesting approach, then you will never have the
chance of using the best editor, IMHO. Start with that it is not that
terrifying believe me after a while I am sure you are going to refuse
the others.

Regards

Jun 23 '06 #2
On 2006-06-23, sa********@gmail.com <sa********@gmail.com> wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor. I mean it should have features like auto-completion,
auto-indentation and syntax highlighting. Also it should support
windows like hotkeys like Ctrl-C, Ctrl-V. Please do not recomment vi or
emacs. I know that those are best out there but it will take me some
time to learn them to use them efficiently and I do not have that
luxury. I am unsatisfied with the auto-indentation of gedit. Can
someone suggest an editor which suits my (seemingly high) requirements.
Thank you.


http://www.charlespetzold.com/etc/Do...otTheMind.html

--
Andrew Poelstra < http://www.wpsoftware.net/blog >
To email me, use "apoelstra" at the above address.
I know that area of town like the back of my head.
Jun 23 '06 #3

sa********@gmail.com wrote:
Please do not recomment vi


Yeah, vi sucks. Use emacs.

Jun 23 '06 #4
sa********@gmail.com wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor. I mean it should have features like auto-completion,
auto-indentation and syntax highlighting. Also it should support
windows like hotkeys like Ctrl-C, Ctrl-V. Please do not recomment vi or
emacs. I know that those are best out there but it will take me some
time to learn them to use them efficiently and I do not have that
luxury. I am unsatisfied with the auto-indentation of gedit. Can
someone suggest an editor which suits my (seemingly high) requirements.
Thank you.


You could try Kate.

Jun 23 '06 #5
Andrew Poelstra wrote:
On 2006-06-23, sa********@gmail.com <sa********@gmail.com> wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor. I mean it should have features like auto-completion,
auto-indentation and syntax highlighting. Also it should support
windows like hotkeys like Ctrl-C, Ctrl-V. Please do not recomment vi or
emacs. I know that those are best out there but it will take me some
time to learn them to use them efficiently and I do not have that
luxury. I am unsatisfied with the auto-indentation of gedit. Can
someone suggest an editor which suits my (seemingly high) requirements.
Thank you.


http://www.charlespetzold.com/etc/Do...otTheMind.html


Great article. Those of us who still know how to program are becoming a
dying commodity -- and yet with a firm grim on the cajones of those who
insist on this "rapid development" hand-holding crap.
Jun 23 '06 #6
sa********@gmail.com wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor. I mean it should have features like auto-completion,


Gnome: http://anjuta.sourceforge.net/
Kde: http://www.kdevelop.org/

Bye!
Jun 23 '06 #7
sa********@gmail.com wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor.

[snip]

Heh heh. Get yourself a good link and *use* MS Visual Studio. My link
to the Unix system here is such that the disk shows up as just another
disk in my file explorer. So I can drag-n-drop files back and forth,
edit
files using whatever I like on my system, etc.

So I fairly frequently keep the login open to the Unix system in one
window, the text editor open in another, and the file explorer for
doing file move/copy/delete instead of using the command line
in Unix. Unix types sneer at me, but I don't care. A couple little
scripts to do things like dos2unix and chmod +x and all is fine.
Socks

Jun 23 '06 #8

utab wrote:
Vi and luxury, interesting approach, then you will never have the
chance of using the best editor, IMHO. Start with that it is not that
terrifying believe me after a while I am sure you are going to refuse
the others.

Regards


Hmm.. true.. I did start using vi some time back. But now the problem
is that now, due to some time restrictions, I have to write some code
quickly. That involved quite a bit of moving text around here and there
and that became quite a problem since I am not an expert vi user. So
thats why the request. In the long run, I intend to use vi only.

Oh and by the way.. does vi support auto-completion? I did not find it.

Jun 23 '06 #9

Puppet_Sock wrote:

Heh heh. Get yourself a good link and *use* MS Visual Studio. My link
to the Unix system here is such that the disk shows up as just another
disk in my file explorer. So I can drag-n-drop files back and forth,
edit
files using whatever I like on my system, etc.

So I fairly frequently keep the login open to the Unix system in one
window, the text editor open in another, and the file explorer for
doing file move/copy/delete instead of using the command line
in Unix. Unix types sneer at me, but I don't care. A couple little
scripts to do things like dos2unix and chmod +x and all is fine.
Socks


Hmm.. seems worth trying. I do have MS VS express. How do I 'link' to
my linux file system?

Jun 23 '06 #10
sa********@gmail.com wrote:

utab wrote:
Vi and luxury, interesting approach, then you will never have the
chance of using the best editor, IMHO. Start with that it is not that
terrifying believe me after a while I am sure you are going to refuse
the others.

Regards
Hmm.. true.. I did start using vi some time back. But now the problem
is that now, due to some time restrictions, I have to write some code
quickly. That involved quite a bit of moving text around here and there
and that became quite a problem since I am not an expert vi user. So
thats why the request. In the long run, I intend to use vi only.


vi sucks. Better use vim ;-)
Oh and by the way.. does vi support auto-completion? I did not find it.


I have some simple, but stupid auto-completion in my vim, but there is
something better. I just haven't tried it. You can look for scripts at
www.vim.org
Jun 23 '06 #11
there are some projects like kdevelop and co. but also
commercial...google is your friend.
Jun 23 '06 #12

Michael Sgier wrote:
there are some projects like kdevelop and co. but also
commercial...google i your friend.


code::blocks is a free C++ IDE works on both windows and linux

Jun 23 '06 #13

sa********@gmail.com wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor.


Why not use Eclipse? You can get the Eclipse CDT c++ feature and build
C++.

http://www.eclipse.org

Jun 24 '06 #14
sa********@gmail.com wrote:
Puppet_Sock wrote:

Heh heh. Get yourself a good link and *use* MS Visual Studio. My link
to the Unix system here is such that the disk shows up as just another
disk in my file explorer. So I can drag-n-drop files back and forth,
edit
files using whatever I like on my system, etc.

So I fairly frequently keep the login open to the Unix system in one
window, the text editor open in another, and the file explorer for
doing file move/copy/delete instead of using the command line
in Unix. Unix types sneer at me, but I don't care. A couple little
scripts to do things like dos2unix and chmod +x and all is fine.
Socks


Hmm.. seems worth trying. I do have MS VS express. How do I 'link' to
my linux file system?


Well, in my case, the Unix system is on the LAN, and it is configured
to allow access to my own home drive. This was apparently fairly
easy for the Unix admin to do, as he did it while setting up my
account, while I listened to him tapping keys over the phone.

As far as I was concerned it "just happened" without me having to
do very much about it.
Socks

Jun 25 '06 #15

flopbucket wrote:
sa********@gmail.com wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor.


Why not use Eclipse? You can get the Eclipse CDT c++ feature and build
C++.

http://www.eclipse.org


because it is slow and strangly slow indexer

Jun 25 '06 #16
I would not suggest ecplise; atl least if you do not have a 30 Ghz
processor with 32 Gbyte of RAM :-) I am not a Windoze addict, but I
have to concede that Visual Studio is a quite good piece of software.
As some prvious posters pointed out, you can mount your unix file
system on a PC (using Samba, a free server) and edit on the PC.
Another major alternative is to buy SlickEdit (slickedit.com), which
does the same things as VS on Unix AND the PC. Unfortunately for me, my
boss did not shell out the 300$ (or so) for Slickedit, so I could only
use it for some weeks, until the evaluation period expired. But from
what I saw in that time, I can strongly suggest it !

Jun 25 '06 #17
BTW, AVOID Visual Source Safe at ALL COST. Better go with CVS, which is
free software. VSS would be better named Visual Source Shredder....

Jun 25 '06 #18
sa********@gmail.com wrote:
I want a C++ editor for Linux that resembles Microsoft Visual Studio's
integrated editor. I mean it should have features like auto-completion,
auto-indentation and syntax highlighting. Also it should support
windows like hotkeys like Ctrl-C, Ctrl-V. Please do not recomment vi or
emacs. I know that those are best out there but it will take me some
time to learn them to use them efficiently and I do not have that
luxury. I am unsatisfied with the auto-indentation of gedit. Can
someone suggest an editor which suits my (seemingly high) requirements.
Thank you.


tried anjuta? (http://sourceforge.net/projects/anjuta)

regards,

Kashif

Jun 26 '06 #19
fr**********@gmail.com wrote:
BTW, AVOID Visual Source Safe at ALL COST. Better go with CVS, which
is free software. VSS would be better named Visual Source Shredder....


Please includes quotes for context. To my knowledge, all versions of
Google now do that automatically. If yours doesn't, follow the
instructions below.

Brian

--
Please quote enough of the previous message for context. To do so from
Google, click "show options" and use the Reply shown in the expanded
header.
Jun 26 '06 #20

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Jay O'Connor | last post by:
I'm doing some Python CGI programming under Windows (Win95) but my CGIs need to run on Linux. If I try to write and save the files in IDLE, they get saved in DOS format and won't run on the Linux...
12
by: Mike Dee | last post by:
A very very basic UTF-8 question that's driving me nuts: If I have this in the beginning of my Python script in Linux: #!/usr/bin/env python # -*- coding: UTF-8 -*- should I - or should I...
3
by: Abby | last post by:
I'm now using Cygwin as my compiler for C code. I use Dev-c++ as my editor. The reason why I chose Cygwin compiler instead of the compiler that came with Dev-C++ is that I believe it uses the same...
7
by: Kayle | last post by:
For preservation of indentation when moving the C source file from Windows to Linux machine, what is the advice to format the code. Should the code formatted using spaces instead of tabs? When...
6
by: JaxDawg | last post by:
OK... Crazy (possibly dumb) question here... I have a site running apache, mysql, php in a Win2K environment. Primary development is that env also. I also am setting up a linux box (old laptop),...
113
by: dan | last post by:
For writing a Windows desktop application, how much harder is it to use the Windows C API than C#/.NET, assuming the coding is done in an editor? What specific aspects were more difficult? I'm...
28
by: Ali Bobo | last post by:
Hi there, I am starting to make more advanced PHP coding and I'm planning to make a transition from Notepad++ to a full-featured PHP editor. I would like it to be freeware unless there is a very...
8
by: james.kirin39 | last post by:
Hi everyone, After having used Python on Linux for some time, I now have to do Python coding on Windows. I am big fan of the interactive Python shell to test, eg, regexps. Is there an...
20
by: macca | last post by:
Hi, I just started a new web developer job (my first actually) and the machine they gave me to use is a Mac. Two days in and I'm running a Win XP environment on my Mac at work (using VMWare), ...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.