Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] TypoScript Highlighting within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hello world! a few days ago, Thomas Hempel and I started to work on a fully integrated TypoScript-Editor with ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hello world!
a few days ago, Thomas Hempel and I started to work on a fully integrated TypoScript-Editor with syntax-highlighting. We based it on CodePress (http://codepress.org/), a free (LGPL) javascript-based online-editor with syntax-highlighting for PHP, HTML, CSS an some more languages. Today we can present our very first beta. The main features till now are: - Syntax-Highlighting for TS - line numbers - fullscreen mode (very helpful while editing a large piece of TypoScript) - code-snippets (try "/*" or "/co" followed by a tab) - code-completion (auto close braces like { ( [ ) - integrated in the template modul (setup, constants and "Edit the whole template record") - hit CTRL-S to save the code (via Ajax, so no page-Reload ist required!) - and more... find out yourself ![]() As this is a beta only, there are still some issues. So till now the AJAX save only works in template module. There are also some other issues with the list modules that may cause some errors. Furthermore we need the option to deactivate it like you can do it with the RTE in content elements. Some more issues sleep inside for sure. So we need your help: Lets us know, what you like and what is missing or can be solved in a better way! You can find the needed files, the patch and a screencast how to apply it on http://www.typo3-unleashed.net/codepress We looking forward to get your feedback. Please send us a mail with your comments at codepress(at)typo3-unleashed.net Greets Thomas and Tobias _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hi!
This is so facinating! I saw it 20 seconds and began loving it right away! Awesome.Well, I do have some wishes: It would be nice if you can add a toolbar with the following buttons: - clipboard functionality (yeah STRG+X/C/V is a lot faster, but it would be a well known functionality for editors that many people expect at the top as a toolbar) - some kind of wizzard that guides you through various TYPO3 scripts. Dou you know the formula wizzard in Microsoft Excel? Something like this would be great ![]() - What about a validation tool? ![]() Your extension is so cool Thanks for coding it.Greetings Andreas _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
Hi folks,
I apologize for the cross post. Now, I have one wish! Please *DO NOT* reply on this post with "reply to all"! Let's start the public discussion on the HCI list! If you have any personal message (donations etc. ;-) ) contact us directly at codepress(at)typo3-unleashed.net Thanks and Greets, Thomas -- typo3-unleashed.net _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Hi!
Thomas Hempel wrote: > I apologize for the cross post. Now, I have one wish! Please *DO NOT* > reply on this post with "reply to all"! I think this topic is the best candidate for cross-posting ![]() > Let's start the public discussion on the HCI list! If you have any > personal message (donations etc. ;-) ) contact us directly at > codepress(at)typo3-unleashed.net Yep. -- Dmitry Dulepov Web: http://typo3bloke.net/ Skype: callto:liels_bugs "It is our choices, that show what we truly are, far more than our abilities." (A.P.W.B.D.) _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
"Tobias Liebig" <tobias (AT) work (DOT) de> wrote in message
news:mailman.1.1179087264.28617.typo3-english (AT) lists (DOT) netfielders.de... > Hello world! > > a few days ago, Thomas Hempel and I started to work on a fully integrated > TypoScript-Editor with syntax-highlighting. Nice extension. But the way CodePress handles the linenumber is really lame. It uses a big image with numbers from 1-1500, so if your code is bigger than 1500 lines it screws up. ![]() Are you in contact with the author of CodePress? maybe he could use the linenumbering method I created for use in my PMK Textarea Widget extension? http://typo3.org/extensions/reposito...extarea/0.1.2/ -- Peter Klein / Umloud Untd. _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#6
|
|||
|
|||
|
"Peter Klein" <peter (AT) umloud (DOT) dk> schrieb im Newsbeitrag
news:mailman.1.1179165817.18193.typo3-english (AT) lists (DOT) netfielders.de... > > "Tobias Liebig" <tobias (AT) work (DOT) de> wrote in message > news:mailman.1.1179087264.28617.typo3-english (AT) lists (DOT) netfielders.de... >> Hello world! >> >> a few days ago, Thomas Hempel and I started to work on a fully integrated >> TypoScript-Editor with syntax-highlighting. > > Nice extension. But the way CodePress handles the linenumber is really > lame. > It uses a big image with numbers from 1-1500, so if your code is bigger > than 1500 lines it screws up. ![]() > > Are you in contact with the author of CodePress? > maybe he could use the linenumbering method I created for use in my PMK > Textarea Widget extension? > http://typo3.org/extensions/reposito...extarea/0.1.2/ > > -- > Peter Klein / Umloud Untd. > > +1 i really like Peter's textarea (don't want to miss it any more!) , also resizing. That would be great if you can combine them ! vg Steffen _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#7
|
|||
|
|||
|
Peter Klein schrieb:
> Nice extension. But the way CodePress handles the linenumber is really lame. > It uses a big image with numbers from 1-1500, so if your code is bigger than > 1500 lines it screws up. ![]() If you have one TS Template with 1500 lines you're doing something terribly wrong. However, if this is only a minor fix, why not... _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#8
|
|||
|
|||
|
Tobias Liebig schrieb:
> Some more issues sleep inside for sure. So we need your help: Lets us > know, what you like and what is missing or can be solved in a better way! First off: Neat ![]() Now for the wishlist. Any way to shorten the Tab length? Didn't have time to install it yet, just saw the videos. I am so used to indenting with two spaces... About the XCLASS Discussion: I get your point, where do I subscribe to get this into the core? Last but not least: Donation Address? all the best Mathias _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#9
|
|||
|
|||
|
> If you have one TS Template with 1500 lines you're doing something
> terribly wrong. why? whats wrong with a template of more than 1500 lines? _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#10
|
|||
|
|||
|
"Tyler Kraft" <headhunterxiii (AT) yahoo (DOT) ca> schrieb im Newsbeitrag
news:mailman.1.1179246378.8282.typo3-english (AT) lists (DOT) netfielders.de... > >> If you have one TS Template with 1500 lines you're doing something >> terribly wrong. > > > why? whats wrong with a template of more than 1500 lines? your structure organisation ? may be it's philosopical, but i prefere more templates with specific context, and then i have a lot of handy scripts, easy to find values / properties. vg Steffen _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3-german] TypoScript Highlighting | Tobias Liebig | typo3-german@lists.netfielders.de | 2 | 14.05.2007 11:38 |
| [TYPO3] Where will TypoScript be saved? | Fabian Koenig | typo3-english@lists.netfielders.de | 4 | 19.03.2007 18:14 |
| Re: [TYPO3] typoscript editor | Jason A. Lefkowitz | typo3-english@lists.netfielders.de | 0 | 01.03.2007 20:33 |
| [TYPO3] Math in TypoScript | Bertalan Fodor | typo3-english@lists.netfielders.de | 11 | 23.02.2007 10:07 |
| [TYPO3] get a var in URL with typoscript | Mike Morris | typo3-english@lists.netfielders.de | 1 | 02.01.2007 10:26 |