ide

How to debug Java application from Sublime Text editor

爷,独闯天下 提交于 2019-12-08 19:30:07
问题 Sometimes I am doing simple fixes for rather huge Java application and I don't want to open Eclipse for this task. Eclipse starts long and since the project is build out of large number of subprojects, which are build anyway by Maven, it takes ages before Eclipse is usable (at least ages in impatient Java developer scale). Almost everything I need can be done in Sublime Text editor, however one place where Eclipse shines is debugger. My workflow is: make a fix, then test it running

How do I beautify in Sublime Text 2

爱⌒轻易说出口 提交于 2019-12-08 17:51:26
In Sublime 2, I know how to reindent the whole document and how to assign a key to this function, but I want to reindent as is do in WebStorm where spaces are added before and after a (=) or after and before a (:). Watch the image for the examples. How could I do that in Sublime or what package do this? Use: HTML-CSS-JS Prettify You can adjust the following settings @: Menu > Preferences > Package Settings > HTML/CSS/JS Prettify > Set Prettify Preferences "js": { "allowed_file_extensions": ["js", "json", "jshintrc", "jsbeautifyrc"], "brace_style": "collapse-preserve-inline", // collapse: (old

Where to start with ASP.net in C# and Dreamweaver?

谁说胖子不能爱 提交于 2019-12-08 17:45:18
问题 I am looking to start working on a personal site using C#. I work as a web developer and have used VBScript previously and am using Coldfusion now at work. I use Dreamweaver for development in these languages. I have read a lot of people recommending that you should use a MS IDE to develop in .net and that C# is the way to go in terms of the language. I would like to stick with Dreamweaver as I feel I would be taking on a bit too much to learn how to use a new IDE and a new language at the

Visual Studio 2008: Is it worth the upgrade from 2005?

这一生的挚爱 提交于 2019-12-08 17:07:45
问题 As of the fall of 2008 I'm about to embark on a new development cycle for a major product that has a winforms and an asp.net interface. We use Telerik, DevExpress and Infragistics components in it and all are going to have a release within a month or so which will be the one I target for our spring release of our product. They all support VS2005 and we will continue to target .net 2+ so I can't see any compelling reason so far to upgrade to VS2008. Has anyone found a compelling reason for

Is there a javaScript engine where I can run my code without being forced to use a browser?

微笑、不失礼 提交于 2019-12-08 16:57:03
问题 Is there any way to write and run a JavaScript code without having a need to run a browser and use its JavaScript engine? Thanks! 回答1: I am amazed no one has pointed this out yet. Windows includes a Javascript engine that can be used from the command line. All versions of Windows, since Windows 98, have included something called "The Windows Script Host". It's a windows-standard way to support script "engines". Since the first release, WSH supports JScript, Microsoft's version of Javascript.

IDE generated USEFORM macro calls changing their order

随声附和 提交于 2019-12-08 16:51:27
问题 We have a C++Builder XE project (VCL Forms Application) that has a few dozen forms and units in it. Whenever a file belonging to the project is added, deleted, or renamed, the IDE should do two things: A call to USEFORM macro is added to or altered in the Project Source file (ProjectName.cpp) if the affected unit is a form or frame A CppCompile element in the project file (ProjectName.cbproj) is added or altered However instead of just doing the necessary changes, the IDE shuffles some of the

Change default “Program to Run” in Eclipse launch configuration

◇◆丶佛笑我妖孽 提交于 2019-12-08 16:03:41
问题 every now and then I am launching JUnit tests from within Eclipse by using Run As > JUnit Plug-in Test By default Eclipse assumes you are running something which requires a workbench and chooses in the "Main" section of the launch configuration LaunchConfig > Main > Program To Run > Run an application > org.eclipse.ui.ide.workbench I can understand why this is the default, but for me (and for all in our team) this is never ever the case. We always need to run our JUnit Plug-in Tests as

How do I setup a Clang Toolchain in Eclipse on Windows?

左心房为你撑大大i 提交于 2019-12-08 15:58:38
问题 I am apologizing for a stupid question. But I could not find the answer on the Internet. I'm struggling to set up Clang compiler/linker/... for Eclipse in Windows 7 on a 64 bit machine. I have very outdated knowledge of C++ and never worked in Eclipse. What I am trying to achieve is to compile a simpliest hello world application using Clang under Eclipse on a Windows 7 x64 machine. I've managed to follow the instruction at http://clang.llvm.org/get_started.html on getting and building LVVM +

VSCODE - Disable highlighting and outlining in html tags and editor line

烂漫一生 提交于 2019-12-08 15:56:01
问题 These are some of the things I really find visually annoying in VSCODE, I was hoping someone could help me disable them. 1.) Outlining <> in tags. I don't know about you, but I find this very annoying. 2.) Outline in the active line I ran through all the workspace settings and set to false all that might - or at least - in any way related to highlighting and outlining but no luck. 回答1: Try this one "editor.matchBrackets": false in your Preferences - User/Workspace setting 回答2: The active line

Recommended IDE's for pure web apps (HTML5, etc.) [closed]

依然范特西╮ 提交于 2019-12-08 15:52:05
问题 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 7 years ago . I'd like to play around a bit with pure web app programming. Coming from a VB6 background, some features I'd like are: step-by-step