i-pascal icon indicating copy to clipboard operation
i-pascal copied to clipboard

A free Object Pascal language plugin for IntelliJ IDEA

Results 9 i-pascal issues
Sort by recently updated
recently updated
newest added

![incorrect syntax erros for record helper in string](https://user-images.githubusercontent.com/7517306/118478629-7ebd4a80-b6e6-11eb-9e7c-0eb0791a85ce.png) No detect record helper for string (delphi 10.4 project)

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Can you write more detailed build instructions? This is just not enough: > Instructions https://www.jetbrains.com/help/idea/2016.3/plugin-development-guidelines.html > > Lexer is generated using IDEA JFlex modification. > > Parser classes are generated...

pls could you add support for unit scopes http://docwiki.embarcadero.com/RADStudio/Rio/en/Unit_Scope_Names ```pascal uses Vcl.Forms; // undeclared identifier ``` in delphi you can specify default unit scopes like `Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;WinAPI.Foundation;System.Win;FMX` in JB Idea project...

German installation of Delphi 2010 will not be detected. The difference to an English version is Embarcadero Delphi **`für`** Win32 Compiler-Version 21.0 the german Word "für" and a minus sign...

Hi George. What are your plans about includes? I'm working on legacy project which uses a lot of includes to prevent circular references. And it's only one reason why I...

Hi, every time I try to build or debug any pascal code, I get this error: Pascal 'test' production: java.lang.NoClassDefFoundError: com/intellij/CommonBundle I´m using IntelliJ 2022.2 and tried multiple versions of...

Got this error after completing something with copilot: ``` java.lang.NoClassDefFoundError: Could not initialize class com.siberika.idea.pascal.sdk.BuiltinsParser at com.siberika.idea.pascal.lang.references.ResolveUtil.findUnitsWithStub(ResolveUtil.java:111) at com.siberika.idea.pascal.lang.psi.impl.PascalModuleImpl.addUnits(PascalModuleImpl.java:255) at com.siberika.idea.pascal.lang.psi.impl.PascalModuleImpl.doCollectUnits(PascalModuleImpl.java:247) at com.siberika.idea.pascal.lang.psi.impl.PascalModuleImpl.getPrivateUnits(PascalModuleImpl.java:222) at com.siberika.idea.pascal.lang.references.resolve.FQNResolver.processFirstPartScopes(FQNResolver.java:203) at com.siberika.idea.pascal.lang.references.resolve.FQNResolver.processFirstPartScopes(FQNResolver.java:186) at com.siberika.idea.pascal.lang.references.resolve.FQNResolver.resolveFirst(FQNResolver.java:86) at...

I am used to IntelliJ IDE and I wanted to use the community editions as a git client. Unfortunately, this plugin is not compatible with the latest IDE. Any syntax...