Giter Site home page Giter Site logo

netbeans-typoscript's People

Contributors

dfranek avatar dfranek-pix avatar familieredlichsysteme 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  avatar

netbeans-typoscript's Issues

Brace matching ist fehlerhaft

Hier werden mehrere Fehler ausgegeben:

headerData.10.value (
<script type="text/javascript">var _gaq=_gaq||[];_gaq.push(['_setAccount','UA-XXXXXXXX-XX']);_gaq.push(['_gat._anonymizeIp']);_gaq.push(['_trackPageview']);(function(){var ga=document.createElement('script');ga.type='text/javascript';ga.async=true;ga.src=('https:'==document.location.protocol?'https://ssl':'http://www')+'.google-analytics.com/ga.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s)})();if((navigator.userAgent.match(/iPad/i))) {document.write('');}</script>

)

NetBeans freeze up when I try to add a comment

Hello,

First thanks for the plugin, it works very good. I have only this problem, sometimes when I try to add a comment like /* */, NetBeans freeze up.

It only happens with TypoScript it works fine with another languages. The problem appear after the first slash, also when you try to introduce the *.

Here is my system:

NetBeans IDE 8.2 (Build 201610071157)
macOS Sierra 10.12.2
TypoScript Plugin 1.8.1

Thanks

Update Bug in Netbeans 7.2 & 7.3.1 (version 1.6 > 1.7)

When I try to update from TypoScript plugin 1.6 to 1.7, Netbeans throws two errors:

"Some plugins require plugin Editor Indentation to be installed.
The plugin Editor Indentation is requested in version >= 1.34.1 but only 1.31.1 was found.
The following plugin is affected: TypoScript

Some plugins require plugin Editor Library 2 to be installed.
The plugin Editor Library 2 is requested in version >= 1.81.1.43 but only 1.71.2.40 was found.
The following plugin is affected: TypoScript"

http://i.imgur.com/G1Ne320.png

Scanning does not finish

Scanning of TypoScript-Files does not finish, probably due to an error in the lexer (endless loop).

Netbeans 8.2

Netbeans 8.2 is out for a while - is there a plan to migrate this plugin to netbeans 8.2?

Support for Typo3 8.7

When comes a new Update for Typo3 8.7 Support. The new TypoScript-Files have a File-Ending with ".typoscript".

File awareness

Now the plugin seems only to look for *.ts files. Is it possitble, that the plugin searches for the following files?

*.ts
setup.txt
constants.txt
ext_conf_template.txt
ext_typoscript_setup.txt
ext_typoscript_constants.txt

Thanks, keep up the good word :-)

Comment issue

Hey dfranek,
first of all: thanks for this nice netbeans-plugin. It's amazing!

I've found a bug that you could fix in the next update:
If I make a comment like this:

News-Plugin - Constants

plugin.tt_news { <-- This line is also displayed as a comment.

Here a Screenshot: http://s1.directupload.net/file/d/2957/doh7w4kr_png.htm

Best regards and keep it up!

Alex

enable adding individual file extensions or please add .typoscript file extension

Great plugin, Daniel. I put a link in TYPO3 slack channel. Hope, you get more attention.

As new TypoScript file endings are introduced TYPO3/typo3@09a6102, I wonder if it is possible to enable adding individual file endings, so you have not to bother around with all these questions (saw a closed issue) and developers can add what they want.

If not, how about adding .typoscript file extension?

And here you can check the decision process, if you need some more information about this topic: https://decisions.typo3.org/t/file-endings-for-typoscript-files-and-tsconfig-files/43/14

Auto code formating

Hey thanks for the great plugin!
The only thing that I miss is automatic code formaing and indentation (shift+alt+f), is it possible to make this feature to work?

Milestone 1.6.0 / 1.6.x

  • Navigator-Support
  • Source code formater
  • Source code simplifier
  • Code Refractoring possibilities

After release bugfixing and smaller improvements based on feedback and experiences.

Performance with Netbeans 7.2

Hi,

since i updated Netbeans to version 7.2 and also the TS-plugin i experience performance-problems when opening a new TS-file. Is there any option to disable specific features that enhance the performance of the plugin?

best regards

Netbewns crash/freeze

Hallo wenn ich dein Plugin Typoscript installiert habe
und ich eine Datei mit der Endung ".ts" editiere und in dieser Datei "" oder "" scheibe dann freezt mir immer Netbeans.

Typoscript: Version 1.6.0
Netbeans: NetBeans IDE 7.3 (Build 201306052037)
Java: 1.7.0_15; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_15-b03
System: Windows 7 version 6.1 running on amd64; Cp1252; de_DE (nb)

lg
pit

Brace matching fehlerhaft?

Lieber dfranek,
zu allererst: vielen herzlichen Dank für all die Mühen. Es ist wirklich ein großes Geschenk, diees Plugin!

Mit folgendem Code habe ich eine Überrachung erlebt und musste eine Weile nach dem Grund suchen.
So wie es ist, meint Netbeans, dass eine schließende Klammer zu viel ist: zählt die Klammer nach dem "0" nicht mit!

Wenn ich ein zusätzliches Leerzeichen zwischen "0" und öffnende Klammer eingebe, dann stimmt es wieder.

tt_content.shortcut.20 {
0 {
tables := addToList(pages)
conf.pages < lib.tt_content.shortcut.pages
}
1 {
tables := addToList(pages)
conf.pages < lib.tt_content.shortcut.pages
}
}

Gruß
Metin

Store Keywords in XML

Keywords managed as an external XML and reorganized in:

  • Data types
  • Conditions
  • Objects
  • Properties
  • Functions

Support TYPO3 >= 9.4

Symphony support for typoscript conditions in TYPO3 CMS v9 e.g.
[(request.getQueryParams()['tx_news_pi1'])['news'] > 0]
...
[global]

would be really nice to have
greets ;)

Code Completion

When you use CC after writing the begining of a tag, the completed code does not overwrite the first letters and is appended instead.

Code Folding

  • Code Folding for () [] {} and conditions
  • Brace Matching

Matching constants fails when they are not followed by whitespace

Thank you for the quick fix on the other constants issue!

I've got you another one:
You should be able to use constants inside strings e.g. like this:
shortcutIcon = {$filepaths.templates.images}favicon.ico

But it's not matched when there is no whitespace character after '}'

The following WILL match:
shortcutIcon = {$filepaths.templates.images}
shortcutIcon = {$filepaths.templates.images} favicon.icon # But doesn't work ofcourse
shortcutIcon = fileadmin/templates/{$templates.images}

Text before the constant is no problem, but as soon as you prepend a string without any whitespace in between, it doesn't.

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.