Welcome to the new BrainEngine support site!

We definitely want to hear your feedback! Submit your Questions, Ideas, Suggestions, and Problems.
+15

Your main website has been down for awhile, whats going on?

Ruben Figueroa 10 years ago updated by janiepuff 10 years ago 3
+2
Under review

Format Document adds whitespace

Jason Hurder 11 years ago updated 11 years ago 2
Hello -
When I use the Format Document feature for an Apex file, the indentation is correctly applied, however spaces are added in certain places. As an example:

Before formatting:
Image 20

After:
Image 21

Spaces were added after the update parameter, after the generic types:
Set<Id >
Map <Id, String >

The worst case is dot notation after an object:

if (d .OwnerId != Trigger .oldMap .get(d .Id).OwnerId)
Is this on your radar?

Thanks!
Jason

+2
Under review

How do use TFS with Cloud Studio?

Joe Dille 11 years ago updated by Ruben Figueroa 10 years ago 5
I would like to use Team Foundation Services with Cloud Studio. I see the connect button but nothing happens.
+2
Started

Git Plugin

Support 11 years ago updated 11 years ago 1
Add git support.
+2
Planned

TFS Plugin Enhancements

Support 11 years ago updated 11 years ago 1
Replicate the baseline functionality found in other plugins inside of BrainEngine.
+1
Under review

Code Completion question

Jason Hurder 11 years ago updated by Support 11 years ago 10
I'm not sure what the code completion methodology is, however it seems erratic to me. It looks like for standard datatypes like string, List, Map, ... all works well, but that is where it ends. Anytime you bring up code completion for anything else you see the same list of Objects that exist in the org, even for garbage code:


Image 15

Oddly, for declared objects, nothign comes up at all. As an example, if I declare :
Lead myLead;
myLead.     <-- Nothing shows up here. 
Same applies to SOQL queries, there is no code completion/Intellisense. Is there a compilation that needs to take place to create objects for this code completion to work?

Thank you,
Jason
+1
Started

Cannot access 'Editor - Fonts / colors'

Christian Szandor Knapp 11 years ago updated by Eric Miller 11 years ago 3
Option is grayed out in built 6.01.102, repair/reinstall did not fix the issue
+1
Started

Apex Editor/Parser Enhancements

Support 11 years ago updated 11 years ago 1
Improved support for:

  • Auto-Completion
  • Find Definitions
  • Custom Shortcuts
  • Code Outlining
  • Theme Support
  • Code Coverage
+1
Under review

How to download classes and visual pages

Sławek Gołąbek 11 years ago updated by Support 11 years ago 3
Maybe I do something wrong, but when I connecting to my DevSandbox IDE downloads only Objects and Lightning Resources. How to download classes triggers pages and components?
+1

'Folder' Type metadata not available for download

Conga_J 11 years ago 0

When downloading/browsing Org MetaData, Folder is not an option.

Image 23


Document/Report/EmailTemplate/DashBoard are all available, but all of these require a Folder to allow deployment. Right now, I have to build the Folder(s) by hand in the Deploy To Org. Once that's done, I can move the other components without issue.


Is there a reason Folder is not an option when downloading metadata?