PreProgrammer > Blog > Editor
Editor
Preprogrammer
April 13, 2017
Cannot load JDBC driver class ‘com.mysql.jdbc.Driver’ on Intellij is an error shows due to driver files missing. To resolve an issue like this follow the following procedure. How to add the JDBC library using Intellij: Steps 1.) Goto View -> Tool Windows -> Database. 2.) Now, Select a database and…
Read more
Preprogrammer
March 22, 2017
IntelliJ vs Eclipse Keymap Action IntelliJ IDEA Eclipse Open any file quickly Ctrl + Shift + N Ctrl + Shift + R Find a type or class Ctrl + N Ctrl + Shift + T Show all the members of current type Ctrl + F12 Ctrl + O Jump to…
Read more
Preprogrammer
May 7, 2016
How to increase font size in Notepad++ ? Notepad++ is one of the rich text editor out there. Some people like big font size in their text editor. In this tutorial i am going to explain how to do that in Notepad++. I know that, it’s not a big deal…
Read more