generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from sloppylopez/feature/Minor_Fixes
Feature/big fixes
- Loading branch information
Showing
42 changed files
with
1,090 additions
and
649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,5 @@ | |
.idea | ||
.qodana | ||
build | ||
certs | ||
certs | ||
.kotlin |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
Script (1 Minute) | ||
Scene 1: The Call (10 seconds) | ||
Visuals: | ||
|
||
A cozy bedroom at night. The developer snores peacefully in bed. | ||
Their phone buzzes violently on the nightstand, flashing "BOSS CALLING" in bold red letters. | ||
Narration: | ||
"Finally asleep, but your boss has other plans..." | ||
|
||
Sound Effects: | ||
|
||
Phone ringing obnoxiously. | ||
Text on Screen: | ||
"The life of a developer..." | ||
|
||
Scene 2: The Impossible Task (15 seconds) | ||
Visuals: | ||
|
||
The boss yells furiously through the phone (split screen): | ||
Boss: "Refactor the ENTIRE codebase into FOUR languages by yesterday! Or else!" | ||
Cut to the developer, wide-eyed in disbelief, whispering: "What?!" | ||
Text on Screen: | ||
"Impossible requests? We've all been there." | ||
|
||
Twist: | ||
|
||
The bed starts rumbling. Wheels and headlights pop out, and it drives off! with the developer on it and comfortably alying like sleeping | ||
Sound Effects: | ||
|
||
Whimsical engine revs as the bed zooms out of the house. | ||
Scene 3: The Journey & Solution (25 seconds) | ||
Visuals: | ||
|
||
The bed hilariously speeds through absurd locations with the developer on it: | ||
A drive-thru, a beach, and straight into the office building. | ||
It screeches to a halt in front of a computer. | ||
The developer clicks "Refactor Now" in IntelliJ IDEA with MoneyPenny AI Plugin. | ||
Screen shows chaotic code transforming into clean, beautiful code in seconds. | ||
Text on Screen: | ||
"Refactor your code in just ONE click." | ||
|
||
Narration: | ||
"With MoneyPenny AI, even the impossible is easy." | ||
|
||
Scene 4: The Reward (10 seconds) | ||
Visuals: | ||
|
||
The bed drives the developer back home, parks perfectly in the bedroom. | ||
The boss texts: "Genius! Great work!" | ||
The developer smirks, turns off the phone, and snuggles back to sleep. | ||
Text on Screen: | ||
"Go from stressed to success—effortlessly." | ||
|
||
Call to Action (5 seconds) | ||
Visuals: | ||
|
||
The MoneyPenny AI logo with the tagline: | ||
"MoneyPenny AI: Refactor your code in ONE click." | ||
Narration: | ||
"Stop wasting time. Try MoneyPenny AI today!" | ||
|
||
Text on Screen: | ||
"Download Now. Impossible? Solved." | ||
|
||
Voices are all in male british |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
src/main/kotlin/com/github/sloppylopez/moneypennyideaplugin/actions/AddTextAction.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.