@ -8,7 +8,7 @@ import { PluginViewWrapper } from '@remix-ui/helper'
const profile = {
name: 'hiddenPanel',
displayName: 'Hidden Panel',
description: '',
description: 'Remix IDE hidden panel',
version: packageJson.version,
methods: ['addView', 'removeView']
}
@ -7,7 +7,7 @@ import { PluginViewWrapper } from '@remix-ui/helper'
name: 'mainPanel',
displayName: 'Main Panel',
description: 'Remix IDE main panel',
methods: ['addView', 'removeView', 'showContent']
@ -10,7 +10,7 @@ import { PluginViewWrapper } from '@remix-ui/helper'
const sidePanel = {
name: 'sidePanel',
displayName: 'Side Panel',
description: 'Remix IDE side panel',
name: 'menuicons',
displayName: 'Vertical Icons',
description: 'Remix IDE vertical icons',
methods: ['select', 'unlinkContent', 'linkContent'],
events: ['toggleContent', 'showContent']
@ -18,7 +18,7 @@ const axios = require('axios')
name: 'dGitProvider',
displayName: 'Decentralized git',
description: 'Decentralized git provider',
icon: 'assets/img/fileManager.webp',
version: '0.0.1',
methods: ['init', 'localStorageUsed', 'addremote', 'delremote', 'remotes', 'fetch', 'clone', 'export', 'import', 'status', 'log', 'commit', 'add', 'remove', 'rm', 'lsfiles', 'readblob', 'resolveref', 'branches', 'branch', 'checkout', 'currentbranch', 'push', 'pin', 'pull', 'pinList', 'unPin', 'setIpfsConfig', 'zip', 'setItem', 'getItem'],
@ -33,7 +33,7 @@ const profile = {
methods: ['createNewFile', 'uploadFile', 'getCurrentWorkspace', 'getWorkspaces', 'createWorkspace', 'setWorkspace', 'registerContextMenuItem', 'renameWorkspace', 'deleteWorkspace'],
events: ['setWorkspace', 'workspaceRenamed', 'workspaceDeleted', 'workspaceCreated'],
description: ' - ',
description: 'Remix IDE file explorer',
kind: 'fileexplorer',
location: 'sidePanel',
documentation: 'https://remix-ide.readthedocs.io/en/latest/file_explorer.html',
@ -20,7 +20,7 @@ const profile = {
name: 'terminal',
methods: ['log', 'logHtml'],
events: [],
description: 'Remix IDE terminal',
version: packageJson.version
@ -7,7 +7,7 @@ import { Profile } from '@remixproject/plugin-utils'
name: 'permissionhandler',
displayName: 'permissionhandler',
description: 'permissionhandler',
description: 'Plugin to handle permissions',
methods: ['askPermission']
@ -10,7 +10,7 @@ const _paq = window._paq = window._paq || []
export const profile = {
name: 'compileAndRun',
displayName: 'Compile and Run',
description: 'after each compilation, run the script defined in Natspec.',
description: 'After each compilation, run the script defined in Natspec.',
methods: ['runScriptAfterCompilation'],
kind: 'none'
@ -6,7 +6,7 @@ const profile = {
name: 'basic-http-provider',
displayName: 'External Http Provider',
kind: 'provider',
description: 'External Http Provider',
methods: ['sendAsync'],
@ -10,7 +10,7 @@ const profile = {
name: 'foundry-provider',
displayName: 'Foundry Provider',
description: 'Anvil',
description: 'Foundry Anvil provider',
name: 'ganache-provider',
displayName: 'Ganache Provider',
description: 'Ganache',
description: 'Truffle Ganache provider',
@ -13,7 +13,7 @@ const _paq = window._paq = window._paq || [] //eslint-disable-line
name: 'recorder',
displayName: 'Recorder',
description: 'Records transactions to save and run',
methods: [ ]
@ -8,7 +8,7 @@ const profile = {
methods: [''],
icon: 'assets/img/search_icon.webp',
description: 'Find and replace in file explorer',
kind: '',
documentation: '',
@ -16,7 +16,7 @@ const profile = {
methods: ['testFromPath', 'testFromSource', 'setTestFolderPath', 'getTestlibs', 'createTestLibs'],
icon: 'assets/img/unitTesting.webp',
description: 'Fast tool to generate unit tests for your contracts',
description: 'Write and run unit tests for your contracts in Solidity',
documentation: 'https://remix-ide.readthedocs.io/en/latest/unittesting.html'
@ -12,7 +12,7 @@ const profile = {
name: 'udapp',
displayName: 'Deploy & run transactions',
icon: 'assets/img/deployAndRun.webp',
description: 'execute and save transactions',
description: 'Execute, save and replay transactions',
kind: 'udapp',
documentation: 'https://remix-ide.readthedocs.io/en/latest/run.html',
@ -9,7 +9,7 @@ const profile = {
displayName: 'Home',
methods: [],
description: 'Remix home tab ',
icon: 'assets/img/remixLogo.webp',
location: 'mainPanel',
@ -5,7 +5,7 @@ const introJs = require('intro.js')
name: 'walkthrough',
displayName: 'Walkthrough',
description: 'Remix walkthrough for beginner',
methods: ['start']