Questions tagged as 'ide'

2
answers

Is there a way to collapse all code blocks in eclipse?

I have huge files with lots of code blocks, I currently know that by pressing + - expands or collapses the current block, does anyone know how to expand or collapse all at once in Eclipse?     
asked by 24.08.2017 / 08:52
1
answer

How do I save the project desktop in Delphi?

Question: I would like to know how I should proceed to save the workspace of my project, which would be the .pas that were open when I was working before closing it, and when re-opening Delphi, I would have all these files open as I lef...
asked by 07.02.2014 / 17:07
1
answer

When should I use each log level in Android Studio?

There are different levels of log in Android Studio, which perhaps, I say perhaps, is not very different in other IDE's. Basically they are the different way I can write a message in logcat . The types are VERBOSE , DEBUG , INF...
asked by 14.03.2017 / 13:26
1
answer

IntelliJ IDEA Community and use of database

Well, I'm thinking of using IntelliJ IDEA Community to develop in Java, but I've seen that this version has no database tools. I saw it on the site but it was not clear on that. Does anyone work with this version that can help me understand t...
asked by 29.10.2017 / 00:43
1
answer

Program in c showing output, strange different from the value of the variables

I have a problem executing a program in ec and when I compile it and execute it it shows me a value that is not defined in my variable I'm thinking it's some bug with ide or something related to the buffer I'm going to leave a screenshot for you...
asked by 26.08.2017 / 14:39
2
answers

Programming in pairs remotely

My partner and I really enjoy programming in pairs from time to time, usually when we have some complex function. But we live in different cities and sometimes it is difficult to get together to schedule. We are currently developing an Androi...
asked by 12.05.2017 / 15:51
1
answer

How to put the Run / Debug buttons / etc. on the left side of the bar?

How can I leave this Run / Debug toolbar / etc. on the left as they appear in Android Studio?     
asked by 20.09.2016 / 18:05
1
answer

Enable variable spacing Code :: Blocks

I love Code :: Blocks, but it has a problem, I wanted it to already spill the instructions as soon as I put the ';' same as Visual Studio. Ex: for(int i=0;i<n;i++)'' >> ''for(int i = 0; i < n; i++)     
asked by 31.07.2016 / 14:44
0
answers

Error when starting Eclipse Luna, java.lang.NoClassDefFoundError error: org / w3c / dom / stylesheets / StyleSheet

When you start the newly installed Elipse Luna, the following error appeared in the file .log. in \workspace\.metadata\ . Below the error log:   ! SESSION 2018-04-24 11: 50: 44,298 ----------------------------------- ------------...
asked by 24.04.2018 / 17:04
1
answer

Ide Eclipse stopped complaining about the need to declare the serial default Version ID. in serialized classes

Hello, using the Eclipse IDE when we create a class that we tell it to implement serialization (implements Serializable) it is common for IDE to claim the default serial Version Id. I created a new project in the IDE and almost everything work...
asked by 21.04.2018 / 17:31