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 do you untoggle hiding toolbars and panels in Komodo IDE?

I am using Komodo 10. The tutorial gave me the following: I clicked on the "eye" icon and things went away. I see no way to get them to come back, that is "to toggle". This is what I see after clicking the "eye icon":
Scooter
  • 6,802
  • 8
  • 41
  • 64
0
votes
1 answer

Adding calltips from other files in Komodo Edit

I'm using Komodo Edit with Python 2.7.11. I want to make it so that Komodo shows calltips for functions that are defined in other files. There is a solution for this on JavaScript, as I found here, but I couldn't find one for python. For…
Andrew Dean
  • 75
  • 1
  • 6
0
votes
2 answers

"HTML: Error:

I am working on an index.html file and inside my head and body tag, I have a nav element. However, in Komodo Edit, version 10.1.1, build 17414, platform linux-x86_64., It red-underlines the nav element and gives me the following erorr…
Paradox
  • 4,602
  • 12
  • 44
  • 88
0
votes
1 answer

Komodo Edit: Running macros via keybinding versus toolbar

Question: Is anyone out there familiar enough with Komodo Edit to shed some light on this macro? I need to figure out how to do buffer text selection in a macro when it is invoked via the tool panel. Problem: I have a very simple macro in Komodo…
dreftymac
  • 31,404
  • 26
  • 119
  • 182
0
votes
1 answer

Komodo Edit 10 Autocomplete not show options' list

Komodo Edit 10 Autocomplete not show options' list as notepad++, when I press "ctrl+space". It just fills with the first option, instead of list them to me choose the right one. It does such horrible thing. Is there a way to fix it, and make him…
Evandro Coan
  • 8,560
  • 11
  • 83
  • 144
0
votes
1 answer

How can I find function definitions in other files using Komodo?

I am using Komodo Edit 9.3 to write some Ruby files for a project I am working on. The problem I'm having is that some of the methods I'm using were written by other people and our documentation isn't quite up-to-date. I was wondering if there was…
chemdog95
  • 366
  • 4
  • 16
0
votes
1 answer

How to Run Python on Komodo IDE that read from text file?

I am using Komodo IDE and have a python file that reads text from a text file, does calculations, then outputs to the console. I am using a command to run the file, with the phrase %(python3) -u "%F in the command part. When I run this file in…
newplayer12132
  • 85
  • 1
  • 1
  • 5
0
votes
1 answer

How to comment in Komodo Edit

I used Komodo Edit for writing PHP scripts and have update Komodo Edit to 9.3 version. Before the update I could use ctrl+3 to comment, but now it does not work. Now, which keys used for comment?
Bayan B
  • 97
  • 15
0
votes
1 answer

Select text between two bookmarks in Komodo Edit

Let's say I have the following (example) code in combined.js: /* jQuery, Moment.js, Bootstrap, etc. */ Child.prototype.doSchool = function(data) { // Bookmarked var essay = data.essay || {}; if (essay) { var spelling =…
cyberbit
  • 1,345
  • 15
  • 22
0
votes
1 answer

Komodo Edit 9 - Delete Blank Lines (added by Fire FTP)

Is there a way to mass delete blank lines in KOMODO EDIT 9? Please help... When I upload / download files with FTP and edit them with KOMODO EDIT 9, there are always new blank lines added somehow. I need to delete them, but one at a time takes too…
Levchik
  • 496
  • 1
  • 5
  • 19
0
votes
0 answers

How do i convert char into integer ARM Komodo

How do i convert char into integer. I am using arm komodo. so far i have managed to take an input from the user and print this out to the screen. However i need to covert this chosen char "number" into a integer "number". I have no idea where to…
ProtectorOfUbi
  • 317
  • 5
  • 13
0
votes
1 answer

Komodo indent arrows not showing up

Hi I'm using Komodo edit 9.3 in Windows, mostly for Python scripting: in my ide I turned on view indentation guide and although I see the vertical lines I cannot seem to get the arrows to show up. I attached a picture and drew two red arrows of how…
Ahdee
  • 4,679
  • 4
  • 34
  • 58
0
votes
1 answer

looping a subtraction 10 times in assembly komodo

looping a subtraction 10 times in assembly komodo. I would like to loop at least 4 times but I can ony manage to loop infinite times. How do I loop x number of times. B main bottles DEFW 4 text DEFB " bottles…
ProtectorOfUbi
  • 317
  • 5
  • 13
0
votes
1 answer

In Komodo Edit, is there a way to add an additional file type and have it use an existing vim syntax file?

I write in a custom scripting language a lot. I have a vim syntax file which is great for syntax highlighting when editing in vim. I write in several languages throughout the day on an almost daily basis. I usually use Komodo Edit since it…
Ken
  • 31
  • 2
0
votes
1 answer

php array element size is limited

I am getting rows from database but one column name of table is too large i.e "Booking_Physical_Location_Id" I am getting column name except last letter 'd'. This is my code snippet: $Con = $this->OpenMSSqlConnection($this->DBObject); $rs =…
Ahmed
  • 1
  • 4