-
Using CB 1.1.0. When I click on Social in Modules > Manage, I get the following error:
Application Execution Exception
Error Type: Expression : [N/A]
Error Messages: Element MAPPING is undefined in …
-
I am seeing freezing when typing into a string enclosed by quotes.
Issue is not present when SublimeText is started in safe mode, which doesn't load packages.
First noticed issue after switching…
-
reloading plugin ColdFusion-master.cflib
Traceback (most recent call last):
File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 78, in reload_plugin
m = importlib.import_module(mod…
-
**Issue by [RaymondLim](https://github.com/RaymondLim)**
_Thursday Oct 18, 2012 at 00:50 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/1873_
----
1. Open a CFMLfile that has e…
-
Due to what seems to be a growing headache of getting ACF and Lucee (5) to play nice with the cfmljure support in FW/1, I'm going to place this here as a note to remove the commands for creating Cloju…
-
e.g.
```
var test = '260 West 153rd street , 5A';
dump( str.capitalizeWords( test ) );
```
The space before the comma is the guilty party.
```
Exception Details (Debug Mode)
Page: /…
-
So a lot of the time, when I am looking for code smells it usually is when you have have a 2000 line file with 1000 lines in a single method.
A couple of length checkers would be good:
FILE_TOO…
-
Does anyone have a guide for how this works?
Need to upload to a S3 bucket and client will only provide PEM file.
Not really familiar with using these and having trouble finding the info online.
…
-
**just updated eclipse to new Eclipse IDE 2021-09 and error produced**
Editor could not be initialized.
java.lang.NoClassDefFoundError: org/eclipse/jface/text/Assert
at org.cfeclipse.cfml.edito…
-
The following are legal ways to declare a struct or array.
- `addressComponents.streetName = "Main";`
- `sampleCollection[7] = "Hello, World";`
It should recommend being explicit with the type de…