ide

Eclipse IDE fail to launch with JVM Terminated. Exit code=-1

删除回忆录丶 提交于 2019-12-06 00:42:03
问题 I was having an issue with Eclipse IDE failing to launch with following error message: "JVM Terminated. Exit code=-1" After some googling, I've semi-unintentionally found the solution and was able to get the IDE to launch correctly. What I did was to set -Xmx JVM argument in eclipse.ini to a value that is lower than the default value specified (-Xmx512m). Although I was able to get the IDE to launch, I was curious as to why it was happening and why this solution worked. Here are some

Can't Edit JFrame Form after NetBeansUpdate

可紊 提交于 2019-12-06 00:29:08
Lately, I've been working on a project in NetBeans using the GUI editor that's built in. Before I noticed that it generated an XML ".form" file that didn't appear in the Project Explorer Pane which makes sense. Earlier I was working on the form in the "Design" tab when it notified me about 15 updates. I just updated without reading anything which was probably a bad idea but when I restarted the IDE, it showed my GUI ".class" file and ".form" file separately in the Project Explorer and I couldn't switch between "Source" and "Design". I also noticed that the generated code that was usually not

Can Notepad++ be configured to recognize compiler error messages and jump to the respective location?

☆樱花仙子☆ 提交于 2019-12-05 22:54:08
问题 I am building some fairly large code on a machine without an IDE, but with Notepad++. The compilation results are redirected to a file and sometimes, there are error messages, which satisfy a well defined regex. I wonder if NPP has a plugin, which would parse the log file, recognize the error/warning messagess and let me navigate between the respective error/warning locations. EDIT Here is a typical example of the output (produced by make running MSVC cl.exe compiler): /cygdrive/c/vs2010/VC

常用的linux C/C++ IDE

馋奶兔 提交于 2019-12-05 22:48:15
一、Anjuta Anjuta是一个多语言的IDE,它最大的特色是灵活,同时打开多个文件,内嵌代码级的调试器(调用gdb),应用程序向导(Application wizards)可以方便的帮助你创建GNOME程序而不需要你自己写一些与你兴趣无关的代码。 配置C/C++环境请看 这里 项目主页: http://anjuta.sourceforge.net/ #安装: sudo apt-get install anjuta 二、netbeans NetBeans IDE 是一个为软件开发者提供的自由、开源的集成开发环境。您可以从中获得您所需要的所有工具,用 Java、C/C++ 甚至是 Ruby 来创建专业的桌面应用程序、企业应用程序、web 和移动应用程序。此 IDE 可以在多种平台上运行,包括 Windows、Linux、Mac OS X 以及 Solaris;它易于安装且非常方便使用。 项目主页: http://www.netbeans.org/ #安装: sudo apt-get install netbeans 三、Code::Blocks Code::Blocks是一个开源、免费、跨平台的c++ IDE。官方网站上称其能满足最苛刻的用户的需求。虽有点夸张,但既然敢这样说,也说明它的功能肯定不差。可扩展插件,有插件向导功能,让你很方便的创建自己的插件。Code:

Easiest way to add landscape Orientation And code in android

你。 提交于 2019-12-05 21:47:15
I am new in android and want to know how to add landscape mode in android can anyone tell me about the easiest way to do that. I'm looking for a way that is very simple. If you have this kind of question check the answer below. thanks.... I have a simplest way to add a landscape mode (add landscape folder , landscape xml file and code) in android studio . You just have to click one or two times to do that. when you are in xml file opened look at the right there is a preview panel that show your device click the button and click on switch to layout-land . It Automatically adds layout_land.xml

Scala-Lift project in Eclipse Scala IDE errors

强颜欢笑 提交于 2019-12-05 21:20:32
I installed Scala IDE for Eclipse , and it seems to be working okay. So now I'm trying to import a Lift project (specifically -- autogenerated Lift project from Stax application platform ), and now I'm having four errors at my workspace: value net is not a member of package <root> Boot.scala /rss2lj/src/scala/bootstrap/liftweb line [3..6] Scala Problem At lines: import _root_.net.liftweb.util._ import _root_.net.liftweb.http._ import _root_.net.liftweb.sitemap._ import _root_.net.liftweb.sitemap.Loc._ Could anyone please help me out with it? UPD : I found a discussion with solution for maven

What IDE / Editor do you use for Ruby on Linux? [closed]

烈酒焚心 提交于 2019-12-05 20:55:55
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . I've been using vim, but after reading this question was wondering what is being used in the linux world. 回答1: There's also Netbeans:

Hide tabs when opening a new one if you haven't change anything

℡╲_俬逩灬. 提交于 2019-12-05 20:51:34
I am using Atom for first time. Sublime has a great functionality which consists in: You open a file, you just see the content and don't change anything. Then when you open a new file, as you haven't change anything in the last one, then the new file will take the place of the last one. Did you get it ? is there a way to do that with Atom ? This is implemented as "Preview Tabs" in the bundled "tabs" package in Atom. Go to Settings > Packages > search for "tabs" > click its "Settings" button. Scroll down to tick the "Use Preview Tabs" checkbox. Since Atom 1.6 this behavior is built in Atom

As a grapical IDE user, should I be interested in traditional editors? [closed]

ⅰ亾dé卋堺 提交于 2019-12-05 20:45:31
I use full blown graphical IDEs such as Eclipse CDT (Linux) and Visual Studio (Windows) which have features like auto completion, built in debugging, etc. These are features that I feel I can't live without. I keep hearing about how many people use emacs/vim on a daily basis. How come people still use console based editors when graphical IDEs appear to be easier to use? I know how to use vim and emacs, but for day-to-day programming I just use an IDE as I find myself being more productive. This is not a vim vs emacs question so please don't argue one against the other, please instead argue

Delphi predefined environment variables

て烟熏妆下的殇ゞ 提交于 2019-12-05 20:20:19
问题 Can anyone tell me where to find a list of the "pseudo" environment variables available in RAD Studio? The ones like $(Platform), $(Config), and so on. Specifically, I want one which gives me the RTL version, so that I can put my compiled units (*.dcu) into the correct directory, ie. D15 for XE, D16 for XE2, etc. I was hoping that there would be one of these which corresponds with the "RTLVersion" compiler conditional definition, but $(RTLVersion) doesn't work. 回答1: There is not a RTLVersion