Skip to content

tingbot/tide-electron

Repository files navigation

Tide

A cross-platform IDE for Tingbot, built in Javascript using Electron.

Build Status Build status

Changelog

0.5.7

  • Updated bundled requests to 2.19.1 for improved SSL support

0.5.4

  • Update tingbot-python to 1.2.0

0.5.3

  • Updated bundled pygame to 1.9.3 to fix problems with pygame.mixer

0.5.2

  • Added zoom options in Window menu
  • Fix: Tingbot docs link

0.5.1

  • Fix: menu items enabling for new documents (#70)
  • Fix: examples open as new documents (#71)

0.5.0

  • Feature You can now enter a Tingbot IP address manually. This allows Tingbot to work on managed WiFi networks! (#66)
  • Fix: permissions problem on Linux with multiple users (#64)
  • Fix: bug where font files could become corrupt when opened in the editor (#62)
  • Update: Tingbot-python libraries to 1.1.1

How to setup a development environment

Windows

This project uses Node.js, Python 2.7 and some modules. For now, these have to be manually installed.

  • Download Node 6 from: https://nodejs.org/en/
  • Install python 2.7.* from: https://www.python.org/
    IMPORTANT: During the installation there is an opt-in to add Python to the path variable. You have to do this otherwise the project can't find Python. If you get errors later call setx PATH "%PATH%;C:\Python33\Scripts" from the terminal. This will add Python to your path.
  • If you don't have Visual Studio installed, npm install --global --production windows-build-tools

Mac

Node v6 is required to build and run, and some custom flags to build.

  • Install Homebrew
  • brew install node
  • Install nvm
  • nvm install 6
  • export CXXFLAGS="-mmacosx-version-min=10.9" LDFLAGS="-mmacosx-version-min=10.9"

Running

  • nvm install 6
  • npm run build-python
  • npm install
  • ./node_modules/.bin/webpack
  • npm run dev (this will run webpack watching for changes while starting the app)

Contributing

Check the issues list for outstanding bits of work we'd like help with.

If you have an idea for a feature/change, create an issue describing the change before starting work so we can discuss. Then fork the project, and open a pull request with your changes. Try to keep pull requests focused on the problem/feature

We also have a Slack team where everything is discussed. Join us!

We have a code of conduct.

If you're new to open source, welcome! This project should be a great way to get your feet wet.