ide

Create a WPF library in Visual Studio Express

≡放荡痞女 提交于 2020-01-14 09:05:23
问题 I am trying to make my code more reusable by placing commonly recurring utility classes and user controls into a packaged library. The IDE is making this difficult, as so far, I have found that it always defaults to Windows Forms user controls and disabling my ability to create xaml files etc from the 'Add a New Item' dialog. Is it possible to create a library for classes and controls with the aid of the IDE environment (I'm using VS2008 Express)? If so, what do I need to change to get the

HTML Javascript Rich Text Box (IDE)

左心房为你撑大大i 提交于 2020-01-14 04:10:09
问题 I am hoping to build an IDE in javascript that behaves much like gmail except the style will change automatically based on what they type as they type. The logic for this isnt where im struggling. Its how gmail achieves the ability to edit in a rich edit format in html. As far as I know the textarea control does not work this way, so how do they fake this functionality? 回答1: Google for "content editable" Try to press F7 in Firefox end edit HTML page directly :) Gmail uses Frame inside a page

【IDE】pycharm设置调优

你说的曾经没有我的故事 提交于 2020-01-14 01:27:37
设置编辑区字号字体行距 Settings > Editor > Font 显示行号 Settings > Editor > General -> Appearance -> 勾选 Show line numbers 设置python代码模板 一般我们会在代码开始设置编码,即 # coding = utf-8 Settings > Editor > File and Code Templates > Python Script 在空白区输入 # coding = utf-8 去掉拼写检查、PEP8检查等波浪线提示 刚安装的pycharm会默认进行英文单词拼写检查、pep8代码规范检查等一系列检查,并会在检查不通过的代码下加下划线,看起来很烦,可以在pycharm的右下角点击小人头 > 选择Configure inspections,可以在设置里取消掉pep8的两项检查、spelling检查等。 修改编码为utf-8 Settings > Editor > File Encodings:设置Global Encoding、Project Encoding以及Default encoding for properties files的编码为 utf-8 待补充。。。 来源: CSDN 作者: Teemo_2020 链接: https://blog.csdn.net/Teemo2020

how to debug a gsp page? (no grails, just gsp)

帅比萌擦擦* 提交于 2020-01-13 10:29:12
问题 I've tried with netbeans and eclipse, with no luck... (coudn't try IntelliJ idea) I gave a quick look ant the code http://kickjava.com/src/groovy/servlet/TemplateServlet.java.htm and it gives me the impression that .gsp pages are translated to .groovy servlets (groovlets) in memory (I might be wrong)... so perhaps it's not so easy to debug gsp as I though... so, can anybody tell me how to do it? pd: By debugging I mean things like browsing the code step-by-step, inspecting variables, adding

Android IDE: Eclipse or Motodev or Tegra Android Development Pack?

老子叫甜甜 提交于 2020-01-13 06:41:06
问题 I am more comfortable with Visual Studio with C#, so I hope to get an IDE that is convenient. During my search for free android development IDE, apart from the usual Eclipse, IntelliJ, netbeans. I have also found these: nVidia Tegra Android Development Pack, which is kind of Eclipse. "Setting up an Android development environment can be a complex and frustrating experience. NVIDIA simplifies this for all Android developers with a single installer that manages this complexity for you."

How can I debug a VB6 IIS Application on Windows 7 64-bit

别来无恙 提交于 2020-01-12 14:26:48
问题 I have a need to be able to debug a Visual Basic 6 IIS Application on Windows 7 64-bit. Not just for a single problem but for continuing development. An attempt to debug results in an error "An unspecified error has occurred" from the WebClass runtime. If I do not debug and simply access the compiled webclass the page loads just fine. Therefore, I don't believe there is anything wrong with the registration / configuration of the application but rather this is somehow related to Windows OS

How can I debug a VB6 IIS Application on Windows 7 64-bit

末鹿安然 提交于 2020-01-12 14:26:43
问题 I have a need to be able to debug a Visual Basic 6 IIS Application on Windows 7 64-bit. Not just for a single problem but for continuing development. An attempt to debug results in an error "An unspecified error has occurred" from the WebClass runtime. If I do not debug and simply access the compiled webclass the page loads just fine. Therefore, I don't believe there is anything wrong with the registration / configuration of the application but rather this is somehow related to Windows OS

Registering extension EJS with visual studio and intellisense?

依然范特西╮ 提交于 2020-01-12 13:46:23
问题 does anyone know how i can map EJS to visual studio to act like a HTML file. I think i managed to do it but its got a lot of bloat in it.. Its basically an HTML file without the HTML and BODY tags.. so i selected the UserControl in VS 2008, tools, options, Text Editor, file extension and added EJS and added it as usercontrol. If i choose html then it doesn't offer intellisense until it detects a HTML and BODY .. My question really is can i add to this list? and create my own?? It need to

What are the good “rich” IDEs for Lisp? [closed]

烈酒焚心 提交于 2020-01-12 04:36:08
问题 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 6 years ago . What are the good "rich" IDEs for Lisp? To clarify by "rich" I mean it should have a good look-up reference, auto complete, auto

Does RubyMine 2.0 earn its $99 as a Rails IDE? [closed]

自作多情 提交于 2020-01-12 04:01:26
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago . I've seen a lot of blogs talk about RubyMine lately, as a best of breed Rails IDE. Currently, I am using NetBeans IDE for my Ruby and Rails stuff, but I was wondering if anyone here would personally recommend this IDE, and reasons why I should fork out $99 for it. 回答1: I used