All Projects → jphp-group → Develnext

jphp-group / Develnext

Licence: mpl-2.0
JavaFX and IDE for JPHP (only russian localization, english - in progress)

Projects that are alternatives of or similar to Develnext

Oni
Oni: Modern Modal Editing - powered by Neovim
Stars: ✭ 11,466 (+12783.15%)
Mutual labels:  ide, editor, gui
Wxformbuilder
RAD tool for wxWidgets GUI design
Stars: ✭ 1,167 (+1211.24%)
Mutual labels:  rad, gui, designer
Openapi Gui
GUI / visual editor for creating and editing OpenAPI / Swagger definitions
Stars: ✭ 891 (+901.12%)
Mutual labels:  editor, gui
Ninja Ide
{Ninja-IDE Is Not Just Another IDE}
Stars: ✭ 868 (+875.28%)
Mutual labels:  ide, editor
Crossui
CrossUI is a free Cross-Browser Javascript framework with cutting-edge functionality for rich web application
Stars: ✭ 945 (+961.8%)
Mutual labels:  rad, ide
Prettyzoo
😉 Pretty nice Zookeeper GUI, Support Win / Mac / Linux Platform
Stars: ✭ 671 (+653.93%)
Mutual labels:  javafx, gui
Mastering Pycharm Course
Course demos and handouts for Talk Python's Mastering PyCharm course
Stars: ✭ 700 (+686.52%)
Mutual labels:  ide, editor
Dev Cpp
A fast, portable, simple, and free C/C++ IDE
Stars: ✭ 940 (+956.18%)
Mutual labels:  ide, editor
Pyscripter
Pyscripter is a feature-rich but lightweight Python IDE
Stars: ✭ 584 (+556.18%)
Mutual labels:  ide, editor
Casbin Editor
Web-based model & policy editor for Casbin
Stars: ✭ 45 (-49.44%)
Mutual labels:  editor, gui
Miniedit
Mini text editor with highlighting code, made for PHP, Pascal, D, Lua, HTML and css or any text code.
Stars: ✭ 36 (-59.55%)
Mutual labels:  ide, editor
Wordagam
A fun & interactive word game 🍄
Stars: ✭ 55 (-38.2%)
Mutual labels:  javafx, gui
Wfd
flowable workflow designer base on @antv/g6
Stars: ✭ 639 (+617.98%)
Mutual labels:  editor, designer
Luna Studio
Looking for Luna, the WYSIWYG language for data processing? Development has moved 👉
Stars: ✭ 602 (+576.4%)
Mutual labels:  ide, editor
Dbkoda
State of the art MongoDB IDE
Stars: ✭ 795 (+793.26%)
Mutual labels:  ide, editor
Graphql Editor
📺 Visual Editor & GraphQL IDE. Draw GraphQL schemas using visual 🔷 nodes and explore GraphQL API with beautiful UI. Even 🐒 can do that!
Stars: ✭ 5,485 (+6062.92%)
Mutual labels:  ide, editor
Unity File Extension
Shows file extension in 1 column project window.
Stars: ✭ 20 (-77.53%)
Mutual labels:  editor, gui
Core2d
A multi-platform data driven 2D diagram editor.
Stars: ✭ 475 (+433.71%)
Mutual labels:  editor, gui
Cakeshop
An integrated development environment and SDK for Ethereum-like ledgers
Stars: ✭ 491 (+451.69%)
Mutual labels:  ide, editor
Icestudio
❄️ Visual editor for open FPGA boards
Stars: ✭ 958 (+976.4%)
Mutual labels:  ide, editor

DevelNext

GUI and IDE for php based on jphp, for beginners only.

DevelNext Logo


Dependencies

  • jphp 0.9.+ (not published yet, you can build it from the jphp sources!)
  • java 1.8+ (jre)
  • gradle 2.4+
  • launch4j 3.8

How to get the DevelNext IDE distrubutive?

Install JDK, clone repo and use the following console commands:

cd /path/to/repo

// fetch all submodules (jphp, richtextfx, etc.)
git submodule update --init

// install rich text fx
cd 3rd-party/RichTextFX
./gradlew install

// install jphp
cd ../3rd-party/jphp
./gradlew install

// install wizard-framework
cd ../3rd-party/wizard-framework
./gradlew npmInstall installGulp install

cd ../../

// for windows
./gradlew distIdeWindows

// for linux
./gradlew distIdeLinux

You can find the builded distrubutive in develnext/build/install/develnext.

License

Under MPL 2.0 (https://www.mozilla.org/MPL/2.0/)

Как получить дистрибутив DevelNext?

Установите JDK (Java), склонируйте репозиторий и используйте следующие консольные команды:

cd /path/to/repo

// fetch all submodules (jphp, richtextfx, etc.)
git submodule update --init

// install rich text fx
cd 3rd-party/RichTextFX
gradlew install

// install jphp
cd ../3rd-party/jphp
gradlew install

// install wizard-framework for web
cd ../3rd-party/wizard-framework
gradlew npmInstall installGulp install

cd ../../

// for windows
gradlew distIdeWindows

// for linux
gradlew distIdeLinux

Найти собранный дистрибутив можно будет в папке develnext/build/install/develnext.

Если проект не собирается, значит на текущем этапе в develnext используется еще неопубликованная версия jphp, поэтому ее нужно собрать вручную с нужной ветки (см. версию), выполнив команду gradlew install в папке исходников jphp.

Лицензия

Under MPL 2.0 (https://www.mozilla.org/MPL/2.0/)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].