Notepad++
-
What should I use for mac?
-
-
-
another Mac answer...
TextWrangler (the free version of BBEdit without some of it's web tools) is very capable editor
and inside Sketchup I use Ruby Code Editor, which is getting better by the day.john
-
I have used Notepad++ with TBD 's bridge to learn with ruby plugin, it worked well with SU7 , but after I d/l SU8 and try to setup bridge, I found problem that bridge can't run, I doubt that I missed something or SU8 can't bridge with Notepad++,Please suggest how I can do this..
thanks in advance. -
Update to Notepad++ download here
@unknownuser said:
New features:
- Add Character Insertion Panel.
- Add Clipboard History feature.
- Add find characters in range feature.
Included plugins (Unicode):
- Spell Checker v1.3.3
- NppExport v0.2.8
- Compare Plugin 1.5.6.1
- Plugin Manager 0.9.3.1
- Converter 3.0
Included plugins (ANSI):
- TextFX v0.25
- NppExec v0.4.1
- Spell Checker v1.3.3
- NppExport v0.2.8
- Light Explorer v1.6
- Compare Plugin 1.5.5
- Plugin Manager 0.9.3.1
-
-
Another bug fix....
@unknownuser said:
Fixed bugs
- Fix the Clipboard History crash issue while no data in Clipboard.
- Fix the local directory installation option ignored issue in Installer.
- Reduce the recent file history width to 32 characters.
Included plugins (Unicode):
- Spell Checker v1.3.3
- NppExport v0.2.8
- Compare Plugin 1.5.6.1
- Plugin Manager 0.9.3.1
- Converter 3.0
Included plugins (ANSI):
- TextFX v0.25
- NppExec v0.4.1
- Spell Checker v1.3.3
- NppExport v0.2.8
- Light Explorer v1.6
- Compare Plugin 1.5.5
- Plugin Manager 0.9.3.1
-
Strangely when I use 'update' from the Notepad++ '?' menu item [v5.9.1] it says there is no update available... BUT of course there is, via your link... -
Filehippo update checker Mr.TIG
http://www.filehippo.com/updatechecker/
Looks after all your freeware updates
-
@tig said:
:thumb:
Strangely when I use 'update' from the Notepad++ '?' menu item [v5.9.1] it says there is no update available... BUT of course there is, via your link...Because the auto-update notification is delayed so that it only provides mature updates. (As oppose to these more frequent manual ones.)
-
@unknownuser said:
Filehippo update checker Mr.TIG
http://www.filehippo.com/updatechecker/
Looks after all your freeware updates
!!! -
3 thumbs
-
I already use FileHippo for many of my app downloads [and very good it is too]... BUT I don't like yet another 3rd party app*** lurking on my PC, looking through 'my drawers', and then communicating what it finds with the outside world - all secretly and behind my back... I'm sure they are very honorable guys but... one hacked line of code and full details of my inside-leg measurement and favorite pizza-toppings are beamed off to say the Sony Corporation, for them to [accidentally] spread all over the known universe... I've nothing to hide... but I'd rather it remained private anyway... I'll give them a chance - BUT when my personal data is on the BBC News at 10 questions will be asked 'in the House'
***I already have enough annoyance from QT, iTunes, Google-Updater, Adobe and the like, all wanting to waste my time updating stuff I don't really need much in the first place - without an option to stop most of them...
-
-
I detect the smell of parched earth. ,TIG
-
@unknownuser said:
hi there,
can it be that this is not working for su2014? if so are there any alternatives for quickly running a ruby script written in notepad++ in su?
thanks for any help here, i merely get started with coding and stuff....:/
Notepad++.exe does not 'run' scripts.
It merely 'edits' them.
It is superior to plain Notepad.exe because of it syntax highlighting etc, but it is really just an editor...
You then save the .rb and useload 'myscript.rb'
in the Ruby Console, OR restart SketchUp to effect the changes...
There are already several examples around [search Dan Rathbun's Developers forum posts ?] -
Your post never mentioned 'bridge'.
If you look in other threads you will find it is no compatible with v2014.
Most of us manage to develop complex scripts without it anyway -
Somehow I lost notepad++ from my computer. I had been using it to edit ruby scripts. So I downloaded the latest version and am having trouble setting it up to open .rb files.
Windows 7 operating system:
I added .rb in notepad++ settings/preferences/file associations
Now when I select a file.rb and click on open with notepad is the first choice and the drop down list does not have notepad++ and if I browse to select notepad++.exe the file still opens in plane notepad.What am I missing???
Keith
-
Solved the problem. I selected a .rb file and dragged and dropped it into notepad++ then when I selected a .rb file and open with notepad++ was in the list.
Keith
Advertisement