Intellij Idea 9 slow response on typing [closed] - intellij-idea

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm using IntelliJ Idea 9 on a windows 7 box - 2GB RAM. I'm facing this strange issue where the response of the editor is very slow. When typing, the characters seem to appear after a delay.. and gets annoying after a point.
However, IDEA 8 on the same machine works perfectly.
Would like to know if someone has faced this earlier.. Or is there any recommended solution..
Thanks.

You should try the 9.0.1 RC build available at http://www.jetbrains.net/confluence/display/IDEADEV/Maia+EAP, some performance problems were resolved there. Also ensure you don't have third-party plug-ins installed.
If the issue remains, refer to the instructions at http://www.jetbrains.net/devnet/docs/DOC-192.
EDIT: IDEA 9.0.1 has been released, please use the latest available release build.

Interesting, in my case the issue was having the Project and Structure windows open, and having scroll to/from source enabled probably didn't help. Closing the palettes sped up editing for me.

Related

sir/maam i really need your help in this one i tried to change the platform into x64 but it's effective [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
sir/maam im just really desperate in here im sorry i really need your help in this one i tried to change the platform into x64 but it's effective i dont know how to solve this i hope you can give me any suggestion im begging.
ERROR: File 'log4net.dll' targeting 'AMD64' is not compatible with the project's target platform 'x86'
enter image description here
It would appear that your project is referencing a specifically 64-bit version of the log4net library. Remove the reference and add back a reference to a version that supports 32-bit applications.

What is the new Jetbrains web-based code-browsing tool (based on IntelliJ)? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Recently, I was watching a presentation in which JetBrains demonstrated a new, web-based code-browsing tool.
It's based on the IntelliJ code base, which supports code navigation operations such as show implementations, find usages, and so forth.
Unfortunately, I'm unable to find the presentation again. Does anyone know the name of this tool?
Since the tool is in pre-release, it wasn't possible to google any information about it. So thanks for any info!
It's called JetBrains Upsource and you can see it in action at https://upsource.jetbrains.com/
Upsource (that's the name of the tool) developer here. We just published a new preview build, by the way - check it out.
Regarding your browser compatibility question - I'm assuming you're getting an outdated browser warning, is it true? It shouldn't be the case with Firefox 20, though we generally support the last two released versions of every major browser (which, in case of Firefox, means 22 and 23). Upsource makes heavy use of latest web technologies to do what it does, therefore - no old browsers.

Intellij keys registration [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
As a life long eclipse IDE user, i decided to try Intellij at work. I requested for activation keys and received them. Thing is, the registration process to upgrade from a trial version to a full version is very confusing. Any pointers over this issue will help.
Thanks
You should use the Help | Register dialog to enter the key for IDEA Ultimate. If the Help Register is disabled then you might be using EAP(Early Access Program) version of the product.
Note that Help menu is not available from the welcome screen, so you need to create/open some project first.
To access registration dialog from the Welcome Screen use the Find Action shortcut (Ctrl+Shift+A), type Register..., press Enter:
If OK button remains disabled, refer to this document.

How to enable Start Menu in Windows 8? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Can anyone give me some hack or provide some way, by which I can enable the Start Menu in Windows 8.
I am finding hard to use Windows 8 without Start Menu.
I dont have any problem, If I need to write a Custom Code in .Net to enable it.
There is a web page which provides some nice features and tricks for windows called neowin.
On this page I found this article: http://www.neowin.net/news/windows-8-how-to-re-enable-the-classic-start-menu
I hope this is what you´re looking for :)
EDIT: I also have Windows 8 and I´m using this Trick without problems :)
EDIT 2:
This won´t work for build 9200 or newer! I just got the new build and i tried to execute this trick but after restart my Windows told me to "Refresh" or "Reset" my Operating System. after refreshing my win 8 all my apps and programs were erased.
Greets,
Paedow
You need to use the windows key (bottom left corner of your keyboard) to get the start menu. Hope this helps. Or you can set your theme to an earlier version of windows that has the start menu.

How to setup coding enviornment over the network [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I need to setup the Team Coding Environment i.e. Two or more people, over the local network can code together on a project (PHP coding). How should I get started...
You really don't want to people to work on the same files.
Let both of them work on their own files (locally or on separate folders on a server) and have them use a VCS such as Git. This ensures conflicting modifications do not simply overwrite someone else's code but have to be properly resolved.
You should consider using any kind of SCM (Git, SVN ...) and an IDE which support this SCM (netbeans, eclipse).
Git and Github seems to be the trend of the moment. You should give it a look