Poll: Which is your workflow when programming the Prime?
I program directly on the physical calculator
I use the virtual calculator to program
I use the Connectivity kit editor
I use notepad, and copy/paste constantly to the virtual calc/conn kit
I use Notepad++, and copy/paste constantly to the virtual calc/conn kit
I do something else
[Show Results]
Note: This is a public poll, other users will be able to see what you voted for.
Post Reply 
Programming workflow?
11-02-2016, 04:07 PM
Post: #5
RE: Programming workflow?
No se si entendí bien, pero por ejemplo yo usaba contextEditor para editar programas para la hp48

http://www.contexteditor.org/highlighters/Hp48.chl

claro esta que, esos editores solo eran resaltadores de código, no tenían las funciones que ayudaban el proceso de codificación como lo hace hpuseredit como pegar plantillas de tipos de datos como bibliotecas, editor de cajas de dialogo, catalogo de funciones y mas

Plantilla para crear una biblioteca (library) usando hpuserEdit
PHP Code:
DIR
  identifier1
    obj1

  identifier2
    obj2

  identifierN
    objN

  $CONFIG
    « ATTACH »               
« #integer ATTACH »         @

  
$HIDDEN
    
{ }                      @ { hidden identifiers ...  } @

  
$VISIBLE
    
{ }                      @ { visible identifiers ... } @

  
$ROMID
    1000                     
#integer

  
$TITLE
    
"
     Author:
     Calc:
     Version:"               
"Library Title"             @
END

HOME 
'dirTemp' PGDIR
'dirTemp' STO
dirTemp CRLIB 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programming workflow? - eried - 11-01-2016, 01:50 AM
RE: Programming workflow? - compsystems - 11-01-2016, 01:14 PM
RE: Programming workflow? - falcon56215 - 11-01-2016, 02:06 PM
RE: Programming workflow? - eried - 11-02-2016, 02:15 PM
RE: Programming workflow? - compsystems - 11-02-2016 04:07 PM



User(s) browsing this thread: 1 Guest(s)