topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 10:11 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - phitsc [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 48next
251
Developer's Corner / Re: TextAdept: Lua-extensible Editor
« on: May 12, 2014, 01:25 AM »
Maybe we need a text-editors-only sub-forum ;)

252
Developer's Corner / Re: TextAdept: Lua-extensible Editor
« on: May 11, 2014, 02:04 PM »
And here one from me, both with Consolas and Monokai Themes (although these differ for the two editors as is obvious):

Same conclusion as Shades.

253
Developer's Corner / Re: TextAdept: Lua-extensible Editor
« on: May 11, 2014, 04:01 AM »
Textadept has moved on since the review as it seems. 7.2 which I'm running right now has tabs for example.

254
Developer's Corner / Re: TextAdept: Lua-extensible Editor
« on: May 11, 2014, 03:45 AM »
Found a pros/cons review comparing Textadept with Sublime/VIM/Emacs here:

http://yfl.bahmanm.c...ews/textadept-review

Current version is 7.2 by the way.

255
Mini-Reviews by Members / Re: Atom - A new editor is born
« on: May 10, 2014, 01:25 AM »
I don't know why, but I really enjoy reading about why people choose the text editors they use.
 ;)

I think it has partly to do with the fact that it's just a text editor, lol.  It's supposed to be this very plain thing, yet there are so many complex options and features, etc. to consider and we get all passionate about them.  Same goes for other software, I suppose, but I really have fun with the text editors.

I think it's also due to the fact that editing text is one of a few key activities in many professions (at least of DC people). It's also one where it seems to be very apparent how it could be improved (although the specifics seem to be quite individual).

The one improvement important to me would be efficient navigation and selection within text. Home/End and Ctrl+Left/Right just doesn't cut it. It's also the main reason why I'm experimenting with VIM again.

I've read an interesting rant about text editors in general here and specifically about atom here yesterday, which makes some valid points to think about (it's in German, but I'm sure google translate can handle it). It made me check out the textadept web site which ewemoa had alread posted about but I had forgotten. After what I have read so far about atom I think checking out textadept or lime (a Sublime clone) would currently be a better time investment for me than trying to build atom (which I still haven't succeeded with).

256
Funny and sad at the same time!

Indeed. It seems like using git not only serves the purpose of versioning your files, but also to excercise your brain.

258
Just stumbled over what seems to be a very nice git book/tutorial available for free online.

http://www.vogella.c...als/Git/article.html


259
Mini-Reviews by Members / Re: Atom - A new editor is born
« on: May 08, 2014, 01:26 AM »
I tried building it on Windows without success yet.

260
General Software Discussion / Re: The AVE
« on: May 08, 2014, 01:25 AM »
And here's a short tutorial on find and replace:

http://www.thegeekst...nd-replace-examples/

261
Found this one

http://sourceforge.net/apps/trac/enotes/

Supposed to run on Android and Desktop (it's Java after all), which could be interesting. Did not try it yet though.

262
Sounds weird but cool 8)

263
While the topic of this thread perhaps slightly misrepresents the scope of the article ...

Yes, sorry about that. Fixed.

264
Encryption is the important part here: it means that all your notes (or information to make it more general) are encrypted and decrypted directly on your devices (aka client side encryption).

WorkFlowy doesn't seem to do that.

265
http://www.drdobbs.c...pen-source/240168123

Reminds me that it's about time again to approach my boss to send some more money towards the OSS we use :)

266
Thanks for this list ewemoa, will have a look. Looking for something like this is on my todo list as well. Although I'd like to have something for both Android and iOS and it should sync to dropbox (which seems to be the de-facto standard cloud service on iOS). Markdown capability would be a plus.

267
Same again but only for today:

http://shop.oreilly....-drm.do?code=DRM2014

sorry, can't change date in original title ;)

268
0.14 should fix both those problems. Hope it works for you now!

269
General Software Discussion / Re: The AVE
« on: May 05, 2014, 06:04 AM »
I guess I'm not all that sure what the argument is for using Vim in the Windows world - if Windows is the only OS you ever anticipate using.

...

Vim certainly wouldn't be my first choice if I needed an editor. Nor my second. Or even my third...

I'm afraid I have come to the same conclusion. I've uninstalled VIM on the same day I started this AVE :(

What I have done instead is to install VsVim in Visual Studio and Vintageous in Sublime Text 3 to make this a two step process:

1. Learn vi commands in an environment which is familiar (and fully configured)
2. Look into VIM configuration at a later time, after I have learned using VIM (well, the editing parts of it anyway)

I have since found that VsVim is superior to Vintageous (which itself is superior to Sublime's own Vintage mode). But both are actually quite usable.

The one cheat sheet I've consulted most often was this one: http://www.fprintf.n...t/vimCheatSheet.html
although I've started my own with the commands I use most (so I can look them up faster).

270
I'm using C# string.Split() which doesn't offer ignoring case

How does the following look?

  http://stackoverflow.com/a/1436101

Thanks for the suggestion :Thmbsup:

I think it would be a good option except that it might be annoying when trying to split with a string which is a regex but you want it to be taken literally (well, not a problem if you know about regexes).

271
I think the most needed feature would currently be storing parameters between sessions and when changing between individual text manipulations.

That was a note to self by the way.

272
Another issue for TIMU 0.12.0.0. When I paste a list in the input box in Split:

"A Kiss Before Frying" OR "Bittersweet" OR "Brain Doe" OR "Code Blue Plate Special" OR "Crime After Crime" OR "CSI Down" OR "CSI Unplugged" OR "Dead Air" OR "Dead Or Alive" OR "Double Fault" OR "Exile" OR "Forget Me Not" OR "Ghosts of the Past" OR "House of Hoarders" OR "In Vino Veritas" OR "It Was a Very Good Year" OR "Kitty" OR "Last Woman Standing" OR "Lost and Found"

and put " OR " (space+OR+space) as the separator string, it does not split "Dead Or Alive" regardless of the Ignore Case toggle. It does not split it if i put " or " either regardless of the toggle. It always splits "Dead Or Alive" (and only that one) if i put " Or " regardless of the Ignore Case toggle.

As absurd as it sounds: I'm afraid it's not easy to fix and I have to postpone it to some other time. I'm using C# string.Split() which doesn't offer ignoring case, so I'd have to implement my own algorithm to fix that.

273
New release:

0.13
  • Added Search & Replace - Highlight word multiplication
  • Added Web - Twitter
  • Added List - Trim to size

Just saw that the line trimming is not quite correct though. I think my algorithm that calculates the line length takes the space after the word into account for the line length check (although the space is removed later before the append-text is appended). Will have to fix this some other time :(

274
You want the rest in one piece, or would this be desirable:?

We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable ►

Rights, that among these are Life, Liberty and the pursuit of Happiness.--That to secure these rights, Governments are instituted among ►

Men, deriving their just powers from the consent of the governed.

275
General Software Discussion / Re: Alt-tab replacement ?
« on: April 29, 2014, 02:30 AM »
Despite what it says on their web site, VistaSwitcher seems to run well on Windows 8. Problems might be related to Metro and Apps (which I don't use). There's a nice review here:

http://winaero.com/b...ks-with-modern-apps/

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 48next