Gareth
03/21/2025, 6:51 AMGareth
03/21/2025, 7:07 AMGareth
03/27/2025, 6:47 AMMonte Chan
03/28/2025, 1:39 AMquetwo
03/28/2025, 1:30 PMGareth
03/30/2025, 11:30 PMMark Berning
04/02/2025, 1:07 AMError - 12:42:48 PM] Request textDocument/documentHighlight failed.
Message: Internal error.
Code: -32603
java.util.concurrent.CompletionException: java.lang.NullPointerException
at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606)
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1596)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
Caused by: java.lang.NullPointerException
at com.adobe.editor.cfml.references.search.FindReference.find(FindReference.java:46)
at com.adobe.editor.cfml.references.FindReferenceHandler.findReferences(FindReferenceHandler.java:62)
at com.adobe.coldfusion.ls.CFTextDocumentService.lambda$documentHighlight$11(CFTextDocumentService.java:244)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
... 5 more
gavinbaumanis
04/16/2025, 9:54 PMbhartsfield
04/24/2025, 1:17 PMbardnet
05/10/2025, 6:02 PMcfmleditor.cfmleditor-lint
comes with CFLint 1.5.6, which stems form the repo https://github.com/cfmleditor/CFLint
I clone the repo and call gradlew build but I get an error
Could not resolve com.github.cfmleditor:cfml.parsing:2.14.0-SNAPSHOT.
> Unable to load Maven meta-data from <https://maven.pkg.github.com/cfmleditor/cfparser/com/github/cfmleditor/cfml.parsing/2.14.0-SNAPSHOT/maven-metadata.xml>.
> Username must not be null!
Seems the maven repository is password protected. Is the github repo public or am I not supposed to build it myself?Gareth
05/11/2025, 12:36 AMbardnet
05/24/2025, 6:04 PMvendor = JvmVendorSpec.ADOPTIUM
So I was not able to compile, as I use the JDK from Bellsoft.zackster
05/29/2025, 10:03 AMListFirst()
, rather than listFirst()
Now depending on coding standards / preferences, some people might like the option to toggle
using this PascalCase
or camelCase
, when the extension autocompletes BIFs? thoughts, feelings?lmajano
05/30/2025, 5:33 PM@boxlang
in VSCode’s chat and get intelligent, context-aware answers to your CFML and BoxLang questions.
The participant is equipped with our comprehensive documentation, ensuring accurate and relevant responses.
Try asking: @boxlang how do I configure a datasource?
and watch the magic happen!
⚡ Pre-Release Channel For developers who love living on the edge
🛠️ Enhanced Workspace Settings
Found a bug or have ideas? Check out our JIRA board - we’d love to hear from you!
https://ortussolutions.atlassian.net/browse/BLIDElmajano
05/30/2025, 5:34 PMGareth
06/09/2025, 7:52 AMThomas Rafferty
06/09/2025, 9:29 AMcfml.cfDocs.source
• Fixed docblock parsing for hover documentation
Thanks to @zackster for suggesting the addition of Lucee docs, and for all the updates on the lucee-docs
side to get this workingGareth
06/20/2025, 6:58 AMGareth
06/20/2025, 7:00 AMGareth
06/20/2025, 7:03 AMGareth
06/20/2025, 7:20 AMMark Drew (he/him)
06/20/2025, 12:13 PMGareth
06/24/2025, 12:12 AMGareth
06/24/2025, 12:13 AMGareth
06/24/2025, 12:14 AMGareth
06/24/2025, 12:19 AMGareth
06/24/2025, 12:47 AMGareth
06/24/2025, 12:34 PMGareth
06/24/2025, 12:34 PMJim Priest
06/24/2025, 6:10 PM<cfif></cfif>foo
<cfif>foo
<cfif>foo
<cfif>foo
And then hit TAB
It correctly does the last 3:
<cfif></cfif>foo
<cfif>foo</cfif>
<cfif>foo</cfif>
<cfif>foo</cfif>