ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Bitrix​Help

by matiaspub ST2

No description provided

Details

  • 2016.11.26.10.01.35
  • github.​com
  • github.​com
  • 8 years ago
  • 2 hours ago
  • 12 years ago

Installs

  • Total 360
  • Win 233
  • Mac 54
  • Linux 73
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

BitrixHelp

Sublime Text 2 plugin help in work with Bitrix CMS

Feauters:

Instalation

Recommended way is using PackageControll package.

Using Sublime Package Control

It is preferred and simplest way for most users.

Using Git

If you like work with HEAD you can locate BitrixHelp in your packages directory.

  • Go to your Packages directory, you can locate to your Packages directory by using the menu item Preferences -> Browse Packages…
  • Inside the Packages directory, clone the BitrixHelp repository using the command below: git clone https://github.com/matiaspub/BitrixHelp.git BitrixHelp

Download Manually

  • Download the files using the GitHub .zip download option.
  • Unzip the files and rename the folder to something like BitrixHelp.
  • Copy the folder to your Sublime Text 2 Packages directory.

Configuration

You can add self links in BitrixHelp.sublime-settings

{
    "pages": {
        // items in list Bitrix Components [ctrl+alt+b, ctrl+alt+c]
        "bitrixComponents":[ list of links ],
        // items in list Bitrix API [ctrl+alt+b, ctrl+alt+b]
        "bitrixAPI": [ list of links ]
    }
}

Key Map

It contains redefine standart keys as ctrl++(encrease font size), but you can change it.

[
    { "keys": ["ctrl+alt+b", "ctrl+alt+b"], "command": "bitrix_help"},
    { "keys": ["ctrl+alt+b", "ctrl+alt+c"], "command": "bitrix_help", "args": {"it": "bitrixComponents"}}
]

Use

Complations

For complation in

$APPLICATION->IncludeComponent($componentName, $componentName, $arParams = array(), $arParams = array(), $arFunctionParams = array())

Type APPincom + Tab, or choose complation in drop-down select + Enter Its work for objects $APPLICATION, $USER and $DB

For complation in

CIBlockElement::GetList($arOrder=array('SORT'=>'ASC'), $arFilter=array(), $arGroupBy=false, $arNavStartParams=false, $arSelectFields=array())

Type CIblElGetli + Tab, or choose complation in drop-down select + Enter

API Help

To speed choose API help page of Bitrix API Help - press [ctrl+alt+b, ctrl+alt+b], and type some characters to find what you need and press Enter. You will see opened tab in browser with choosen page of Bitrix Api Help.

Components Help

To speed choose component help page of Bitrix API Help - press [ctrl+alt+b, ctrl+alt+c], and type some characters to find what you need and press Enter. You will see opened tab in browser with choosen page of Bitrix Api Help.