Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Traben-0
/
IntelliProcessor
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
22
Code
Issues
1
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactor, added settings, several folding improvements, enhanced condition checking, enhanced jump action, kotlin k2 fix, formatting highlights
- #24
#24
Merged
Wyvest
merged 20 commits into
main
Traben-0/IntelliProcessor:main
from
main
Traben-0/IntelliProcessor:main
Copy head branch name to clipboard
Oct 3, 2025
Conversation
Commits
20
(20)
Checks
Files changed
Merged
Refactor, added settings, several folding improvements, enhanced condition checking, enhanced jump action, kotlin k2 fix, formatting highlights
#24
Wyvest
merged 20 commits into
main
Traben-0/IntelliProcessor:main
from
main
Traben-0/IntelliProcessor:main
Copy head branch name to clipboard
Commits
Commits on Sep 29, 2025
create plugin settings - usages in later commits
Traben-0
committed
13eebb5
View commit details
Copy full SHA for 13eebb5
Browse repository at this point
merge `Versions` and `MainProject` functionality into new general `PreprocessorVersion` class
Show description for 307819a
Traben-0
committed
307819a
View commit details
Copy full SHA for 307819a
Browse repository at this point
add general utils for retrieving directives
Show description for cb39d3c
Traben-0
committed
cb39d3c
View commit details
Copy full SHA for cb39d3c
Browse repository at this point
fixed and moved preprocessor condition checking logic into its own class for more generic use outside `PreprocessorNewLineHandler`
Show description for b605366
Traben-0
committed
b605366
View commit details
Copy full SHA for b605366
Browse repository at this point
added option to allow preprocessor blocks to be folded by default depending on their conditions (or always)
Traben-0
committed
f6c14c5
View commit details
Copy full SHA for f6c14c5
Browse repository at this point
use new version object
Traben-0
committed
eccf095
View commit details
Copy full SHA for eccf095
Browse repository at this point
improve file jump action and dialog to be able to filter results via whether they met the preprocessor conditions at the caret position of the current file
Traben-0
committed
dfe9eeb
View commit details
Copy full SHA for dfe9eeb
Browse repository at this point
add preprocessor styling syntax highlights:
Show description for 4edf40c
Traben-0
committed
4edf40c
View commit details
Copy full SHA for 4edf40c
Browse repository at this point
Merge branch 'Polyfrost:main' into main
Traben-0
authored
8359847
View commit details
Copy full SHA for 8359847
Browse repository at this point
Commits on Sep 30, 2025
fix caret position after jump action, also trigger a scroll to the caret position
Traben-0
committed
5916d9e
View commit details
Copy full SHA for 5916d9e
Browse repository at this point
fix newline `//$$` only being placed in the line after directives
Traben-0
committed
7de227f
View commit details
Copy full SHA for 7de227f
Browse repository at this point
Keyboard navigation: Down arrow focuses into the list from the search field
Traben-0
committed
b0afbd5
View commit details
Copy full SHA for b0afbd5
Browse repository at this point
Commits on Oct 3, 2025
alternate highlighting
Traben-0
committed
961e439
View commit details
Copy full SHA for 961e439
Browse repository at this point
fix kotlin folding
Traben-0
committed
0ffe70b
View commit details
Copy full SHA for 0ffe70b
Browse repository at this point
ensure this util only runs on a psifile
Traben-0
committed
fdf6a68
View commit details
Copy full SHA for fdf6a68
Browse repository at this point
support grabbing the preprocessor version for certain additional PsiFile types that don't have backing files
Traben-0
committed
3f93965
View commit details
Copy full SHA for 3f93965
Browse repository at this point
no longer used util, prevSibling behaviour has proved inconsistent anyway
Traben-0
committed
39c0aea
View commit details
Copy full SHA for 39c0aea
Browse repository at this point
add setting to disable PreprocessorNewLineHandler
Traben-0
committed
e1fb704
View commit details
Copy full SHA for e1fb704
Browse repository at this point
restore order="first"
Traben-0
committed
4eb2775
View commit details
Copy full SHA for 4eb2775
Browse repository at this point
minor formatting
Traben-0
committed
508ed2f
View commit details
Copy full SHA for 508ed2f
Browse repository at this point
You can’t perform that action at this time.