ide

How can I make Class Completion include parentheses even for empty parameter lists?

北慕城南 提交于 2019-12-10 16:14:36
问题 I'm back in Delphi 2010 again after having worked several years in Visual Studio. I would like to make the IDE behave in a differnet way: I'd like the IDE's auto-completion to respect the parenthesis when I declare a function/procedure. Example: if I declare procedure x(); Id like the auto-completion to create procedure myobj.x(); and NOT procedure myobject.x; as it does. Yes, it doesn't really matter but I'm pedantic. Any ideas? 回答1: Delphi doesn't require the parentheses when there are no

Juno IDE for Julia, how to interact?

不羁岁月 提交于 2019-12-10 15:59:35
问题 One way to comfortably use an IDE in an interactive language is to interact via the IDE in a command line environment. I am wondering if that is a possibility in Juno. In other words, is there a command line environment as in Matlab, to call functions, give initial values, and run expressions. If so what is the way to access it? Note: There is a console window in Juno, but I can't find a way to insert my commands inside that. 回答1: Note: The question and this answer apply to the version of

Visual Studio - Auto Hide/Show Toolbox in Code/Designer modes

陌路散爱 提交于 2019-12-10 15:48:29
问题 I know I can manually pin and unpin the Visual Studio Toolbox, but what I would like to do is have it pinned when viewing the designer and automatically hide when I view the code. Is this possible? Thanks, Jamie 回答1: Not as far as I know; I don't think the toolbox can differentiate between code and design views. It's possible you could write an extension with the Visual Studio SDK that does what you're asking but I don't think it is possible otherwise. 回答2: Maybe Perspectives extension can

How to display eclipse project type

允我心安 提交于 2019-12-10 15:33:38
问题 In Eclipse IDE there are icons to display the project type, but I can't find a text description. I would expect right click -> properties to show this info but according to this all projects are of type "project" (even if they are a java project, or maven project etc.) Does anyone know? Thanks! 回答1: According to this, you won't find the text description in Eclipse GUI. One way is to go to the root folder of your project, open the file named .project and check the elements in the tag <natures>

Change the title of Solution Explorer in Visual Studio?

不问归期 提交于 2019-12-10 15:27:58
问题 My job forces me to work in Visual Studio and .NET. I'm attempting to streamline the experience, somewhat successfully. (TFS still thwarts me.) Right now, I want to work with multiple Solution Explorers, as we have a Visual Studio solution containing a multitude of csproj files. Creating a new Solution Explorer view for each commonly-used project would be great, except for this - all of the tabs and titles say "Solution Explorer". Is there any way to change the title of the Solution Explorer

How to access the complete value of string variables when debugging in qt creator?

ⅰ亾dé卋堺 提交于 2019-12-10 15:27:31
问题 I'm debugging my c++ application and I have some string variables which can have 2000 characters or more. When debugging, the variable's value is shown incomplete (ending with "...") instead of showing the correct value. Also when I right click the variable and select "Copy current VALUE to clipboard" it is also copied incomplete. I think this must be a very basic thing but I didn't found in qt creator how to show the actual complete content of the variable? Thanks in advance. In Tools ->

Visual Studio: Create a Hello World app in C?

∥☆過路亽.° 提交于 2019-12-10 14:44:36
问题 How can I create a basic C app in Visual Studio, be it 2010 Ultimate or 2008 Professional? I have searched through the project templates, and can find plenty for C++, but none for C. (I'm hoping that the compiler and debugger will be built in.) 回答1: Visual Studio doesn't have a separate compiler for C, it uses the C++ compiler for C code. You can tell it to restrict itself to legal C syntax by using a compiler switch or by renaming the .cpp file to .c Edit: I'm still using 2005 on this

Using Rstudio as an IDE for other programming languages (Stata)

删除回忆录丶 提交于 2019-12-10 14:42:51
问题 I love the Rstudio IDE and the easy point click git(hub) integration. Can I use Rstudio as an IDE for other programming languages? In particular, besides R/Rstudio, I use Stata a lot. Stata is great, but the programing environment (do file editor) is years behind. According to this guide, Stata can be set up to run from other text editors (Emacs, etc). Could I set it up to run from Rstudio? Can Rstudio support syntax highlighting for Stata language? If so can I add a shortcut or command in

List of all errors in project in CLion

≡放荡痞女 提交于 2019-12-10 14:39:51
问题 CLion 2016.2 helpfully detects potential errors in the file you're editing, which can be seen in the validation bar to the right of the code. That's just a single file though, is there a way (like a tool window) to get a list of all such warnings in the whole project, or specific parts of it? Bonus points if it also lists warnings and errors from the compiler, though that's less important, because the compiler output already includes any it found. 回答1: Yes, it is possible. The feature you are

Delphi Seattle has very big font as default

若如初见. 提交于 2019-12-10 14:32:27
问题 Delphi Seattle has very big font as default , and I dont like it. tried to change it as I did with XE8 with a script Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Embarcadero\BDS\17.0\ModernTheme] "FontName"="Segoe UI" "FontSize"=dword:0000000a "MainToolBarColor"="clGradientActiveCaption" But it did not work , how is this handled in Delphi Seattle ? 回答1: The documentation has not changed between the two versions. Creating a Registry Script File Create a new text document