JP

Results 36 issues of JP

I'm using ST3 build 3094 with the ColdFusion package on Windows 7 x64. Not exactly sure when it broke, but it was recently. I installed a ST3 update yesterday, but...

I'm not sure if this is a CF plugin issue or ST3 core issue, but I thought I would mention it here just in case. Every couple days, ST3 goes...

Entering `` doesn't always close the autosuggest box. The `>` character should force the box to close. Instead, most of the time, it remains open with the first item highlighted...

The auto-close feature appears to assume that all CF tags need to be closed. In my codebase, it's common not to close the ones that are not required to be...

When I start typing some cold fusion code, the suggest context menu appears, but doesn't close when it should. Consider: ``` ``` When I hit the closing ">", the suggestion...

In CF Builder, you can CTL-click (windows) on the file path (template="../filename.cfm") from or (or the cfscript equivalent) and the editor will find and open the file for you. It...

feature
comments

![image](https://user-images.githubusercontent.com/812777/97739413-716fa400-1aa5-11eb-8bc9-fb5ea6c5dac8.png)

I'm encountering what I think are performance issues running version 3.1.4 on Windows 10. Overall, the app becomes more and more sluggish the longer it runs. I realize this project...

The [X] button in both the email list and the session list sometimes doesn't delete anything and provides no indication that anything failed. Another click will then delete all items.

I have a master.scss file that I want to compile, and it includes several other .scss files. I never want to compile the include files into .css files. I only...