Sergii Puliaiev

- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 4
-
Created IntelliJ Custom JDBC driver Date Literals
AnsweredI am working on the Salesforce JDBC driver for SOQL. The syntax allows to provide the date/time values without quotes like that: https://developer.salesforce.com/docs/atlas.en-us.234.0.soql_sosl.m... -
Created JarFileSystem.getInstance().getJarRootForLocalFile() returns null in test
AnsweredI have a test for my plugin, based on LightJavaCodeInsightFixtureTestCase. I set it up using PsiFile[] psiFiles = myFixture.configureByFiles("module/src/main/java/TestObject.java", "pom.xml");myFi... -
Created XHTML file type - script tag namespace
AnsweredHi, i use one library - with name Joost for streaming xml transformations and it allows scripting. The config for this library looks like XSLT, but has it's own name spaces. And the scripting tag...