473,803 Members | 3,195 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Eclipse CDT hangs whenever i type std::

hello

I've just started learning Linux and i want looking for a good IDE so
naturally i installed eclipse

However i have a small problem, for some weird reason the editor hangs
whenever i type std:: which should
bring up the std namespace (that's what i get in msvs) however all it
does is just hangs for a few seconds and
does nothing.

any kind of help would be much appreciated, Alex Snast
Jun 27 '08 #1
4 2012
On 3 יו×*×™, 21:57, Alex Snast <asn...@gmail.c omwrote:
hello

I've just started learning Linux and i want looking for a good IDE so
naturally i installed eclipse

However i have a small problem, for some weird reason the editor hangs
whenever i type std:: which should
bring up the std namespace (that's what i get in msvs) however all it
does is just hangs for a few seconds and
does nothing.

any kind of help would be much appreciated, Alex Snast
Sorry it doesn't hang but rather opens the name scope after like 10
seconds
Jun 27 '08 #2
Alex Snast wrote:
On 3 יו×*×™, 21:57, Alex Snast <asn...@gmail.c omwrote:
>hello

I've just started learning Linux and i want looking for a good IDE so
naturally i installed eclipse

However i have a small problem, for some weird reason the editor hangs
whenever i type std:: which should
bring up the std namespace (that's what i get in msvs) however all it
does is just hangs for a few seconds and
does nothing.

any kind of help would be much appreciated, Alex Snast

Sorry it doesn't hang but rather opens the name scope after like 10
seconds
If there is a way to turn that feature off, do it. You're not going to
miss it until you're deep into developing a very complex application
that consists of many parts and has a bunch of third-party libraries
interface to which you don't care to learn.

Now, as to how to disable that feature, I don't know. IDEs are OT to
put it bluntly.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Jun 27 '08 #3
nb
hello
>
I've just started learning Linux and i want looking for a good IDE so
naturally i installed eclipse

However i have a small problem, for some weird reason the editor hangs
whenever i type std:: which should
bring up the std namespace (that's what i get in msvs) however all it
does is just hangs for a few seconds and
does nothing.

any kind of help would be much appreciated, Alex Snast
use netbeans
Jun 27 '08 #4
On Jun 3, 3:22 pm, nb <joh...@at.gmai l.comwrote:
hello
I've just started learning Linux and i want looking for a good IDE so
naturally i installed eclipse
However i have a small problem, for some weird reason the editor hangs
whenever i type std:: which should
bring up the std namespace (that's what i get in msvs) however all it
does is just hangs for a few seconds and
does nothing.
any kind of help would be much appreciated, Alex Snast
Yes... that is very annoying... I use the Windriver Workbench that is
actually built ontop of Eclipse 3.3... The menus are a little bit
different, just more tool sets for profiling, on chip debugging,
etc... but the main menus are more or less the same. And I can't
remember the exact options available with the CDT plugin, but you can
probably figure this out...
Go into your Preferences menu item. On left hand side there's an
option fo "C/C++", if you drill down you will see another option for
"Editor", drill down further and you will see an option for "Content
Assist"... click on this and in the main tab you should see something
that enables Content Assist for the scope operator (::)... just un-
check this...

Like I said though, depending on what version of Eclipse, the menus
are different, but if you can't find this, look in the Help section
for "Content Assisst"
Jun 27 '08 #5

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

Similar topics

1
6391
by: Lize | last post by:
Hi, I'm writing an ASP application to open an excel workbook, then run a macro stored in the excel file, which produces outputs that will be displayed back onto my ASP application. Now the problem I'm having is whenever I try to open a workbook (of any format, i.e. 97/2000, 95, or xp, and of any size, and with or without macros), excel just hangs forever, and if I killed the excel application in task manager, my asp application will...
4
9026
by: Kris | last post by:
I have a Windows Service in C# talking to a serial port and using Remoting. It also uses several COM objects. On customer's computer the service will occassionally hang somewhere - the service still shows on a Task Manager list. In Services it says it is still running. However there is no way to stop it other than by rebooting the whole computer. No exception (including non-CLS) is ever generated. I added a separate System.Timers.Timer...
3
1435
by: JTF | last post by:
Whenever I start an application from ASP.NET, the exe hangs, with Task manager showing no cpu time. Every exe I've tried hangs in the same way (notepad, cmd, ms access). What runs is a .net exe and a .bat file, but the program they start hangs! Same results with system.diagnostics.process and shell. I really need help on this one... Thanks
5
1735
by: Scott | last post by:
So I can't figure out how to Google for this problem, I'll try asking for a solution here. Whenever I deploy changes, whether they are changed code-behind DLL's or ASPX/ASCX/ASAX pages to my staging and production web servers the process hangs. I'm guessing it's during the JIT compilation because if the process DOESN'T hang, the problem never occurs after the first time you hit the web application.
0
1348
by: jeff.dyke | last post by:
I am using ftplib in some code that does exactly what you would expect. It ftp's files. Its running inside a service running on windows xp and windows 2003 servers, approximately 20 installations each installation sends between 100 and 1000 files per day. Occasionally the process will hang completely and the only way to restart the service is to kill the pythonservice.exe (via End Process in Task Manager) service and start it. I have...
3
6065
by: Edwin Smith | last post by:
I have a 2 form project in VS2005 that now hangs whenever I try to do anything with the second form. This seems to have started when I added some SQL tables from a Pervasive v.9 database using the Pervasive ODBC driver. The devenv.exe process hangs and will not respond with about 50% cpu usage and about 100 megs of memory used. I am running it on an Athlon 64 bit dual core with 32 bit Windows XP pro. I have 2 megs of memory so I don't...
5
3126
by: =?Utf-8?B?UmljaA==?= | last post by:
Greetings, I have been using the Click Once deployment feature of VS2005 - very nice. I had IE6 at the time when I started using Click Once Deployment, and everything worked fine. But then my workstation got upgraded to IE7, and now whenever I deploy an application and IE7 comes up for the Install page - it just says "Connecting..." and just hangs, and then I have to manually end the program. I did not have this problem with IE6. Are...
13
510
by: PeterOut | last post by:
I am using MS Visual C++ 6.0 on Windows XP 5.1 (SP2). I am not sure if this is a C, C++ or MS issue but fscanf has been randomly hanging on me. I make the call hundreds, if not thousands, of times but it hangs in different places with the same data. The offending code follows. ReadFile(char *csFileName) { float fFloat1, fFloat2;
1
3702
oll3i
by: oll3i | last post by:
i have eclipse pointing to jdk but whenever i start eclipse or create a new project i get the error 18.10.08 16:10:51 CEST: Error on adding indexing context central; read past EOF 18.10.08 16:10:51 CEST: Eclipse is running in a JRE, but a JDK is required Some Maven plugins may not work when importing projects or updating source folders. 18.10.08 16:10:55 CEST: No index update available for central thank YOU
0
9699
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10289
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10068
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9119
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7600
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4274
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 we have to send another system
3
2968
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.