niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Programming » python
Using Visual Slick Edit for Python
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
Author Message
Brian Buderman
*nix forums beginner


Joined: 18 Jul 2006
Posts: 2

PostPosted: Tue Jul 18, 2006 2:31 pm    Post subject: Using Visual Slick Edit for Python Reply with quote

Anyone know if there is a way to make slickedit tag the built in modules
such as os and sys so that code completion and the like work?
Back to top
Daniel Dittmar
*nix forums addict


Joined: 28 Feb 2005
Posts: 93

PostPosted: Tue Jul 18, 2006 3:15 pm    Post subject: Re: Using Visual Slick Edit for Python Reply with quote

Brian Buderman wrote:
Quote:
Anyone know if there is a way to make slickedit tag the built in modules
such as os and sys so that code completion and the like work?

I don't think that this is possible as the docs are in the python
executable. But it should be easy to generate a dummy module:

import sys
for name, entry in sys.__dict__.iteritems ():
if callable (entry):
print '''def %s ():\n\t""""%s""""\n\tpass\n\n''' \
% (name, entry.__doc__)

Put the generated modules in a directory outside of the PYTHONPATH, but
add it to the Python tagging of SlickEdit.

Daniel

P.S. Have you already upgraded to v11 and is there anything worthwhile
in it (Python or otherwise)?
Back to top
Brian Buderman
*nix forums beginner


Joined: 18 Jul 2006
Posts: 2

PostPosted: Tue Jul 18, 2006 3:54 pm    Post subject: Re: Using Visual Slick Edit for Python Reply with quote

Thanks very much. That should work nicely.

We just upgraded to v11, so I'm not yet familiar with all the changes.
The first noticable thing is the UI got a slight enhancement, as it
seems to from one version to the next. I've not used it for Python yet
(really only C so far), so I unfortunately can't speak to that.
Back to top
jjones@slickedit.com
*nix forums beginner


Joined: 18 Jul 2006
Posts: 1

PostPosted: Tue Jul 18, 2006 8:34 pm    Post subject: Re: Using Visual Slick Edit for Python Reply with quote

Quote:
P.S. Have you already upgraded to v11 and is there anything worthwhile
in it (Python or otherwise)?

Hi,

We have just released 11.0.1 where we improve and add new support for
scripting and dynamic languages. A snippet of the press release can be
found below.

SlickEdit v11.0.1 continues to improve support for the Python language
by offering enhanced Context Tagging™, Auto-Completion, Syntax
Indenting, and code navigation.

Thank you,

Jason Jones
SlickEdit
www.slickedit.com

SlickEdit Forums
http://community.slickedit.com/
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
The time now is Thu Jan 08, 2009 6:46 am | All times are GMT
navigation Forum index » Programming » python
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Python proficiency test Kent Johnson python 0 Fri Jul 21, 2006 10:47 am
No new posts Visual C++ express Jive Dadson C++ 3 Fri Jul 21, 2006 10:28 am
No new posts Since there was talk of if-then-else not being allowed in... Casey Hawthorne python 5 Fri Jul 21, 2006 3:41 am
No new posts Using python code from Java? fortepianissimo python 4 Thu Jul 20, 2006 5:36 pm
No new posts FAQ 1.9 How does Perl compare with other languages like J... PerlFAQ Server Perl 0 Thu Jul 20, 2006 7:03 am

Debt Consolidation | Credit Card | Internet Advertising | Loans | Mortgage
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.1594s ][ Queries: 16 (0.0886s) ][ GZIP on - Debug on ]