Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
151 views

How to make text editor in Visual Studio looks like this?

I've found this project Structured Editor that presents an experimental structured code editor prototype. I love this idea and want this in Visual Studio, what options I have ?
2
votes
2answers
92 views

What is the practical use of arbitrary code block (by curly brackets) in C#

I have seen an example with the switch statement where each case block was surrounded by the curly brackets, like this: switch (itemType) { case ItemType.TV: { String message = ...
2
votes
0answers
187 views

Opening Code Blocks project file (.cbp) in Visual Studio 2008

I'm switching over to Visual Studio 2008 from Code Blocks. I have a project written in Code Blocks, and I'd like to manage it in Visual Studio. The problem is that the project file for the program is ...
2
votes
2answers
97 views

Where can I find information on code blocks?

Does anyone know a good website that summarises what you can do with code blocks (i.e. <% <%= <%# etc) in ASP.Net? Thanks.
1
vote
0answers
276 views

Path/Configuration problem with Qt SDK and Code::Blocks

I'm new to Code::Blocks (nice IDE!) and to Qt with C++ (been using PyQt, which works wonderfully) I have a test project - here's the code (generated by code::blocks wizard): #include ...
1
vote
2answers
211 views

Code::blocks for understanding C++ code it can't build

Have a C++ source I probably can't build in Code::Blocks. If I use it as an editor, would it be helpful in gaining understanding of the code? (Like Intellisense). How does it compare to Visual ...
1
vote
3answers
303 views

Linux: automatic backup on save of changed file

Is there any way/SW-tool that can be used to monitor a directory for changes to files and then either back it up to a unique file or to a version control system? Reason: I'm using Code::Blocks and ...
1
vote
0answers
102 views

Why does Code::Blocks constantly changes my language?

On my there are two set languages, which are English and Russian, and English is the default set language. Yet every time I leave Code::Blocks and click on the window again, the program automatically ...
1
vote
1answer
626 views

TinyMCE + Wrapping code snippets

Is there a tinymce plugin that wraps text within the tag? Something similar to the formatting option from the WYSIWYG of SO
0
votes
2answers
43 views

Code Blocks and SDL output. weird behavior

I dont know if my codeblocks has something wrong but I can compile the project but I cannot run it from the program itself it flashes and then the SDL aplication closes and the console appear(IDK but ...
0
votes
3answers
141 views

problem with field calculation in a python script of a shp file

I added a field and wanted to calculate field by codeblock but the code block is not working, I guess. In the output shp file, all the value is showing 0. Here is the code: # An input polygon feature ...
0
votes
1answer
58 views

GTK Application doesn't run on windows

I'm a beginner programmer and I've looked around the internet for a solution to this and am still looking. I found someone in this forum with a similar problem, however he is using GtkSharp and I'm ...
0
votes
0answers
68 views

Referencing Code Blocks in Visual Studio 2010

Guess I will explain my situation and see if anyone has any ideas. I am writing a WPF Windows Application in Visual Studio 2010 for my organsiation, my code is stored in Team Foundation Server 2010.I ...
0
votes
1answer
36 views

best way for creating code blocks

What if i need often generate code like this: <SomeHtmlCode> <?php SomePhpCode ?> </SomeHtmlCode> I imagine it would be possible to build code structure like this using some ...
0
votes
2answers
233 views

The Controls collection cannot be modified because the control contains code blocks (i.e. <% … %>)< what is all about?

i saw few of solutions for this exception (like putting it in place holder, or replace the <% to <# ...etc) , but i don't get the idea about it, i mean what is the controls collection? and why ...
0
votes
3answers
2k views

how to make a c/c++ program run in code blocks ide?

i want to run a c program in code blocks ide but not able install the compiler to run . How to do it ?