IndentX icon indicating copy to clipboard operation
IndentX copied to clipboard

can't recognize the setuptools 18.3.1

Open johzhao opened this issue 9 years ago • 4 comments

I install this package in Sublime Text 3 by package control. It report "Could not find setuptools. Make sure that setuptools is installed (https://pypi.python.org/pypi/setuptools)". Even after restart ST, it still report this error in console. But I had install the last version of setuptools by command "sudo pip install --upgrade setuptools". The installed package was inside "/usr/local/lib/python2.7/dist-packages/setuptools" and the version number was 18.3.1. The Submlime Text 3 was build 3083. They python was 2.7.6. The OS was Ubuntu 14.04 LTS.

johzhao avatar Sep 13 '15 15:09 johzhao

Can you tell me if the plugin is working as expected? That message shouldn't impact the plugin. I'll release an update soon that will hopefully reduce the amount of noise that is generated in the console

socsieng avatar Sep 13 '15 22:09 socsieng

No. There is no "Format" menu item under the "Selection".

johzhao avatar Sep 14 '15 01:09 johzhao

I haven't added any commands to any of the menu items. I'm happy to treat this as a feature request though.

In the meantime, you can use the command palette (control + shift + p) and type indent to access the commands.

Otherwise, you can also use the following commands:

IndentX: Indent (think angle brackets: control/command + k + <)

  • Windows: control + k + ,
  • Mac: command + k + ,
  • Linux: control + k + ,

IndentX: Indent & format JSON (think curly braces: control/command + k + {)

  • Windows: control + k + [
  • Mac: command + k + [
  • Linux: control + k + [

socsieng avatar Sep 14 '15 11:09 socsieng

I had installed a plugin for ST2 on Mac. It add a "Format" sub-menu item in "Selection" to format the selected content. I thought your plugin was that one, but I'm wrong.

I tried with the command "control + k + ,", it work. Sorry about the confusion.

johzhao avatar Sep 15 '15 00:09 johzhao