[Tool] Nlist - remote content/code-browsing -

Started by newdep, December 01, 2007, 07:50:56 AM

Previous topic - Next topic

newdep

#30
latest version v0.10 minor updates + color scheme



future/announcements updates can be found here

http://newlisp.nodep.nl/">//http://newlisp.nodep.nl/



Enjoy..;-)
-- (define? (Cornflakes))

Lutz

#31
For all those newLISPers out there who think that GUIs are for sissies: a new version of the old command line utility -> get-normans ;-)


#!/usr/bin/newlisp
#
# get all of Norman's utilities at once
# upated 2007-12-23 to new format on Norman's site

(set 'page (get-url "http://www.nodep.nl/downloads/newlisp/nlist.idx"))
(set 'files (find-all "{(.*lsp)}" page $1))

(dolist (file files)
  (write-file file
      (get-url (string "http://www.nodep.nl/downloads/newlisp/" file)))
  (println "->" file))

(exit)


Lutz

newdep

#32
I just found out that some hosting providers only count statistics on web-traffic

based on html ssh/sftp of ftp traffic. Using nlist keeps the  statistics/web-traffic

pretty empty.. ..So if you pay per Kb at your Hosting provider this could be nice

workarround..I hope this can be confirmed by others.. ;-)



btw v0.14 just released...enjoy and please feedback if you have

troubles or an itch regarding nlist..



Norman.
-- (define? (Cornflakes))

newdep

#33
aaaaaaaa I cant stop ;-)

version v0.18 released... enjoy!
-- (define? (Cornflakes))

newdep

#34
v0.23 released.



2 new links for within nlist ->



(pjot)          http://www.turtle.dds.nl/newlisp/">http://www.turtle.dds.nl/newlisp/

(cormullion) http://unbalanced-parentheses.nfshost.com/downloads/">http://unbalanced-parentheses.nfshost.com/downloads/
-- (define? (Cornflakes))

newdep

#35
version 0.24 released... Includes direct "script execution"



(load "http://www.nodep.nl/downloads/newlisp/nlist.lsp">//http://www.nodep.nl/downloads/newlisp/nlist.lsp")





(-; HAPPY 2008 ;-)
-- (define? (Cornflakes))

newdep

#36
version v0.25



- window resize works 100% now

- SplitPane added

- small layout change



enjoy ! ;-)



tested on Linux and XP not on MacOs...



PS feature request for Lutz: On/off line wrapping in "text/plain" mode..
-- (define? (Cornflakes))

newdep

#37
Pjot requested Syntax Highlighting in nlist..



Well Thanks pjot ... I had to rebuild the Color configuration..

(was about time someone requested it..;-)





Here its is -> version 0.28..

load "http://www.nodep.nl/downloads/newlisp/nlist.lsp">//http://www.nodep.nl/downloads/newlisp/nlist.lsp")



- Syntax Highlighting for .lsp files

- new color config menu



enjoy..
-- (define? (Cornflakes))

newdep

#38
please download v0.29 there was a big bug in v0.28 ;-)
-- (define? (Cornflakes))

newdep

#39
Version v0.36 released



- with personal execute menu (still in beta)





  i.e.

  you can now edit your programs using newlisp-edit by launching

  newlisp-edit, doing a copy to clipboard on nlist and paste in newlisp-edit.

  (because newlisp-edit does nto yet allow arguments)

 or start any other handy i.e. newlisp tool



load "http://www.nodep.nl/downloads/newlisp/nlist.lsp">//http://www.nodep.nl/downloads/newlisp/nlist.lsp")





PS:



Just tested "Attic" feaute on windows:

Using this "Attic" feature does crash nlist on windows! (2 out of 3 times)

Linux is a little more stable (only 2 crashed out of 10 times but very

random) (This is due to multiple blocking text-area using gs:get-text

behavior, cant get it working properly)
-- (define? (Cornflakes))

newdep

#40
Okido here is version v0.37



Working fine , no crashes on the "Attic" menu Maintance!

See source code for the solution.



(load "http://www.nodep.nl/downloads/newlisp/nlist.lsp">//http://www.nodep.nl/downloads/newlisp/nlist.lsp")



And dont forget... Enjoy!
-- (define? (Cornflakes))

newdep

#41
v0.39



- Font selection and color changes.



(load "http://www.nodep.nl/downloads/newlisp/nlist.lsp">//http://www.nodep.nl/downloads/newlisp/nlist.lsp")
-- (define? (Cornflakes))

newdep

#42
v0.43 released



- Added update checking for new nlist version

- ieks.. ;-) A fix for the Idx entry on win32 and OSX



(load "http://www.nodep.nl/downloads/newlisp/nlist.lsp">//http://www.nodep.nl/downloads/newlisp/nlist.lsp")
-- (define? (Cornflakes))

Cyril

#43
I have tried to run nlist 0.48 on my WinXP box. In general it works fine, but a list of imperfections follows (yes, I am a bit scrupulous):



* When nlist runs a first time, and ./nlist/ directory is not created yet, it doesn't display icons ('go' and 'hist'). When I was reading the help, I was confused a lot: about which icons this guy talks?



* Lisp sources pane is scrolled by PgUp/PgDn, but not by up/down arrows. This is very confusing.



* If the current file extension is neither .lsp nor .html, the decision of how to display the file content is based on last displayed .lsp or .html file. If I came to .txt file from .lsp, it is text, if I came there from .html, it is html.



* If a html file has been selected and displayed, the next selected file will be displayed without colors. Even if I have re-read the same html file, it is displayed without colors.



* html files generated by Vim are not displayed at all. Probably this is not nlist fault but fault of GS, but nevertheless it is not good.



* Design issue: the width of all five information fields at the bottom is the same and cannot be resized. But in practice the description text is long, but class, type and platform are short.



* Message '* created: ./nlist/' is displayed always and is not informative at all.



* It Would Be Nice to accept URL as a command line argument. Also it would be nice to accept "." (and "..") as URL and treat it as "./" (and "../").



By the way, I have created a nlist.idx file on my newLISP page. Point your nlist browser at:



http://wagner.pp.ru/~slobin/newlisp/">//http://wagner.pp.ru/~slobin/newlisp/
With newLISP you can grow your lists from the right side!

newdep

#44
Hello Cyril,



Thanks for the feedback, your are right on all issues.. the help needs corrections..The text-Fields are on my list too and this ..nlist created.. issue i found also on XP..They are all on my todo list ;-)



Thanks for creating the nlist.idx (ill put it in the Shelf of the next nlist release) .. Looks nice and I found some issues for nlist too ill need to look at ;-)



Norman.
-- (define? (Cornflakes))