Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Next and Previous button while importing project in Intellij after intellij Idea 2019.2 update

I am using Intellij Idea Community edition. It has been updated recently and the current version of Intellij Idea is 2019.2 community edition. I did not see any Next and Previous button in the dialog boxes while importing any maven or gradle project. Find the screen shorts.

enter image description here

enter image description here

As you can see there are no buttons in the bottom of the dialog boxes. I want to know whether it is the default behavior in the new edition of Intellij Idea or is there any problem with my installation.

like image 353
Sambit Avatar asked Sep 21 '19 06:09

Sambit


People also ask

How do I go back and forth in IntelliJ?

To navigate backwards, press Ctrl+Alt+Left . To navigate forward, press Ctrl+Alt+Right . To navigate to the last edited location, press Ctrl+Shift+Backspace .

How do I import a project into latest IntelliJ?

Launch IntelliJ IDEA. If the Welcome screen opens, press Ctrl+Shift+A , type project from existing sources , and click the Import project from existing sources action in the popup. Otherwise, from the main menu, select File | New | Project from Existing Sources.

How do I import settings into IntelliJ?

Import settings from a ZIP archiveCall File | Manage IDE Settings | Import Settings from the main menu. Select the ZIP archive that contains your settings in the dialog that opens. Select the settings you want to apply in the Select Components to Import dialog that opens and click OK.


1 Answers

As per the following link, it was a regression bug. https://youtrack.jetbrains.com/issue/IDEA-222331

Now it has been fixed. I am using Intellij Idea Ultimate Version 2019.3.2. Find below the attached screen shot below. I have redacted the licensed portion with black color. I hope that this bug may not be there in Community edition.

enter image description here

like image 122
Sambit Avatar answered Oct 18 '22 07:10

Sambit