Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12298114
jetbrains.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
790 B
Referenced Files
None
Subscribers
None
jetbrains.py
View Options
# -------------------------------------------------------------
# Merge dictionaries :: Publishers :: JetBrains IDEs
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# Description: Find application-level dictionaries
# from JetBrains IDEs
# License: BSD-2-Clause
# -------------------------------------------------------------
from
mergedictionaries.sources
import
jetbrains
as
jetbrains_source
from
mergedictionaries.output
import
jetbrains
as
jetbrains_output
def
write
(
words
):
contents
=
jetbrains_output
.
dump
(
words
)
for
file_path
in
jetbrains_source
.
find_application_level_dictionaries
():
with
open
(
file_path
,
"w"
)
as
fd
:
fd
.
write
(
contents
)
fd
.
write
(
"
\n
"
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Wed, Oct 22, 14:04 (15 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3092313
Default Alt Text
jetbrains.py (790 B)
Attached To
Mode
rMD Merge dev dictionaries
Attached
Detach File
Event Timeline
Log In to Comment