Categories
|
free software
C/C++Vendor: AdvancedTools Email: Website: N/A Description:
Provides advanced C / C++ / Makefile editing and compiling / debugging capabilities. Editing capabilities consist of reference navigation (variabel / field / macro / macr parameter names), completion, live semantic and error highlighting,
find usages, goto class / symbol / macro def / constant, refactorings (rename, introduce var), override / implements action / navigation, generate default/copy constructors and assignment operator, detect unused variable / functions, structure view , surround with cast/if/etc, navigate from java native declaration to cpp implementation and backward, do compile for cpp files and build for makefile/dsp/vcproj files and more. Debugging support (IDEA 8.1+) consists of GDB integration exposed as idea debugger interface. EAP software, works only for Win32/(MsVc/Gcc + CygWin/MingW), Linux/Intel/Gcc, MacOSX/Intel/Gcc platforms with Demetra (builds 6000+), Selena (builds 6500+), Diana (builds 9164+) and Maia (10313+). Detailed readme and blog
Recent change notes:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comments:
got following exception, seems it is not working in 64 bit
nice: /home/romith/.IntelliJIdea80/config/plugins/CppTools/lib/cfserver.linux: No such file or directory
java.lang.Throwable
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:48)
at com.advancedtools.cpp.communicator.Communicator$ServerErrorThread.run(Communicator.java:442)
at java.lang.Thread.run(Thread.java:619)
java.lang.NullPointerException
at com.intellij.codeInspection.defaultFileTemplateUsage.FileHeaderChecker.checkFileHeader(FileHeaderChecker.java:20)
at com.intellij.codeInspection.defaultFileTemplateUsage.DefaultFileTemplateUsageInspection.checkFile(DefaultFileTemplateUsageInspection.java:30)
at com.intellij.codeInspection.BaseJavaLocalInspectionTool$1.visitFile(BaseJavaLocalInspectionTool.java:105)
at com.advancedtools.cpp.facade.DianaFacadeBase$CppFile.accept(DianaFacadeBase.java:467)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1$1.run(LocalInspectionsPass.java:7)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:13)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1.process(LocalInspectionsPass.java:2)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass$1.process(LocalInspectionsPass.java:1)
at com.intellij.concurrency.JobUtil$1.run(JobUtil.java:44)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at com.intellij.concurrency.JobImpl.scheduleAndWaitForResults(JobImpl.java:32)
at com.intellij.concurrency.JobUtil.invokeConcurrentlyForAll(JobUtil.java:51)
at com.intellij.concurrency.JobUtil.invokeConcurrentlyForAll(JobUtil.java:27)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.a(LocalInspectionsPass.java:194)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.a(LocalInspectionsPass.java:167)
at com.intellij.codeInsight.daemon.impl.LocalInspectionsPass.collectInformationWithProgress(LocalInspectionsPass.java:118)
at com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:15)
at com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:13)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:2)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:314)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:2)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:13)
at com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:21)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
NOBODY will read YOUR COMMENTS HERE.
Type definition:
typedef vector strings;
then:
strings vals;
vals.
press Ctrl+Space and voila
This plugin is very good, but i doesn't wan't to go back to Idea 8.
Thanks
but so many bugs :(
How can i archive that IDEA can resolve those identfiers?
I installed it, and nothing seems different from my "normal" Java IDEA.
I don't want to discourage you from continuing though, it could be great if I could figure out how to get it to work!
Please keep maintaining it, we need it!
If I could actually use if for C code, it might be worthwhile.
Good luck to the developers of this plugin!