function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sajiv Kartha 3Sajiv Kartha 3 

Component available in Developer console not available on refresh in local Sublime (Have Mavensmate)

Hi

I copied a component from Salesforce tutorial (Expense Component example) to the Developer Console.  I am trying to integrate Sublime to get these.  However, when I refresh, I am not able to get these component related files.

The only two files that have got downloaded related to the expense component to the local sublime are  - ExpenseController.cls and TestExpenseController.cls.

There are other pages which I have created like vf page and these have got refreshed to the local sublime

Any clues on how I can download the files to my local sublime.  This will help a lot.  
Note: We use Mavensmate.  In the Mavensmate settings section, I see these lines : Should I change this to get the value in Subllime ?
 
Default metadata subscription (mm_default_subscription)
Array of metadata types that should be included in every new MavensMate project, e.g. ApexClass, ApexPage, CustomObject, StaticResource
[
  "ApexClass",
  "ApexComponent",
  "ApexPage",
  "ApexTrigger",
  "StaticResource"
]

Thanks
Sajiv