Skip to content

Commit

Permalink
Support for IntelliJ Neon Pro plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jan 19, 2025
1 parent 7311103 commit d70a06e
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions stubs/intellij-neon-pro.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE neon PUBLIC "-//NEON//Neon plugin XML V0.0.1//EN" "../.idea/intellij-neon-pro/xmlSources/Neon.xsd">
<neon vendor="orisai/nette-application" version="1">
<extensions>
<extension type="OriNette\Application\ApplicationMap\DI\ApplicationMapExtension">
<schema>
<structure>
<field name="debug">
<structure>
<field name="panel" default="false">
<bool/>
</field>
</structure>
</field>
</structure>
</schema>
<services>
<service name="presenter" type="OriNette\Application\ApplicationMap\LinkGeneratingPresenter"/>
<service name="map" type="OriNette\Application\ApplicationMap\ApplicationMap"/>
</services>
</extension>
<extension type="OriNette\Application\FormMonitor\DI\FormMonitorExtension">
<schema>
<structure>
<field name="enabled" default="false">
<bool/>
</field>
<field name="debug">
<structure>
<field name="panel" default="false">
<bool/>
</field>
</structure>
</field>
</structure>
</schema>
<services>
<service name="signalFormExtractor" type="OriNette\Application\FormMonitor\SignalFormExtractor"/>
<service name="formStack" type="OriNette\Application\FormMonitor\FormStack"/>
</services>
</extension>
<extension type="OriNette\Application\Inspector\DI\InspectorExtension">
<schema>
<structure>
<field name="_dev" default="false" documentation="INTERNAL">
<bool/>
</field>
<field name="enabled" default="false">
<bool/>
</field>
</structure>
</schema>
<services>
<service name="inspector" type="OriNette\Application\Inspector\Inspector"/>
</services>
</extension>
<extension type="OriNette\Application\Mapping\DI\PresenterFactoryExtension">
<schema>
<structure>
<field name="presenterConstructor" default="null">
<string/>
<null/>
</field>
</structure>
</schema>
<services>
<service name="presenterConstructor" type="OriNette\Application\Mapping\DI\StrictPresenterFactoryCallback"/>
</services>
</extension>
</extensions>
</neon>

0 comments on commit d70a06e

Please sign in to comment.