segonzal / jEdit-CC4401

0 stars 0 forks source link

Browser: Agregar botones #21

Closed segonzal closed 9 years ago

segonzal commented 10 years ago

agregar los botones: lock, refresh, html, css y javascript. No tienen que realizar funciones. Ver wiki requisitos: StartingUp! Parte de: https://github.com/segonzal/jEdit-CC4401/issues/19

segonzal commented 9 years ago

htmlviewer lo resuelve usando: pestaña plugin-> html viewer -> open current url with browser.

En plugins -> plugin options -> htmlViewer -> browser options hay tres opciones:

internal: utiliza el visualizador htmlviewer default class in classpath: Por default uso la misma clase anterior External browser: Hace una llamada a un browser externo.

Iniciemos con un boton que llame directamente a --open current url with browser--. preferentemente llame siempre a la opción con class, sin tener que defenirlo en options.

segonzal commented 9 years ago

Integracion con CEF: https://github.com/segonzal/jEdit-CC4401/issues/33

segonzal commented 9 years ago

Para continuar con la racha: Utilities -> Global options -> Tool bar -> + (add) -> Plugin: HtmlViewer -> Open Current buffer with browser -> elegir icono -> ok -> ok Y esta el botón.