ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > N.A.N.Y. 2019

NANY 2019: TextWorx - Universal Text Manipulator

<< < (7/20) > >>

cytochrome:
Sure. As you know, different programmers/computer languages have different conventions for naming variables.

camel case: concatenated words with each word in titlecase or the first word in lowercase 
  ThisIsMyVariableName or thisIsMyVariableName

snake case: lower-case words concatenated by underscores
  this_is_my_variable_name

kebab case: lowercase words concatenated by dashes
  this-is-my-variable-name

BGM:
Great!  It's on my todo list.

wraith808:
Sure. As you know, different programmers/computer languages have different conventions for naming variables.

camel case: concatenated words with each word in titlecase or the first word in lowercase 
  ThisIsMyVariableName or thisIsMyVariableName

snake case: lower-case words concatenated by underscores
  this_is_my_variable_name

kebab case: lowercase words concatenated by dashes
  this-is-my-variable-name


-cytochrome (January 10, 2019, 10:31 AM)
--- End quote ---

I'd not heard of those other cases being referred to by a particular name.  Interesting!

For others in that same situation -

https://en.wikipedia.org/wiki/Letter_case#Special_case_styles

There's also Studly caps, which it doesn't seem like a useful thing to implement.. :)

BGM:
Okay, everyone, it's ready now!  I've made a weeks worth of changes and fixes to it, and nearly everything works like a charm.
You can check out the help file which shows the changes. 

Main changes:

* Menus are now completely customizable
* Full Documentation
* Toolbars work
* Much more reliable
* Any command can be on the toolbar or in the menu
* Choose from many configurable toolbars
* Many new commands
* Many commands fixed
If you are using one of the betas, please delete all the files before using the new version.  Version 1.0 does things a bit differently with the config INI file.

Contro:
 ;D :-* :P

Running to try. I will comment !!!!!!!!!!!!!!!!!!!!!!

Sounds like an astonishing and wonderful work !
 


Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version