Author Topic: Lispsurf  (Read 2307 times)

0 Members and 1 Guest are viewing this topic.

Andrea

  • Water Moccasin
  • Posts: 2372
Lispsurf
« on: May 30, 2017, 02:05:28 PM »
hello,..

anyone still using LISPSURF ?
it seem that I'm not be able to use it anymore...

?
« Last Edit: May 30, 2017, 03:12:35 PM by Andrea »
Keep smile...

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Lispsurf
« Reply #1 on: June 15, 2017, 07:51:20 PM »
I am not familiar with what it is, could you tell me, then I might be able to help you find something similar.

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2140
  • class keyThumper<T>:ILazy<T>
Re: Lispsurf
« Reply #2 on: June 15, 2017, 08:23:35 PM »
hello,..

anyone still using LISPSURF ?
it seem that I'm not be able to use it anymore...

?

Try LSPSURF ... from Express Tools


added:
I suppose the obvious question should be :
What are the symptoms regarding 'not being able to use it anymore' ?
« Last Edit: June 15, 2017, 08:32:39 PM by kdub »
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Lispsurf
« Reply #3 on: June 16, 2017, 07:27:26 PM »
Look like a fairly handy tool, but I can see a lot of room for improvement and in all honesty, I need to do some work on some LISP routines in the near future, this would make that much easier, so I might just make a program first as it will dramatically speed up my working with it.

Here is what I can see so far that is needed:
  • Update Interface
  • Make the code box expand when the window is resized
  • Verify matching parenthesis
  • Verify that commands are valid
  • Option to show entire code with the current function highlighted
  • Color code the code
  • Ability to save changes
  • Option to automatically open the file when selected
  • Option to automatically save the file when changes are made
  • Ability to set selected options as the default for future sessions


Overall this is an ambitious goal, but one that will benefit me greatly and hopefully others as well. Are there other features that you think would be useful? I am think maybe also a function search tool to find a particular function within various files.
« Last Edit: June 16, 2017, 08:03:33 PM by cmwade77 »

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Lispsurf
« Reply #4 on: June 21, 2017, 03:20:11 PM »
I have an early beta version ready for testing. It is available for OS X (currently 32 bit only) and Windows (64 Bit and 32 Bit)

Currently only the following features have been implemented:
  • Open LISP Routines
  • Save LISP Routines (No AutoSave yet)
  • Show/Hide Headers
  • Find/Replace (OS X Only at this time)
  • Show/Hide Hidden Characters
  • Show Starting and ending line locations for selected function
  • Automatically opens LISP file when selected
  • Prompts for confirmation if there are unsaved changes when switching functions or LISP files

Some things to note:
  • Find/Replace doesn't work on Windows yet
  • There are some minor interface issues on Windows that needs to be worked out.
  • Only headers that appear before the function will currently be detected. If your headers begun after the (defun, then these headers will appear as comments no matter what option is selected.

Please PM me if you are interested in beta testing this tool, I hope to make it a really good tool that has a lot of handy features in the end. I have attached a PDF that shows a few of the features.

ETA: Find/Replace now works on Windows.
« Last Edit: June 21, 2017, 04:46:45 PM by cmwade77 »

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Lispsurf
« Reply #5 on: June 28, 2017, 06:24:22 PM »
There is a thread with LISP Explorer in Show My Stuff if you would like to check it out.

VovKa

  • Water Moccasin
  • Posts: 1631
  • Ukraine
Re: Lispsurf
« Reply #6 on: June 29, 2017, 06:00:06 AM »
anyone still using LISPSURF ?
Notepad++ is much better than Lispsurf