Skip to content

idea-community: Add version 2026.1.4#18290

Open
arvdk wants to merge 2 commits into
ScoopInstaller:masterfrom
arvdk:idea-community
Open

idea-community: Add version 2026.1.4#18290
arvdk wants to merge 2 commits into
ScoopInstaller:masterfrom
arvdk:idea-community

Conversation

@arvdk

@arvdk arvdk commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Closes #17528

Made the extract_dir match the idea version. persist has been designed as suggested in the issue.

Not sure if this should be in the versions bucket.

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

@coderabbitai

coderabbitai Bot commented Jul 12, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: c908c01d-0ecc-4fb2-abb9-8b985c94590a

📥 Commits

Reviewing files that changed from the base of the PR and between 79824e7 and 453f55c.

📒 Files selected for processing (1)
  • bucket/idea-community.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • bucket/idea-community.json

📝 Walkthrough

Walkthrough

Adds a Scoop manifest for IntelliJ IDEA Community Edition 2026.1.4. It defines architecture-specific downloads and SHA256 hashes, installation extraction and persistence paths, executable and shortcut mappings, and a PowerShell post-install step that rewrites idea.properties. GitHub release metadata is used for version detection and architecture-specific autoupdate URL and digest generation.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Suggested labels: package-request-needed

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title is concise, specific, and matches the addition of the IDEA Community 2026.1.4 manifest.
Description check ✅ Passed The description includes the linked issue, summarizes the changes, and satisfies the required checklist items.
Linked Issues check ✅ Passed The PR adds the JetBrains IDEA Community manifest from the official releases and configures the requested persisted setup.
Out of Scope Changes check ✅ Passed The changes are limited to the new IDEA Community manifest and its related update metadata.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot added the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jul 12, 2026

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
bucket/idea-community.json (1)

1-66: 📐 Maintainability & Code Quality | 🔵 Trivial | ⚡ Quick win

Test the manifest locally before submission.

Run the following commands to validate the manifest:

# Optional: Enable debug mode and GitHub token for API access
scoop config debug true
scoop config gh_token <your-github-token>  # Read access only

# Force version detection and autoupdate
.\bin\checkver.ps1 -App idea-community -f

# Auto-format (lint) the JSON manifest
.\bin\formatjson.ps1 -App idea-community

# Test installation for each architecture
scoop install bucket\idea-community.json -a 64bit
scoop install bucket\idea-community.json -a arm64

As per path instructions, these steps should be run before submission to verify the manifest works correctly.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@bucket/idea-community.json` around lines 1 - 66, Validate the idea-community
manifest locally before submission by running checkver with force, formatting it
with formatjson, and testing installation for both 64bit and arm64
architectures; enable Scoop debug mode and a read-only GitHub token if required
for API access.

Source: Path instructions

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@bucket/idea-community.json`:
- Around line 1-66: Validate the idea-community manifest locally before
submission by running checkver with force, formatting it with formatjson, and
testing installation for both 64bit and arm64 architectures; enable Scoop debug
mode and a read-only GitHub token if required for API access.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 9c743c2c-ac49-42ab-b91d-29f8aebe9a49

📥 Commits

Reviewing files that changed from the base of the PR and between 640c664 and 79824e7.

📒 Files selected for processing (1)
  • bucket/idea-community.json

@arvdk

arvdk commented Jul 12, 2026

Copy link
Copy Markdown
Contributor Author

/verify

@github-actions

Copy link
Copy Markdown
Contributor

All changes look good.

Wait for review from human collaborators.

idea-community

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

Check the full log for details.

@z-Fng z-Fng removed the package-request-needed Create a package request issue before raising PR. Check the criteria for a package to be accepted. label Jul 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Jetbrains IDEA Community Edition

2 participants