Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fw intellij: if more than 50 projects, behaviour is stupid by default #175

Closed
mriehl opened this issue May 25, 2021 · 1 comment
Closed

Comments

@mriehl
Copy link
Member

mriehl commented May 25, 2021

Default is 50 projects in the recent view. If there are more fw projects, the ones over the limit will not be in the recent view.

  • Can set Help->Find Action->Registry->ide.max.recent.projects in UI
  • Can detect this on FS level with JetBrains/Ideaxxx/options with <entry key="ide.max.recent.projects" value="50" />

Options I see:

  1. check automatically if the value is correct, update it otherwise
  2. always print a warning if the amount of projects is over 50 (hardcoded)
  3. only print a warning if the amount of projects is over N (N is read from the idea registry)

The warning, if printed, should describe what the issue is and how to fix it (either in UI or file)

@mriehl mriehl assigned mriehl and unassigned mriehl May 25, 2021
@Nekolike
Copy link

Nekolike commented Jun 9, 2021

Was resolved with the latest commit (e9c1457) and can now be closed.

@mriehl mriehl closed this as completed Jun 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants