Tcl in Komodo Edit

View: New views
8 Messages — Rating Filter:   Alert me  

Tcl in Komodo Edit

by R. Hicks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I know that it was removed and made an extension. I followed the
directions here:

http://community.activestate.com/komodo-extension/tcl-syntax-checker

It doesn't work...

OSX Leopard
Komodo Edit 4.3.1


Robert

_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss

Re: Tcl in Komodo Edit

by Todd Whiteman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Robert Hicks wrote:
> I know that it was removed and made an extension. I followed the
> directions here:
>
> http://community.activestate.com/komodo-extension/tcl-syntax-checker
>
> It doesn't work...
>
> OSX Leopard
> Komodo Edit 4.3.1

Hi Robert,

I have the kotcllint extension installed and working correctly on a test
machine here (Komodo Edit 4.3.1 on Mac OS X 10.4 - Intel). Where are you
having problems, i.e.:
* does the extension install itself and gets listed in the Komodo
extension manager?
* are the Komodo "Languages->TCL" preferences visible and does the
interpreter point to the correct location?
* can you run the kotcllint executable from a command line:

$ ~/Library/Application\
Support/KomodoEdit/4.3/host-<YOUR_HOSTNAME>/XRE/extensions/kotcllint\@ActiveState.com/platform/Darwin/kotcllint
--version

Thanks,
Todd
_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss

Re: Tcl in Komodo Edit

by R. Hicks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Todd Whiteman wrote:

> Robert Hicks wrote:
>> I know that it was removed and made an extension. I followed the
>> directions here:
>>
>> http://community.activestate.com/komodo-extension/tcl-syntax-checker
>>
>> It doesn't work...
>>
>> OSX Leopard
>> Komodo Edit 4.3.1
>
> Hi Robert,
>
> I have the kotcllint extension installed and working correctly on a test
> machine here (Komodo Edit 4.3.1 on Mac OS X 10.4 - Intel). Where are you
> having problems, i.e.:
> * does the extension install itself and gets listed in the Komodo
> extension manager?

I use the extension manager to install it. It does and says restart.
When I restart no Tcl extension is in there. (maybe a rights issue?)


> * are the Komodo "Languages->TCL" preferences visible and does the
> interpreter point to the correct location?

Nope

> * can you run the kotcllint executable from a command line:
>
> $ ~/Library/Application\
> Support/KomodoEdit/4.3/host-<YOUR_HOSTNAME>/XRE/extensions/kotcllint\@ActiveState.com/platform/Darwin/kotcllint
> --version

This helped me...for some reason when I upgraded to Leopard, Apple
decided my hostname was Macintosh...but KE thought put it in my old
hostname locaction. I moved it and now I see everything.

Thanks for the hint.

I need to see about fixing that hostname.


>
> Thanks,
> Todd
> _______________________________________________
> Komodo-discuss mailing list
> Komodo-discuss@...
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
>

_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss

Debugging Perl CGI Scripts in a Mac

by Eric Robertson-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Up until now my setup to debug Perl CGI scripts has been to run Komodo in a
Windows XP machine and have the scripts on a networked PC running either NT
Server or Linux. Having recently bought a MacBook I was hoping if it would
be possible to do all of this just using the Mac.

I've already installed Komodo 4.3.1 and have used the Apache server to
display web pages in the Mac's browser. Although the client and the server
are in the one machine will the remote debugging setup for Perl still work?
If so are there any special instructions for setting this up in the Mac's
Apache (I'm already having problems trying to set up virtual hosts in the
Mac!)

Eric


_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss

Re: Debugging Perl CGI Scripts in a Mac

by Eric Promislow :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Eric,

The setup should be the same on the Mac as it is on Windows
(assuming you were running Apache on Windows and not IIS).

Regards,
Eric

Eric Robertson wrote:

> Up until now my setup to debug Perl CGI scripts has been to run Komodo in a
> Windows XP machine and have the scripts on a networked PC running either NT
> Server or Linux. Having recently bought a MacBook I was hoping if it would
> be possible to do all of this just using the Mac.
>
> I've already installed Komodo 4.3.1 and have used the Apache server to
> display web pages in the Mac's browser. Although the client and the server
> are in the one machine will the remote debugging setup for Perl still work?
> If so are there any special instructions for setting this up in the Mac's
> Apache (I'm already having problems trying to set up virtual hosts in the
> Mac!)
>
> Eric
>
>
> _______________________________________________
> Komodo-discuss mailing list
> Komodo-discuss@...
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss

Re: Debugging Perl CGI Scripts in a Mac

by Eric Robertson-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi EricP

The testing I'm trying to emulate is where Komodo was running on the XP
machine and I had another PC running Linux with Apache as the server. From
what you say I take it that I can do all this on the Mac, without having to
involve another PC.

Regards
EricR

> -----Original Message-----
> From: Eric Promislow [mailto:ericp@...]
> Sent: Monday, April 07, 2008 9:22 PM
> To: Eric Robertson
> Cc: komodo-discuss@...
> Subject: Re: [Komodo-discuss] Debugging Perl CGI Scripts in a Mac
>
> Hi Eric,
>
> The setup should be the same on the Mac as it is on Windows
> (assuming you were running Apache on Windows and not IIS).
>
> Regards,
> Eric
>
> Eric Robertson wrote:
> > Up until now my setup to debug Perl CGI scripts has been to run Komodo
> in a
> > Windows XP machine and have the scripts on a networked PC running either
> NT
> > Server or Linux. Having recently bought a MacBook I was hoping if it
> would
> > be possible to do all of this just using the Mac.
> >
> > I've already installed Komodo 4.3.1 and have used the Apache server to
> > display web pages in the Mac's browser. Although the client and the
> server
> > are in the one machine will the remote debugging setup for Perl still
> work?
> > If so are there any special instructions for setting this up in the
> Mac's
> > Apache (I'm already having problems trying to set up virtual hosts in
> the
> > Mac!)
> >
> > Eric
> >
> >
> > _______________________________________________
> > Komodo-discuss mailing list
> > Komodo-discuss@...
> > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> > Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-
> discuss


_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss

Re: Debugging Perl CGI Scripts in a Mac

by Eric Promislow :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Eric Robertson wrote:

> Hi EricP
>
> The testing I'm trying to emulate is where Komodo was running on the XP
> machine and I had another PC running Linux with Apache as the server. From
> what you say I take it that I can do all this on the Mac, without having to
> involve another PC.
>
> Regards
> EricR
>

Much of the remote CGI-debugging I've done in the past was on both
single Windows and Linux machines.  I haven't tried it on a Mac,
but don't see why it shouldn't work, unless I'm missing something.

Regards,
Eric
_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss

Re: Debugging Perl CGI Scripts in a Mac

by Eric Robertson-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That's grand, thanks.

EricR

  -----Original Message-----
  From: Eric Promislow [mailto:ericp@...]
  Sent: Tuesday, April 08, 2008 6:50 PM
  To: Eric Robertson
  Cc: komodo-discuss@...
  Subject: Re: [Komodo-discuss] Debugging Perl CGI Scripts in a Mac
 
  Eric Robertson wrote:
  > Hi EricP
  >
  > The testing I'm trying to emulate is where Komodo was running on the XP
  > machine and I had another PC running Linux with Apache as the server.
  From
  > what you say I take it that I can do all this on the Mac, without having
  to
  > involve another PC.
  >
  > Regards
  > EricR
  >
 
  Much of the remote CGI-debugging I've done in the past was on both
  single Windows and Linux machines.  I haven't tried it on a Mac,
  but don't see why it shouldn't work, unless I'm missing something.
 
  Regards,
  Eric


_______________________________________________
Komodo-discuss mailing list
Komodo-discuss@...
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss
LightInTheBox - Buy quality products at wholesale price!