zpanel / zpanelx

ZPanel is a web hosting control panel written in PHP for Windows and *NIX host OS's.
http://www.zpanelcp.com
Other
415 stars 296 forks source link

Module Editor #170

Closed zHostingSolutions closed 10 years ago

zHostingSolutions commented 10 years ago

A module editor would be great to have as a core module. The object would be:

  1. Choose the module from a dropdown menu.
  2. From the list of files within that module, click on the file.
  3. In the text editor, go to the line that needs to be edited.
  4. Save changes.
  5. The text editor should also have line numbers to keep track of where you are and make it easier to find the line you're looking for.
  6. The text editor should be color-coded.
  7. The text editor should be color-coded to let you know when there are open tags, basically, like Dreamweaver.
  8. Tabbing should be allowed to be used to line things up within tags.

This way, whenever there are quick fixes, we can edit the module from our control panel. Thanks.

ghost commented 10 years ago

Stop posting features requests here and try to discuss them first on forum unless you want to code them and offer a pull here.

BUT any way this would be and extra module not a core module.

@bobsta63 you can close this thread.

Me.B