Jump to content

0.86/Pippy

From Sugar Labs

Pippy

Introduction

Pippy is a simple integrated development environment (IDE) for the Python programming language. It provides a menu of sample files, a text editing window, and simple controls for running and stopping the selected code.

More Info: See the Activities/Pippy page in the wiki.

There is a list of Python resources in the Activity Team pages.

What is new for users

34

  • Editor: enable autotabbing, space tabs, and tab size = 2 (to ensure compatability with examples)

33

  • Include XOlympics physics game example
  • Use default Sugar-specified font sizes

32

  • Trac #607 (SugarLabs), Font size needs to be 10 for Soas (font size of 8 for XO-1 users)

31

  • Trac #350 (SugarLabs), Python path set improperly

30

  • Allow playing sounds identified by full filesystem path in pippy.sound (cscott)
  • Resync Pippy's "Pippy metadata" with its activity.info, etc. (cscott)
  • New default activity icon (Madeleine Ball)
  • Trac #6323: Pippy's terminal and code editor font sizes are too big (brian)
  • Add pippy.physics package and graphics/physics example (brian)
  • Allow UTF-8 in Pippy source files. (cscott)

29

  • Trac #8665, cont: further fixes for bundle-building.

28

  • Trac #8665: Bundle-building was broken by a Sugar API change (trac #8136)

27

  • Use a protected update_url.
  • Updated license information in files; added 'license' field.
  • Reverted bundlebuilder change: using .start("Pippy") makes modern bundlebuilder complain: WARNING:root:bundle_name deprecated, now comes from activity.info

26

  • Bundlebuilder API change -- use .start("Pippy") instead of .start().

What is new for developers

No News

Internationalization (i18n) and Localization (l10n)

Will be generated by the translation team

Compatibility

Note here if compatibility to an older version of the activity or an older Sucrose version (e.g. 0.84) broke

Detailed changes

  • Editor now auto-indents and tabs are now two spaces
  • Added new physics game example (XOlympics)
  • Font size needs to be 10 for 0.84+ Template:Bug
  • Support for 0.82 and 0.84 default font sizes.
  • Trac #350 - Python path set improperly (thanks sascha_silbe)
  • Allow playing sounds identified by full filesystem path in pippy.sound (cscott)
  • Resync Pippy's "Pippy metadata" with its activity.info, etc. (cscott)
  • New default activity icon (Madeleine Ball)
  • Trac #6323: Pippy's terminal and code editor font sizes are too big (brian)
  • Add pippy.physics package and graphics/physics example (brian)
  • Allow UTF-8 in Pippy source files. (cscott)

Closed tickets

Open tickets

Credits

Sasche Silbe, Luke Faraone