Intellij keys registration [closed] - intellij-idea

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.

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.

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.

start gnu screen with existing running program [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 11 years ago.
Improve this question
Say I forget to run screen at the beginning of login, I've started up a program like emacs, have many files open, now I want to attach this to a session of screen. Is there any way to do this? Or do I have to exit emacs, run screen, then run emacs again, opening up my work from the beginning?
Thanks for your help.
This post from ServerFault might be useful: https://serverfault.com/questions/24425/can-i-nohup-screen-an-already-started-process
reptyr works if you're on linux
I don't believe this is possible - your emacs session is a child process of your shell, and I believe that a secure OS is pretty strict about making changes to the process tree from outside the process.

Intellij Idea 9 slow response on typing [closed]

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.

smartphones and buttons [closed]

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 last year.
Improve this question
The .net compact framework on smartphones doesn't know the button component, the reasons are unknown to me. My question is: how do people usually get over this problem? I have know smartphone near me to check out, only a pda phone, which of course has touch screen and supports the button component.
What would you do ?
The lack of buttons is intentional as it violates Microsoft guidelines for smartphone platform. Instead you should use the menu, which for a thumb operated device is faster. It also helps to provide a common interface for all phone's applications.
If you need to have a button, you can easily create one of your own. see also this question.