Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:ANN': 0.02; 'ide': 0.05; 'suggestions.': 0.07; 'python': 0.08; 'from:addr:gruszczy': 0.16; 'from:name:filip gruszczy\xc5\x84ski': 0.16; 'url:code': 0.23; 'everyone,': 0.29; 'message-id:@mail.gmail.com': 0.29; 'error': 0.32; 'adds': 0.32; 'there': 0.33; 'to:addr:python-list': 0.33; 'grateful': 0.34; 'using': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'to:addr:python.org': 0.39; 'published': 0.62; 'url:p': 0.62; 'here:': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=dR0ToToU31UFUiOQqIN931G7zbh4nsMxa+jS6Ujba54=; b=vYhoEZzHa8OCJzRXqeLt9K3fzjkzRq+egp5gmzr8l74VBfqGrhEB0fT7yo17lNcucF Dt7q9U7cda5WXiO9QWEeBkjSpGG/A5oFKvZxvsIV3cp4e1FLrdSbuyOgS0L59FquJyYh uoFidtMaMR9xzJvm2B8fssuLWKZLgxnSx7JJg= MIME-Version: 1.0 From: =?UTF-8?Q?Filip_Gruszczy=C5=84ski?= Date: Fri, 5 Aug 2011 18:14:14 +0200 Subject: ANN: geany-pyflakes 1.0 To: python-list@python.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312560877 news.xs4all.nl 23977 [2001:888:2000:d::a6]:43892 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:10912 Hello everyone, I have just published a small plugin for Geany IDE that adds Pyflakes error detection to the editor. If there are people using Geany for Python development I would be very grateful for opinions and suggestions. The plugin can be found here: http://code.google.com/p/geany-pyflakes/ --=20 Filip Gruszczy=C5=84ski