Questions tagged [komodo]

Komodo Edit is a code editor for several languages (including PHP, Python, JavaScript, XSLT, XML, XHTML, and HTML) which provides syntax highlighting, autocomplete, FTP/SFTP support, etc. It is available for free. Komodo IDE is a commercial product and includes all the features of Komodo Edit and adds the features of an IDE, allowing you to run, view output and debug Perl, Tcl, Python, Ruby and PHP code from within the program.

Komodo IDE supports add-ons to extend its functionalities.

Resources

227 questions
0
votes
1 answer

how to set and run different python3 environment versions from komodo edit while in anaconda\env?

How do I set the command run tool for a second environment of python in Komodo Edit? By default the windows environmentals guide Komodo to X:\folder1\Anaconda\python.exe (py version 3.7.4, MKL 2019.10(service 2.3.0). Let say I have:…
ZF007
  • 3,708
  • 8
  • 29
  • 48
0
votes
2 answers

Newbie searching for regex

I am looking for a regex to find as well "right" and "all right" in a text. I tried: \ball\W+\w+ight\b This only gives as a result "all right", not both "right" and "all right". Same problem to find both it and its, it's and it is.
0
votes
1 answer

How to use replace regex in Komodo?

I am trying to create a regex to find and replace (keep empty) different names in an txt file. I use Komodo, as it is part of the examen. Here the text sample: *Cassidy: What's your name again? Chrissie Watkins: Chrissie! Cassidy: Where are we…
0
votes
1 answer

Komodo: Change Default File Preferences

In Komodo, I can change file preferences by right clicking on the file and going to File Preferences. Is there a way to change the default file preferences any time I open a new file? Komodo edit 11.1.0 mac
plshelpme
  • 23
  • 4
0
votes
0 answers

Komodo - "view line numbers" : How to see more than 2 characters

I use Komodo Edit and I would like to have more than 2 characters, at least in my Output. Of course, I Googled this question, but I can't see any answer. How can I achieve that?
0
votes
2 answers

Strings with special characters

I have to check for the presence of a substring in a string in python. The problem comes from the fact that the substring contains a special character. I am reading a feature from a csv file. The feature is a distance with numbers and its…
user1862963
  • 79
  • 3
  • 11
0
votes
1 answer

Komodo 11 - run script when saving a file

In my company we are using Komodo 11 for our project written in Perl on the backend and Javascript on the frontend. And there's a problem because we are using mod_perl module on Apache server and every time when we make change in our Perl files we…
Mikołaj Waśniewski
  • 1,298
  • 14
  • 16
0
votes
1 answer

What is the "show side toolbar" key binding?

What is the "show side toolbar" key binding ? i want to change "show side toolbar" key binding from key binding menu this is in the left of the komodo panel please help me everyone thanks ahead
Dani
  • 33
  • 1
  • 6
0
votes
1 answer

Why do I have partly no code syntax highlighting in Komodo-edit?

I use Komodo-edit to edit usually python files, and so far the syntax highlighting works fine. But currently I have created two files in the same(!) session which are in different tabs: test2.py and test3.py. In one case the code is syntax…
Alex
  • 41,580
  • 88
  • 260
  • 469
0
votes
1 answer

How to set all .py files in Komodo Edit project to be recognized as Python 3 instead of Python 2?

I just recently started using Komodo Edit 10 and used an existing Django project which uses Python 3.6.x. I created a Komodo project (.komodoproject file) for it and updated the Projects > Project Preferences > Languages > Python 3 > Use this…
baktin
  • 153
  • 1
  • 5
0
votes
1 answer

Can you use several PHP editor (using Cakephp ) at the same time on Wamp - like Komodo, Eclipse, Aptana

Can you use several PHP editor (using Cakephp ) at the same time on Wamp - like Komodo, Eclipse, Aptana how should you set the settings if using different editors at the same time to what folder the web projects should belong - on wamp folders…
Toomas Neli
  • 301
  • 1
  • 4
  • 13
0
votes
1 answer

How to configure node and komodo ide?

i am trying to configure node.exe with komodo ide 10.2. i have few asks : Can i use Ctrl+s or other keys shortcut of the keyboard, to re-launch node interpreter to open/refresh the result of output in the web browser of a komdo's tab ? For the…
0
votes
1 answer

Cutting indentation width from 4 to 2 in Komodo Edit 10

I'm now using Komodo Edit 10, and I'm (obviously) a bit new to it. So, I like an indentation of 2 spaces, and not a tab size of 4, like it is in my editor. I saw this question and tried it out. But in my "Editor" tab in the "Preferences" window,…
0
votes
1 answer

How to integrate FileMerge with Komodo 6 IDE?

After reading this post: http://community.activestate.com/forum/subversion-external-diff-tool I've tried using the following command in the "diff options" text box in preferences > source code control > Subversion but it does not work. --diff-cmd…
gxc
  • 4,946
  • 6
  • 37
  • 55
0
votes
1 answer

Different colors for Keys and Values for JSON?

I was wondering if there is a way to color keys and values differently for JSON files. So far I have only found the "String" property to have any effect, but it changes both the key and the value simultaneously.
Austin Schaefer
  • 695
  • 5
  • 19