This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Computer Information: | |
| Manufacturer: LENOVO | |
| Model: LNVNB161216 | |
| Form Factor: Laptop | |
| No Touch Input Detected | |
| Processor Information: | |
| CPU Vendor: AuthenticAMD | |
| CPU Brand: AMD Ryzen 7 5800H with Radeon Graphics | |
| CPU Family: 0x19 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| php -dxdebug.idekey=netbeans-xdebug -dxdebug.remote_autostart=On -f "$1" $2 $3 $4 $5 $6 $7 $8 $9 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | The Idea being a client extension for TYPO3 that provides all the functionality the Dropbox API provides as a FAL driver for TYPO3. | |
| This project could be devided into multiple parts: | |
| 1) Providing a basic extension, basically an update of the aus_driver_dropbox extension from TER, that uses the new Dropbox APIv2. It should provide reading and writing to a Dropbox folder, specified in the storage record. | |
| 2) Add advanced functionality like sharing folders to the filelist interface | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | The autocompletion of ViewHelpers in Fluid templates in Netbeans is not working properly and the ways of integrating the xmlns:f namespace are too damn difficult and often do not work for me. | |
| I recently stumbled accross the customs.json, in which one can define new HTML-Elements and their attributes. I think this can be build uppon for creating a customs.json, that can give an autocompletion mechanism for fluid templates. | |
| There should be 3 steps of integrating this feature: | |
| 1. Build a static customs.json file that can be put into the nbproject-folder of a Fluid project | |
| 2. Automate the creation of such customs.json by reading the ViewHelpers-folder of each extension of a fluid template | |
| 3. Generate a Netbeans-plugin out of step 2 | |
| To make the plugin be of flawless integration, I may provide an "on the fly" generation of the customs.json via the Fluid.SchemaGenerator. |