displaying top 100 results
Portal Topic Editing JSON files with ColdFusion Builder
with ColdFusion Builder appeared first on ColdFusion. Blog,ColdFusion Builder,JSON,Builder,ColdFusion,Editor,json,JSON Editor plugin,plugin
Tracker Issue Add JSON editor support
2682620 CFB-3830505 Editor Features LuisMajano Add JSON editor support Add JSON editor support, with highlighing, formatting, linting, etc. There are several eclipse plugins, I am sure the team can reuse them.
----------------------------- Additional Watson Details
Tracker Comment Comment on Add JSON editor support by External U.
Comment on Add JSON editor support by External U.
CFB into Eclipse 4.6.2
2. Open a project with files
3. Click on the CFM file
Actual Result: CFML Editor View crashes and cannot used.
java.lang.NullPointerException
at com.adobe.editor.cfml.core.CFMLSourceViewConfiguration.getQuickAssistAssistant(CFMLSourceViewConfiguration.java:360
Tracker Comment Comment on Profile Editor Change Error by Mukesh K.
Comment on Profile Editor Change Error by Mukesh K.
Tracker Comment Comment on ColdFusion Files won't open in Eclipse Oxygen 4.7.0 (build 20170620-1800) by Manas M.
3305759 CFB-4198229 Manas M. Hi Kevin,
Is this still an Issue?
Are you on Update 4?
Incase you are still facing this ;can you try enabling spell check
Editors that rely on this service would fail(Eclipse internal code has this check for Text Editor plugin usage which we are using).
Enable
Portal Comment Comment on Opinion: Adobe can Improve the ColdFusion community by providing official support for more code editors. by James Mohler
Comment on Opinion: Adobe can Improve the ColdFusion community by providing official support for more code editors. by James Mohler
Tracker Issue Persisting code folding in CFML editor
Persisting code folding in CFML editor
Tracker Comment Comment on Saving file opened from file system creates duplicate editor by Dattanand M.
Comment on Saving file opened from file system creates duplicate editor by Dattanand M.
3134399 CFB-4198222 Editor Features Andy Guiness CFB with Updater 4 cannot open cfc/cfm files on Neon 4.6.3 Problem Description: Cannot open cfc/cfm file. CFB starts to render the CFML toolbar, then stops with error: "Failed to create the part's controls"
Steps to Reproduce: Fresh, base, stable
Saving file opened from file system creates duplicate editor
or Eclipse Mars/Oxygen.
2.) Watch the CF code editor window break.
Tracker Comment Comment on Saving file opened from file system creates duplicate editor by External U.
Comment on Saving file opened from file system creates duplicate editor by External U.
Tracker Issue Implement Fuzzy Code Hints
filtering, so that if I type "v", my defaulted option now becomes "cf_sql_varchar".
I take this example from Sublime Text Editor (it works a little different so it's actually "var" that gets me "cf_sql_varchar").
This is very useful on Sublime Text Editor.
I already installed the InstaSearch plugin
-in Function"
12) At the right, see all coloring options are disabled (bad)
Question: Where does CFB store the .col file when user creates a custom colorization profile? I'm not referring to the ones in C:\ColdFusionBuilder2018\plugins\com.adobe.editor.cfml_*.jar.
Thanks!,
-Aaron
Tracker Issue ColdFusion builder software update failure
2682144 CFB-4196741 Editor Features Paul Sussan ColdFusion builder software update failure Problem Description: ColdFusion Builder updates fail universally
Steps to Reproduce: Click on any software update notification
Actual Result: Error and failure
Expected Result: Software update
Any
in the default location and put your CFC files in this project
3. now open cfc in editor and check if it is still happening.
are you using CFB as standalone or CFB as plugin to eclipse?
(Comment added from ex-user id:amkum)
Tracker Issue Syntax color setting for variable names
2682507 CFB-4012044 Editor Features : Code Colorization Matthias Syntax color setting for variable names Problem Description:
No settings available to set the coloring of variable names (gets the same color like the tag).
Steps to Reproduce:
See attached screenshot (on the left side the CFBuilder
Tracker Issue Quick Fix is not there!
2682645 CFB-3792312 Editor Features : General Big Mad Kev Quick Fix is not there! Problem Description: in ColdFusion Builder 2 we had quick fix
Steps to Reproduce: Install ColdFusion Builder 3
Actual Result: No Quick Fix option
Expected Result: Quick fix option, as paid for in Version 2
Any
2682617 CFB-3833130 Editor Features Henweigh99 ColdFusion Builder 3.0 Hangs When Using Code Assist on Large Files Problem Description:
When editing a large file in ColdFusion Builder (standalone or eclipse plugin) with code assist enabled the program will completely lock up for a few seconds while
2682618 CFB-3831825 Editor Features Henweigh99 Code Coloring Breaks When Comments Used Within Function with Named Arguments Problem Description:
Code coloring model breaks when you add a comment within a function containing named arguments.
Steps to Reproduce:
1. Open ColdFusion Builder 3
2
Tracker Issue [ANeff] Bug for: Formatter does not always work
4218288 CFB-4198320 Editor Features : Code Formatting [ANeff] Bug for: Formatter does not always work Issue for: CFB's Formatter does not always work
Steps to Reproduce:
1) Select the following code, and do CTRL+SHIFT+F
-----------
switch(foo) {
case "one": {
asdf = "asdf";
break
implement the framework as you like it. If you want the serialize/deserialize() functions in the CFC itself, you can do that. Do you want to implement separate CFCs to handle JSON serialization and XML serialization,? You can do that too. That is implementation details. The framework can be a simple CFC
Tracker Issue Var keyword breaks code formatter
2682155 CFB-4188240 Editor Features Legorol San Var keyword breaks code formatter Problem Description:
When using the code formatter on any file or code block, if any tags include the Var keyword, the code formatter does not work. It simply does nothing, does not alter any line of code (not just
Tracker Issue Keyboard shortcuts are not working
CTRL+T as it does not respond to A.
Steps to Reproduce:
1. Install CFBuilder as Plugin into Eclipse
2. Open a CFM file with "CFML Multi Page Editor"
3. Press CTRL+T A
4. Nothing happens.
Actual Result: Shortcuts are not working
Expected Result: Shortcuts should work without a mouse
Any Workarounds
Tracker Issue Code Assist doesn't work (Japanese ver.)
2682292 CFB-4130070 Editor Features Shigeyoshi Muraoka Code Assist doesn't work (Japanese ver.) Duplicate ID: 4090256 ColdFusion Builder
Problem Description:
Code Assist doesn't work (Japanese ver.)
I think that the dictionary file for the Japanese is not included.
-Directory:
[Blizzard
Tracker Issue Code Suggest Enhancement: Ability to disable code suggest for variables / tags independantly
2682595 CFB-3854326 Editor Features Henweigh99 Code Suggest Enhancement: Ability to disable code suggest for variables / tags independantly Currently when code assist is enabled CF Builder attempts to provide suggestions for tags, attributes, properties, and page/scoped variables. However on long
Tracker Issue Encountered " "#" "# "" bug in Syntax Checker
2682632 CFB-3803692 Editor Features dartimcoo Encountered " "#" "# "" bug in Syntax Checker Problem Description:
CF Builder reports an error with syntax for valid code.
Steps to Reproduce:
1. Create a new .cfm page.
2. Enter the following code:
##id{border:solid;}
Actual Result
Tracker Issue syntax error on transaction {}
2682972 CFB-3715508 Editor Features Aquitaine syntax error on transaction {} Problem Description:Testing the Thunder Beta, it reports the following as a syntax error:
if (thing) {
transaction {
doStuff;
EntitySave(item);
}
}
It reports 'return statement
Tracker Issue Code Assist suggestion list freezes UI
3381739 CFB-4198232 Editor Features : Code assist Hakan Erci Code Assist suggestion list freezes UI In certain situations(described below) it consistently happens that the suggestion list that appears with Ctrl+Space or by waiting a second or so will freeze the UI for up to 20 seconds. It happens
Fusion builder 2 not purchase CFB3 or just use sublime editor
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3792348
Reason: BugVerified
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Big Mad Kev
Tracker Issue change in behavior of CFHTTP tag
Before Update (CF11 Update 15):
http request in cfhttp tag:
http://192.168.70.77:8983/solr/lny10/select?q=*&defType=synonym_edismax&synonyms=true&qf=txt_brand^5.0+txt_sku&fl=id,score &wt=json
http request received in solr:
http://192.168.70.77:8983/solr/lny10/select
Tracker Issue Bug 82205:[JFERNANDES] Modeler panels throws stacktrace if LCDS 3 related instance is not running
.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)at org.eclipse.ui.internal.Workbench$54.run(Workbench.java:2171)at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)Caused by: org.osgi.framework.BundleException: The activator com.adobe.model.editor.FiberXMLEditorPlugin
Portal Comment Comment on Public beta for Adobe ColdFusion (2018 release) and Adobe ColdFusion Builder (2018 release) by amar lungare
negative indices support for arrays
l. New functions- ArrayFirst, Arraylast, QueryDeleteColumn, and QueryDeleteRow
4. Enhanced CLI and introduced REPL.
5. Introduced REST Playground application for testing your REST APIs.
6. Added support for REST PATCH verb.
7. Filter fields from JSON request.
8. Enhance