ide

Syntax-highlight Python in a vim fold line

a 夏天 提交于 2019-12-03 17:11:47
问题 I have found that code-folding helps me organize my files better. Thus, at the bottom of my ~/.vimrc , I enable vim code folding by default: ""Folding set foldmethod=indent set foldnestmax=2 nnoremap <space> za vnoremap <space> zf "set nofoldenable "set this to disable folding on file open This has the advantages of using SPACE to toggle folds at the cursor, or if they start to annoy me I can use z R to unfold everything. However, I'm also addicted to syntax highlighting. I use Dmitry

Disable Eclipse plugins per workspace

自作多情 提交于 2019-12-03 17:09:38
问题 I use Eclipse for different projects, each with its own workspace. They need quite a different set of plugins (SVN vs hg vs git, AppEngine vs Tomcat vs OSGi, and so on), and I have all those plugins installed and active all the time, which clutters the workspace quite a bit. I'd like to selectively disable plugins for each workspace. 回答1: Eclipse (3.6/3.7) has a UI for disabling some plugins. It's under Window->Preferences->General->Startup and Shutdown->Plugins activated on startup. However

What is the best alternative IDE for Delphi (.NET)

孤街浪徒 提交于 2019-12-03 17:07:39
问题 I work in Delphi 2007 (both win32 and .Net) but the CodeGear IDE frequently annoys me, so if possible I'd like to find a replacemnt. We have a build script so I can compile from the command line and I very rarely do any GUI designing, so the only thing I need is a text editor (with syntax highlighting, Autocomplete/Intellisense ...). I would like to use Visual Studio or Emacs but don't know how feasible it is to work on Delphi code in those environments. Particularly debugging - can the

Intellij idea, detach editor window

一笑奈何 提交于 2019-12-03 16:58:02
问题 I have recently removed tabs from my Intellij setup, because with all the features available to navigate between files, who needs them? The issue is, the normal way of detaching an editor window would be to drag the tab onto another screen (or area). There doesn't appear to be anything in the key mappings for detaching an editor window. Is there a way of doing this via the keyboard? 回答1: The keyboard shortcut your are looking for is SHIFT + F4 (the action assigned to this shortcut is called

Activity Bar width in Visual Studio Code

北城余情 提交于 2019-12-03 16:52:04
问题 Is there a way to selectively change the width of the Activity Bar in VSCode (v. 1.14)? I have a 1366×768 screen where every pixel counts, so I would like to make this bar narrow and icons smaller, by at least 50%. In comparison to vertical OS interface elements, e.g. Windows 10 Taskbar or Plasma 5 panel it looks monstrous and out of place: I've been also trying to find a solution for the Insider version of VSCode, but apart from just hiding it I haven't discovered anything relevant yet. I

IDE or editor for Node.js+Express and CoffeeScript

牧云@^-^@ 提交于 2019-12-03 16:25:05
问题 Preferably an IDE . Integrated support for Subversion /Git is a big plus as we are a group of 6 people working. Vim/Emacs is not that popular with the other as it is very awkward and hard to get started and it requires alot of effort to learn which takes the focus away from our project. We're all used to/familiar with Eclipse, so an IDE that resembles Eclipse would be a big plus as well. Thanks :D 回答1: I think Sublime 2 should be the answer to all your troubles http://www.sublimetext.com/2

Workflow for Python with Docker + IDE for non-web applications

一世执手 提交于 2019-12-03 16:20:44
I am currently trying to insert Docker in my Python development workflow of non-web applications. What are the current best practices in Python development using Docker and an IDE? I need the possibility to isolate my environments with Docker and debug my code. On the web I found many articles about the use of Docker to deploy your code: Production deployments: how to build Docker images ready to spin with your application already packaged inside Development environments that mirror production: extension of the above, where you can use a container to fully QA the current status of a project

What are the IDEs available for gtk+ development [closed]

筅森魡賤 提交于 2019-12-03 16:18:42
问题 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 . Recently i start to studying C/gtk+ programming. And want to ask one question: what are the IDEs available for C/gtk+ development

Free alternative to MPLAB (PIC development)

穿精又带淫゛_ 提交于 2019-12-03 16:16:20
问题 I started using MPLAB recently, but for someone that works with Eclipse and VS the IDE it's very limited. Do you know any free IDE or how to configure Ecplise or Netbeans to PIC development? Thanks all 回答1: The underlying toolchain (compiler/linker etc.) can be used from any environment including Eclipse and Visual Studio, though Eclipse is probably the more flexible in this respect. MPLAB has a feature to export a project as a makefile that can be used with GNU make, although you may rather

eclipse manual code folding similar to visual studio region

大憨熊 提交于 2019-12-03 16:14:53
visual studio has an excellent feature for manual code folding by using regions. i am new to eclipse and android but cant find figure out how to do this in eclipse. i am missing this feature in eclipse desperately has anyone achieved this in eclipse thanks in advance I use eclipse Coffee-Bytes plugin over a year. This eclipse folding plugin can be configured so that it was identical to visual studio folding. Lock this and this . Hope it's help you. Manual code folding can be added by writing your own small Eclipse plug-in. What it take is implementing two classes and packing them into an