Giter Club home page Giter Club logo

develnext-ide's People

Contributors

dim-s avatar mwguy avatar qusonann avatar tssaltan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

develnext-ide's Issues

Hello. API err

-> get versions of package wizard-core, source: http://api.develnext.org
(warning) Failed to find package 'wizard-core' in http://api.develnext.org, Internal Server Error
-> get versions of package wizard-localization, source: http://api.develnext.org
(warning) Failed to find package 'wizard-localization' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-xml-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-xml-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-zend-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-zend-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-yaml-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-yaml-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-zip-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-zip-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-httpclient-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-httpclient-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-gui-game-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-gui-game-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-gui-desktop-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-gui-desktop-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-compress-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-compress-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-parser-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-parser-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-process-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-process-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package develnext-designer, source: http://api.develnext.org
(warning) Failed to find package 'develnext-designer' in http://api.develnext.org, Internal Server Error
-> get versions of package develnext-gui-tabs-ext, source: http://api.develnext.org
(warning) Failed to find package 'develnext-gui-tabs-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-gui-jfx-win, source: http://api.develnext.org
(warning) Failed to find package 'jphp-gui-jfx-win' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-gui-jfx-linux, source: http://api.develnext.org
(warning) Failed to find package 'jphp-gui-jfx-linux' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-gui-jediterm-ext, source: http://api.develnext.org
(warning) Failed to find package 'jphp-gui-jediterm-ext' in http://api.develnext.org, Internal Server Error
-> get versions of package jphp-richtextfx-ext, source: http://api.develnext.org

and etc please help

Предложение

Привет всем ребята!
У меня возник вопрос, будет ли в дальнейшем возможность билдить проект в apk. Ведь есть форматы exe и jar, а apk нету))
Надеюсь это когда-то случится)

Бинарники Java есть только под Windows.

При запуске jar-ника, DevelNext пытается в любом случае вызвать встроенную Java для Windows.

gbowsky@g500:~/Рабочий стол/test/ide/build$ java -jar DevelNext.jar
Exception in thread "main" java.io.IOException: Cannot run program "/home/gbowsky/Рабочий стол/test/ide/build/jre/bin/java.exe": error=13, Отказано в доступе

Невозможно запустить DN после сборки

MWGuy@DESKTOP-4M0NFPG MINGW64 ~/Desktop/develnext-17/ide/build (master)
$ java -jar DevelNext.jar
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.NoClassDefFoundError: org/json/simple/parser/ParseException
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
        at java.lang.Class.privateGetMethodRecursive(Unknown Source)
        at java.lang.Class.getMethod0(Unknown Source)
        at java.lang.Class.getMethod(Unknown Source)
        at sun.launcher.LauncherHelper.validateMainClass(Unknown Source)
        at sun.launcher.LauncherHelper.checkAndLoadMain(Unknown Source)
Caused by: java.lang.ClassNotFoundException: org.json.simple.parser.ParseException
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 7 more

Clean up deprecated code

DevelNext contains deprecated and not used code base and API. Aim of this task is: clear this code base and improve IDE API

Баг при добавлении некоторых визуальных компонентов на форму

  1. Выбор цвета / ColorPicker
Fatal error: Uncaught exception 'php\lang\IllegalArgumentException' with message 'java.lang.IllegalArgumentException: object is not an instance of declaring class' in res://ide/editors/value/ElementPropertyEditor.php on line 174, position 54
Stack Trace:
#0 ide\editors\value\ElementPropertyEditor->update()
#1 ide\editors\value\ElementPropertyEditor->getValue() called at 
[res://ide/editors/value/ElementPropertyEditor.php:174]
#2 {main}
  thrown in res://ide/editors/value/ElementPropertyEditor.php on line 174
  1. Группа переключателей / RadioGroup
Fatal error: Uncaught exception 'php\lang\IllegalArgumentException' with message 'java.lang.IllegalArgumentException: java.lang.ClassCastException@55b7c1bb' in res://ide/formats/GuiFormDumper.php on line 320, position 33
Stack Trace:
#0 ide\project\behaviours\BackupProjectBehaviour->doBackup() called at [res://ide/project/behaviours/BackupProjectBehaviour.php:93]
#1 ide\project\behaviours\BackupProjectBehaviour->makeAutoBackup() called at [res://ide/project/behaviours/BackupProjectBehaviour.php:552]
#2 ide\systems\ProjectSystem::saveOnlyRequired() called at [res://ide/project/behaviours/BackupProjectBehaviour.php:197]
#3 ide\editors\FormEditor->save() called at [res://ide/systems/ProjectSystem.php:367]
#4 ide\editors\FormEditor->saveFormFile() called at [res://ide/editors/FormEditor.php:599]
#5 ide\formats\GuiFormDumper->save() called at [res://ide/editors/FormEditor.php:587]
#6 ide\formats\GuiFormDumper->createElementTag() called at [res://ide/formats/GuiFormDumper.php:173]
#7 ide\formats\form\tags\PaneFormElementTag->writeContent() called at [res://ide/formats/GuiFormDumper.php:321]
#8 ide\formats\GuiFormDumper->createElementTag() called at [res://ide/formats/form/tags/PaneFormElementTag.php:56]
#9 ide\formats\form\tags\ComboBoxBaseFormElementTag->writeAttributes() called at [res://ide/formats/GuiFormDumper.php:320]
#10 {main}
  thrown in res://ide/formats/GuiFormDumper.php on line 320
  1. Изображение / Image
  2. Дерево/ Tree
    и много какие другие
Fatal error: Uncaught exception 'php\lang\JavaException' with message 'java.lang.RuntimeException: FakeFocusTextField.tooltip : A bound value cannot be set.' in res://ide/editors/value/SimpleTextPropertyEditor.php on line 62, position 32
Stack Trace:
#0 {closure}() called at [res://ide/editors/value/SimpleTextPropertyEditor.php:61]
#1 php\gui\UXControl->setTooltip() called at [res://ide/editors/value/SimpleTextPropertyEditor.php:62]
#2 {main}
  thrown in res://ide/editors/value/SimpleTextPropertyEditor.php on line 62

Bug

Я новичок в Джаве. Я построил IDE из исходников.

Error with Prepare IDE dependencies

Hello I got this error and I do my best to find away but can't solve it
[WARNING] -> failed to install jphp-core@~1.0.0, cannot find package.
[WARNING] -> failed to install jphp-gui-ext@~1.0.0, cannot find package.
Screenshot_14

В новом проекте к стилям проекта применяются стили среды

  1. Ставим темную тему ДН
  2. Новый проект Desktop
  3. Не переключаясь по вкладкам, добавляем на форму любой элемент - к этому элементу применяется темные стили
  4. Если переключиться на вкладку с проект и обратно - стили обновляются, баг исчезает

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.