Author Topic: How add python support in Slickedit 2014 using linux  (Read 3106 times)

Viterzgir

  • Junior Community Member
  • Posts: 6
  • Hero Points: 0
How add python support in Slickedit 2014 using linux
« on: March 26, 2015, 06:58:59 PM »
Problem with add python support configuration in Slickedit. Can you please provide short instruction? Thank's.

hs2

  • Senior Community Member
  • Posts: 2763
  • Hero Points: 292
Re: How add python support in Slickedit 2014 using linux
« Reply #1 on: March 26, 2015, 07:17:05 PM »
And ... what's your problem exactly ?
You really should provide a few more details when asking for help ;)
Just imagine YOU get asked your own question and you should find an answer.
(you might exchange 'Python' with e.g. 'C/C++' or something else)
HS2

Viterzgir

  • Junior Community Member
  • Posts: 6
  • Hero Points: 0
Re: How add python support in Slickedit 2014 using linux
« Reply #2 on: March 26, 2015, 07:30:43 PM »
I can't figure out how add tag file for python support  :-\ sorry for my bad english

Tim Kemp

  • Senior Community Member
  • Posts: 546
  • Hero Points: 92
Re: How add python support in Slickedit 2014 using linux
« Reply #3 on: March 26, 2015, 07:45:39 PM »
You shouldn't need to do anything to add support for Python. If you want to customize your python experience, go to Tools->Options->Languages->Scripting Languages->Python.

Dennis

  • Senior Community Member
  • Posts: 3999
  • Hero Points: 522
Re: How add python support in Slickedit 2014 using linux
« Reply #4 on: March 26, 2015, 08:05:37 PM »
and maybe Tools > Tag Files... > Add Tag File... (choose Python).  That's a global setting, it will apply for all Python code you work with.

For something more custom, create a Python project.  Project > New... (choose Python as the Project type).

Viterzgir

  • Junior Community Member
  • Posts: 6
  • Hero Points: 0
Re: How add python support in Slickedit 2014 using linux
« Reply #5 on: March 26, 2015, 08:34:09 PM »
Thank you Dennis it's work. :)