Author Topic: Scrolling text in lisp ide  (Read 1813 times)

0 Members and 1 Guest are viewing this topic.

GUIDO ROOMS

  • Guest
Scrolling text in lisp ide
« on: August 29, 2013, 02:39:55 AM »
hi,

Does anyone know of a way to use the mousewheel to scroll the text in a "visual" lisp editor window?

tia

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Scrolling text in lisp ide
« Reply #1 on: August 29, 2013, 03:57:05 AM »
Yep.
Just click in the window so it has focus and scroll away to your hearts content.

kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: Scrolling text in lisp ide
« Reply #2 on: August 29, 2013, 04:45:55 AM »
Do you perhaps mean horizontal scroll? If so it doesn't work in VLIDE. some programs allow horizontal scroll if you hold down Shift or Ctrl - but not VLIDE, you have to drag the scroll-bar.
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Scrolling text in lisp ide
« Reply #3 on: August 29, 2013, 04:51:40 AM »

Yes, the editor is going on a decade old now .. hardly cutting edge technology.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: Scrolling text in lisp ide
« Reply #4 on: August 29, 2013, 05:19:46 AM »
Yes, the editor is going on a decade old now .. hardly cutting edge technology.
Actually I think it's older than that. It was available since at least ACad 2000 (R15, perhaps even earlier in R14 - can't remember)  :wink:
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Scrolling text in lisp ide
« Reply #5 on: August 29, 2013, 05:41:11 AM »

Yes , it is older. Release 14.1 was in 97 or 98 I think ... so that's 15 years.
I was using the VitalLisp API from Basis before AutoDesk bought the product ... AutoDesk gave me a discount because I had a current license for VitalLisp ... not often they forgo upgrade fees :)

 I think Michael (MP) was using the early version as well. <  old memory >
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

GUIDO ROOMS

  • Guest
Re: Scrolling text in lisp ide
« Reply #6 on: August 29, 2013, 01:12:19 PM »
Well, it's some time ago now that I did something in lisp.
As far as I knew, you could scroll vertically using the mouse.
But this morning, when I started up the ide, it just didn't and it still doesn't.
I'm using AutoCAD 2010. And a microsoft mouse.
In all other programs everything's fine.
Trouble again...

GUIDO ROOMS

  • Guest
Re: Scrolling text in lisp ide
« Reply #7 on: August 29, 2013, 01:46:42 PM »
Ok lads,
Problem solved.
Removed the microsoft vermin and plugged in my old logitech mouse.
Scrolling to my heart's content.
Microsoft mouse and keyboard will now be moved to the bin.
Thanks for the replies.

irneb

  • Water Moccasin
  • Posts: 1794
  • ACad R9-2016, Revit Arch 6-2016
Re: Scrolling text in lisp ide
« Reply #8 on: August 30, 2013, 03:49:02 AM »
Did you have to install some driver for the Ms mouse? At work I've got one of those cheapy Ms Wheel Mouses, they "don't need no stinking driver" and works perfectly. I've previously had some issues with "some" Logitech mouses (if you installed their drivers), but if you left them be they worked fine. Though I've not seen this issue with MS mouses before.

At home I have another cheapy Logitech for my laptop, and for my Desktop a Razr Mamba. Neither needs any drivers and both work like a charm.
Common sense - the curse in disguise. Because if you have it, you have to live with those that don't.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Scrolling text in lisp ide
« Reply #9 on: August 30, 2013, 11:35:53 AM »
I've heard of people having problems with the MS Intellimouse (?) driver.  Personally I've never had much of a problem with the Logitech SetPoint software, aside from the *##*$ wireless keyboard that came with the MX1000 mouse.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

GUIDO ROOMS

  • Guest
Re: Scrolling text in lisp ide
« Reply #10 on: August 30, 2013, 01:36:20 PM »
To irneb and dgorsman

No, I didn't have to install a driver.
In fact, the mouse was part of a microsoft keyboard+mouse set (usb).
But I was  not using the keyboard, only the mouse.
As I mentioned, they both work fine with all other software I have.
The mousewheel also works as expected in the drawing editor.
The only problem was the editor windows in the lips ide.
Never mind, case solved.