Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.15k stars 301 forks source link

Multiple PHP debug sessions Steels focus #442

Open th3coop opened 9 years ago

th3coop commented 9 years ago

Multiple debugging sessions are started as soon as a document request involves additional requests:

  1. I load "foo.php" in the browser -> 1st request
  2. Browser tries to load "favicon.ico" automatically: files does not exist, server launches PHP-powered 404 error page: 2nd request
  3. Browser loads a resource that's generated by PHP, e.g. : 3rd request

The biggest issue is that the additional sessions steal focus from the current session the users is looking at. Focus should stay on the active session.

Naatan commented 9 years ago

Same as this old bug, reported by some jerk (me): https://bugs.activestate.com/show_bug.cgi?id=93170

Defman21 commented 9 years ago

reported by some jerk (me):

lol

th3coop commented 9 years ago

Same as this old bug, reported by some jerk (me):

your words...not mine.