This is the thirdparty API's (GitHub) maximum contributors per page limit
var CONTRIBUTORS_PER_PAGE = 100;
var buildInfo;
function _handleCheckForUpdates() {
UpdateNotification.checkForUpdate(true);
}
function _handleLinkMenuItem(url) {
return function () {
if (!url) {
return;
}
NativeApp.openURLInDefaultBrowser(url);
};
}
function _handleShowExtensionsFolder() {
brackets.app.showExtensionsFolder(
FileUtils.convertToNativePath(decodeURI(window.location.href)),
function (err) {}