Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
60 views

Can I set default permissions for remote files created in Komodo Edit?

I'm using KomodoEdit as my dev environment and love that it lets me work directly on remote files. However, when creating new files, there doesn't seem to be a way to set default permissions, group, ...
1
vote
1answer
220 views

Why does Komodo edit not open files on doubleclick due to some path encoding error?

When I double click a file in finder to open in Komodo edit, it displays an error message saying it can't find the file and the path is displayed, but with wrong encoding, such that special characters ...
1
vote
1answer
336 views

Linux: How do I set the working directory of an application?

So I am using Komodo edit, and it thinks that my current directory is /home/username1/ Yet my files are in /home/username1/workspaces/ruby/project1 Why won't Komodo recognize that my working directy ...
1
vote
1answer
2k views

Komodo Edit: How to use Tabs and Carriage Returns in Find/Replace?

In NoteTab Pro, I could use tabs and returns in the find and replace dialogs by using ^t and ^p. Now I have switched to Komodo Edit which is much more powerful, and I can't find any way to search for ...
2
votes
2answers
280 views

Komodo Edit - How to disable the 'Linter' for a language?

I've been using Komodo Edit to work on a Django project. It works great except for one little annoyance: When I am editing Django template files, Komodo likes to put red squiggly lines underneath ...
1
vote
4answers
2k views

Komodo Edit 5 tidying up code?

this should be a simple one for some who using komodo edit for a while. I've a rails html.erb file in the editor and the indentation has gone a bit wild. Is there a function to automatically indent my ...