Skip to content
#

rename

Here are 220 public repositories matching this topic...

Simply does the tedious, repetitive operations for all rows of a given excel file step by step and reports after the job is done. For example it can download URL(s) in a column of an Excel file. If a new filename is provided at column B it will rename the file before saving.

  • Updated May 28, 2020
  • JavaScript
JoeBiellik
JoeBiellik commented Dec 28, 2017

Considering this project has been around for over a decade and I don't see people's need for the functionality changing anytime soon, I think it makes a lot of sense for us to document the code for future maintainers.

I think at the very least we should focus on documenting any changes with basic code comments going forwards. [I added some basic method comments](https://github.com/JoeBiellik/tv

thoni56
thoni56 commented Mar 29, 2020

A yacc grammar may have the following

%union {
  int integer;
}

%type <integer> rule

The integer is a field in the semantic stack, and the %type indicates that the listed rule "returns" that field.

c-xrefactory doesn't understand the %type declaration so a rename of the field will miss that occurrence.

Improve this page

Add a description, image, and links to the rename topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rename topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.